Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h480 struct CodeLocation { struct
481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
484 std::string file;
485 int line;