Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h477 struct CodeLocation { struct
478 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
481 std::string file;
482 int line;
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h491 struct CodeLocation { struct
492 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
495 std::string file;
496 int line;