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 D | gtest-internal.h | 484 struct CodeLocation { struct 485 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function 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 D | gtest-param-util.h | 87 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 D | gtest-typed-test.h | 217 ::testing::internal::CodeLocation( \ 315 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
|
| H A D | gtest-param-test.h | 432 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \ 492 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
|
| H A D | gtest.h | 772 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 D | gtest.cc | 2543 internal::CodeLocation a_code_location, in TestInfo() 2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() 2594 CodeLocation code_location) { in ReportInvalidTestSuiteType()
|