proxygen
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Public Member Functions

 CodeLocation (const string &a_file, int a_line)
 
 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

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

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

Member Data Documentation

string testing::internal::CodeLocation::file

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

Referenced by CodeLocation(), and testing::internal::MakeAndRegisterTestInfo().


The documentation for this struct was generated from the following file: