Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A 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;