Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h560 const char* value_param, CodeLocation code_location,
695 static bool Register(const char* prefix, const CodeLocation& code_location,
712 code_location, GetTypeId<FixtureClass>(),
714 code_location.file.c_str(), code_location.line),
716 code_location.file.c_str(), code_location.line),
722 code_location,
750 static bool Register(const char* prefix, CodeLocation code_location,
760 FormatFileLocation(code_location.file.c_str(),
761 code_location.line).c_str());
775 Types>::Register(prefix, code_location,
H A Dgtest-param-util.h83 CodeLocation code_location);
494 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument
495 : test_suite_name_(name), code_location_(code_location) {} in ParameterizedTestSuiteInfo()
670 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder() argument
678 ReportInvalidTestSuiteType(test_suite_name, code_location); in GetTestSuitePatternHolder()
692 test_suite_name, code_location); in GetTestSuitePatternHolder()
706 const char* test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder() argument
707 return GetTestSuitePatternHolder<TestCase>(test_case_name, code_location); in GetTestCasePatternHolder()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument
2588 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo()
2594 CodeLocation code_location) { in ReportInvalidTestSuiteType() argument
2606 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()
2607 code_location.line) in ReportInvalidTestSuiteType()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h773 const char* value_param, internal::CodeLocation code_location,