Electroneum
Loading...
Searching...
No Matches
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Collaboration diagram for testing::internal::CodeLocation:

Public Member Functions

 CodeLocation (const string &a_file, int a_line)
 CodeLocation (const string &a_file, int a_line)

Public Attributes

string file
int line

Detailed Description

Definition at line 504 of file gtest-internal.h.

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

testing::internal::CodeLocation::CodeLocation ( const string & a_file,
int a_line )
inline

Definition at line 505 of file gtest-internal.h.

◆ CodeLocation() [2/2]

testing::internal::CodeLocation::CodeLocation ( const string & a_file,
int a_line )
inline

Definition at line 505 of file gtest-internal.h.

505: file(a_file), line(a_line) {}

Member Data Documentation

◆ file

string testing::internal::CodeLocation::file

Definition at line 507 of file gtest-internal.h.

◆ line

int testing::internal::CodeLocation::line

Definition at line 508 of file gtest-internal.h.


The documentation for this struct was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/gtest/include/gtest/internal/gtest-internal.h