Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h89 const CodeLocation& code_location);
495 CodeLocation location, bool has_test_p);
516 CodeLocation code_location) in ParameterizedTestSuiteInfo()
535 CodeLocation code_location) { in AddTestPattern()
626 CodeLocation a_code_location) in TestInfo()
633 const CodeLocation code_location;
670 CodeLocation code_location_;
704 std::string test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder()
743 std::string test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder()
769 CodeLocation code_location);
[all …]
H A Dgtest-internal.h476 struct CodeLocation { struct
477 CodeLocation(std::string a_file, int a_line) in CodeLocation() function
568 const char* value_param, CodeLocation code_location,
598 registered_tests_.emplace(test_name, CodeLocation(file, line)); in AddTestName()
606 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
620 typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
702 static bool Register(const char* prefix, CodeLocation code_location,
736 static bool Register(const char* /*prefix*/, CodeLocation,
746 CodeLocation code_location);
757 static bool Register(const char* prefix, CodeLocation code_location,
[all …]
/freebsd/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.h216 ::testing::internal::CodeLocation( \
318 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
H A Dgtest.h611 const char* value_param, internal::CodeLocation code_location,
621 internal::CodeLocation a_code_location,
651 internal::CodeLocation location_;
2315 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc63 RegisterTypeParameterizedTestSuite(test_suite_name, CodeLocation(file, line)); in VerifyRegisteredTestNames()
H A Dgtest.cc499 explicit FailureTest(const CodeLocation& loc, std::string error_message, in FailureTest()
515 const CodeLocation loc_;
533 void InsertSyntheticTestCase(const std::string& name, CodeLocation location, in InsertSyntheticTestCase()
579 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite()
590 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite()
2748 internal::CodeLocation a_code_location, in TestInfo()
2789 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo()
2800 const CodeLocation& code_location) { in ReportInvalidTestSuiteType()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc110 CodeLocation(__FILE__, __LINE__), nullptr, nullptr) {} in StreamingListenerTest()