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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h504 struct CodeLocation { struct in namespace:testing::internal
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} function in struct:testing::internal::CodeLocation
[all...]

Completed in 10 milliseconds