Searched refs:code_location (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 81 CodeLocation code_location); 506 const char* name, CodeLocation code_location) in ParameterizedTestCaseInfo() argument 507 : test_case_name_(name), code_location_(code_location) {} in ParameterizedTestCaseInfo() 678 CodeLocation code_location) { in GetTestCasePatternHolder() argument 687 ReportInvalidTestCaseType(test_case_name, code_location); in GetTestCasePatternHolder() 701 test_case_name, code_location); in GetTestCasePatternHolder()
|
| H A D | gtest-internal.h | 523 CodeLocation code_location, 654 static bool Register(const char* prefix, const CodeLocation& code_location, 671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase, 677 code_location, 705 static bool Register(const char* prefix, CodeLocation code_location, 715 FormatFileLocation(code_location.file.c_str(), 716 code_location.line).c_str()); 730 Types>::Register(prefix, code_location,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 66 lldb::addr_t code_location = ptr_value + 2 * ptr_size; in NSError_SummaryProvider() local 70 uint64_t code = process_sp->ReadUnsignedIntegerFromMemory(code_location, in NSError_SummaryProvider()
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 2612 CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2619 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo() 2625 CodeLocation code_location) { in ReportInvalidTestCaseType() argument 2637 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestCaseType() 2638 code_location.line) in ReportInvalidTestCaseType()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 766 internal::CodeLocation code_location,
|