Searched refs:code_location (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 89 const CodeLocation& code_location); 516 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument 518 code_location_(std::move(code_location)) {} in ParameterizedTestSuiteInfo() 535 CodeLocation code_location) { in AddTestPattern() argument 537 new TestInfo(test_base_name, meta_factory, std::move(code_location))); in AddTestPattern() 603 PrintToString(param).c_str(), test_info->code_location, in RegisterTests() 629 code_location(std::move(a_code_location)) {} in TestInfo() 633 const CodeLocation code_location; member 704 std::string test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder() argument 714 ReportInvalidTestSuiteType(test_suite_name.c_str(), code_location); in GetTestSuitePatternHolder() [all …]
|
H A D | gtest-internal.h | 568 const char* value_param, CodeLocation code_location, 702 static bool Register(const char* prefix, CodeLocation code_location, 718 code_location, GetTypeId<FixtureClass>(), 720 code_location.file.c_str(), code_location.line), 722 code_location.file.c_str(), code_location.line), 727 Register(prefix, std::move(code_location), case_name, test_names, 746 CodeLocation code_location); 757 static bool Register(const char* prefix, CodeLocation code_location, 768 FormatFileLocation(code_location.file.c_str(), code_location.line) 784 std::move(code_location),
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSError.cpp | 65 lldb::addr_t code_location = ptr_value + 2 * ptr_size; in NSError_SummaryProvider() local 69 uint64_t code = process_sp->ReadUnsignedIntegerFromMemory(code_location, in NSError_SummaryProvider()
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 579 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite() argument 581 test_suite_name, std::move(code_location)); in RegisterTypeParameterizedTestSuite() 590 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite() argument 592 TypeParameterizedTestSuiteInfo(std::move(code_location))); in RegisterTestSuite() 636 testcase.second.code_location.file.c_str(), in CheckForInstantiations() 637 testcase.second.code_location.line, [message, testcase] { in CheckForInstantiations() 638 return new FailureTest(testcase.second.code_location, message, in CheckForInstantiations() 2789 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2794 std::move(code_location), fixture_class_id, factory); in MakeAndRegisterTestInfo() 2800 const CodeLocation& code_location) { in ReportInvalidTestSuiteType() argument [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 611 const char* value_param, internal::CodeLocation code_location,
|