Home
last modified time | relevance | path

Searched defs:CodeLocation (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h504 struct CodeLocation { struct
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} in CodeLocation() argument
507 string file;
508 int line;
661 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
707 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h504 struct CodeLocation { struct
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} in CodeLocation() function
507 string file;
508 int line;
661 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
707 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h504 struct CodeLocation { struct
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} in CodeLocation() function
507 string file;
508 int line;
661 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
707 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h492 struct CodeLocation { struct
493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
496 std::string file;
497 int line;
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h481 struct CodeLocation { struct
482 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
485 std::string file;
486 int line;