Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h565 const char* file() const { return location_.file.c_str(); } in file()
568 int line() const { return location_.line; } in line()
651 internal::CodeLocation location_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2755 location_(std::move(a_code_location)), in TestInfo()