Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h492 struct CodeLocation { struct
493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
523 CodeLocation code_location,
557 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
565 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
578 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
689 static bool Register(const char* /*prefix*/, const CodeLocation&,
705 static bool Register(const char* prefix, CodeLocation code_location,
720 const CodeLocation& test_location = state->GetCodeLocation(test_name);
741 static bool Register(const char* /*prefix*/, const CodeLocation&,
[all …]
H A Dgtest-param-util.h81 CodeLocation code_location);
506 const char* name, CodeLocation code_location) in ParameterizedTestCaseInfo()
650 CodeLocation code_location_;
678 CodeLocation code_location) { in GetTestCasePatternHolder()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h217 ::testing::internal::CodeLocation( \
296 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
H A Dgtest.h766 internal::CodeLocation code_location,
778 internal::CodeLocation a_code_location,
805 internal::CodeLocation location_;
H A Dgtest-param-test.h.pump449 ::testing::internal::CodeLocation(\
491 ::testing::internal::CodeLocation(\
H A Dgtest-param-test.h1383 ::testing::internal::CodeLocation(\
1425 ::testing::internal::CodeLocation(\
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc2569 internal::CodeLocation a_code_location, in TestInfo()
2612 CodeLocation code_location, in MakeAndRegisterTestInfo()
2625 CodeLocation code_location) { in ReportInvalidTestCaseType()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc92 CodeLocation(__FILE__, __LINE__), 0, NULL) {} in StreamingListenerTest()