Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h727 const char* file() const { return location_.file.c_str(); } in file()
730 int line() const { return location_.line; } in line()
810 internal::CodeLocation location_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2550 location_(a_code_location), in TestInfo()