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.h90 const CodeLocation& code_location);
496 CodeLocation location, bool has_test_p);
517 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.h468 struct CodeLocation { struct
469 CodeLocation(std::string a_file, int a_line) in CodeLocation() function
560 const char* value_param, CodeLocation code_location,
590 registered_tests_.emplace(test_name, CodeLocation(file, line)); in AddTestName()
598 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
612 typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
694 static bool Register(const char* prefix, CodeLocation code_location,
728 static bool Register(const char* /*prefix*/, CodeLocation,
738 CodeLocation code_location);
749 static bool Register(const char* prefix, CodeLocation code_location,
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h521 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
526 ::testing::internal::CodeLocation(__FILE__, __LINE__)); \
579 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
H A Dgtest-typed-test.h215 ::testing::internal::CodeLocation( \
314 ::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.cc511 explicit FailureTest(const CodeLocation& loc, std::string error_message, in FailureTest()
527 const CodeLocation loc_;
545 void InsertSyntheticTestCase(const std::string& name, CodeLocation location, in InsertSyntheticTestCase()
591 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite()
602 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite()
2775 internal::CodeLocation a_code_location, in TestInfo()
2816 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo()
2827 const CodeLocation& code_location) { in ReportInvalidTestSuiteType()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc110 CodeLocation(__FILE__, __LINE__), nullptr, nullptr) {} in StreamingListenerTest()