Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h468 struct CodeLocation { struct
469 CodeLocation(std::string a_file, int a_line) in CodeLocation() function
472 std::string file;
473 int line;