Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h480 struct CodeLocation { struct
481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
484 std::string file;
485 int line;
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h492 struct CodeLocation { struct
493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
496 std::string file;
497 int line;