Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h717 const char* file() const { return location_.file.c_str(); } in file()
720 int line() const { return location_.line; } in line()
805 internal::CodeLocation location_; variable
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2576 location_(a_code_location), in TestInfo()