Home
last modified time | relevance | path

Searched refs:code_location (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h517 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument
518 : test_suite_name_(name), code_location_(code_location) {} in ParameterizedTestSuiteInfo()
534 CodeLocation code_location) { in AddTestPattern() argument
628 code_location(a_code_location) {} in TestInfo()
633 const CodeLocation code_location; member
705 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder() argument
727 test_suite_name, code_location); in GetTestSuitePatternHolder()
741 const char* test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder() argument
765 CodeLocation code_location);
777 : code_location(c), instantiated(false) {} in TypeParameterizedTestSuiteInfo()
[all …]
H A Dgtest-internal.h569 const char* value_param, CodeLocation code_location,
704 static bool Register(const char* prefix, const CodeLocation& code_location,
721 code_location, GetTypeId<FixtureClass>(),
723 code_location.file.c_str(), code_location.line),
725 code_location.file.c_str(), code_location.line),
731 code_location,
753 CodeLocation code_location);
764 static bool Register(const char* prefix, CodeLocation code_location,
775 FormatFileLocation(code_location.file.c_str(), code_location.line)
790 Types>::Register(prefix, code_location,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp65 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-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc558 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite() argument
560 test_suite_name, code_location); in RegisterTypeParameterizedTestSuite()
569 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite() argument
571 TypeParameterizedTestSuiteInfo(code_location)); in RegisterTestSuite()
613 testcase.second.code_location.file.c_str(), in CheckForInstantiations()
614 testcase.second.code_location.line, [message, testcase] { in CheckForInstantiations()
2765 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument
2770 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo()
2776 CodeLocation code_location) { in ReportInvalidTestSuiteType() argument
2788 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()
[all …]
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h612 const char* value_param, internal::CodeLocation code_location,