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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h184 "", ::testing::internal::CodeLocation(__FILE__, __LINE__), \
257 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
H A Dgtest.h720 internal::CodeLocation code_location,
732 internal::CodeLocation a_code_location,
759 internal::CodeLocation location_;
H A Dgtest-param-test.h1391 ::testing::internal::CodeLocation(\
1433 ::testing::internal::CodeLocation(\
/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
534 CodeLocation code_location,
565 ::std::make_pair(test_name, CodeLocation(file, line)));
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
630 CodeLocation code_location,
661 static bool Register(const char* /*prefix*/, CodeLocation,
675 static bool Register(const char* prefix, CodeLocation code_location,
688 const CodeLocation
[all...]
H A Dgtest-param-util.h85 CodeLocation code_location);
510 const char* name, CodeLocation code_location)
655 CodeLocation code_location_;
683 CodeLocation code_location) {
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2505 internal::CodeLocation a_code_location,
2548 CodeLocation code_location,
2562 CodeLocation code_location) {
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc98 CodeLocation(__FILE__, __LINE__), 0, NULL) {}

Completed in 80 milliseconds