Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h484 struct CodeLocation { struct
485 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
564 const char* value_param, CodeLocation code_location,
597 ::std::make_pair(test_name, CodeLocation(file, line))); in AddTestName()
605 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
618 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
699 static bool Register(const char* prefix, const CodeLocation& code_location,
738 static bool Register(const char* /*prefix*/, const CodeLocation&,
754 static bool Register(const char* prefix, CodeLocation code_location,
769 const CodeLocation& test_location = state->GetCodeLocation(test_name);
[all …]
H A Dgtest-param-util.h87 CodeLocation code_location);
498 CodeLocation code_location) in ParameterizedTestSuiteInfo()
642 CodeLocation code_location_;
674 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder()
710 const char* test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h217 ::testing::internal::CodeLocation( \
315 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
H A Dgtest-param-test.h432 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
492 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
H A Dgtest.h772 const char* value_param, internal::CodeLocation code_location,
782 internal::CodeLocation a_code_location,
809 internal::CodeLocation location_;
2453 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in RegisterTest()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2543 internal::CodeLocation a_code_location, in TestInfo()
2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo()
2594 CodeLocation code_location) { in ReportInvalidTestSuiteType()