Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h477 struct CodeLocation { struct
478 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
481 std::string file;
482 int line;