Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h88 CodeLocation code_location);
517 CodeLocation code_location) in ParameterizedTestSuiteInfo()
534 CodeLocation code_location) { in AddTestPattern()
624 CodeLocation a_code_location) in TestInfo()
633 const CodeLocation code_location;
671 CodeLocation code_location_;
705 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder()
741 const char* test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder()
765 CodeLocation code_location);
776 explicit TypeParameterizedTestSuiteInfo(CodeLocation c) in TypeParameterizedTestSuiteInfo()
[all …]
H A Dgtest-internal.h477 struct CodeLocation { struct
478 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
569 const char* value_param, CodeLocation code_location,
600 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
608 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
704 static bool Register(const char* prefix, const CodeLocation& code_location,
743 static bool Register(const char* /*prefix*/, const CodeLocation&,
753 CodeLocation code_location);
764 static bool Register(const char* prefix, CodeLocation code_location,
780 const CodeLocation& test_location = state->GetCodeLocation(test_name);
[all …]
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h464 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
469 ::testing::internal::CodeLocation(__FILE__, __LINE__)); \
523 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
H A Dgtest-typed-test.h215 ::testing::internal::CodeLocation( \
314 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
H A Dgtest.h612 const char* value_param, internal::CodeLocation code_location,
622 internal::CodeLocation a_code_location,
652 internal::CodeLocation location_;
2299 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc63 RegisterTypeParameterizedTestSuite(test_suite_name, CodeLocation(file, line)); in VerifyRegisteredTestNames()
H A Dgtest.cc479 explicit FailureTest(const CodeLocation& loc, std::string error_message, in FailureTest()
495 const CodeLocation loc_;
513 void InsertSyntheticTestCase(const std::string& name, CodeLocation location, in InsertSyntheticTestCase()
558 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite()
569 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite()
2723 internal::CodeLocation a_code_location, in TestInfo()
2765 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo()
2776 CodeLocation code_location) { in ReportInvalidTestSuiteType()
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc110 CodeLocation(__FILE__, __LINE__), nullptr, nullptr) {} in StreamingListenerTest()