Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h90 const CodeLocation& code_location);
517 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument
519 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 Dgtest-internal.h560 const char* value_param, CodeLocation code_location,
694 static bool Register(const char* prefix, CodeLocation code_location,
710 code_location, GetTypeId<FixtureClass>(),
712 code_location.file.c_str(), code_location.line),
714 code_location.file.c_str(), code_location.line),
719 Register(prefix, std::move(code_location), case_name, test_names,
738 CodeLocation code_location);
749 static bool Register(const char* prefix, CodeLocation code_location,
760 FormatFileLocation(code_location.file.c_str(), code_location.line)
776 std::move(code_location),
/freebsd/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/contrib/googletest/googletest/src/
H A Dgtest.cc591 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite() argument
593 test_suite_name, std::move(code_location)); in RegisterTypeParameterizedTestSuite()
602 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite() argument
604 TypeParameterizedTestSuiteInfo(std::move(code_location))); in RegisterTestSuite()
648 testcase.second.code_location.file.c_str(), in CheckForInstantiations()
649 testcase.second.code_location.line, [message, testcase] { in CheckForInstantiations()
650 return new FailureTest(testcase.second.code_location, message, in CheckForInstantiations()
2816 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument
2821 std::move(code_location), fixture_class_id, factory); in MakeAndRegisterTestInfo()
2827 const CodeLocation& code_location) { in ReportInvalidTestSuiteType() argument
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h611 const char* value_param, internal::CodeLocation code_location,