Home
last modified time | relevance | path

Searched refs:FormatFileLocation (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
H A Dgtest-port.cc1018 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function
1053 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
H A Dgtest.cc2606 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()
2903 << internal::FormatFileLocation(test_part_result.file_name(), in PrintTestPartResultToString()
4783 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) in AddTestPartResult()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h588 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
760 FormatFileLocation(code_location.file.c_str(),
H A Dgtest-port.h926 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h716 *os << FormatFileLocation(file(), line()) << " "; in DescribeLocationTo()
1664 << FormatFileLocation(spec->file(), spec->line()) << "\n"; in DescribeDefaultActionTo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc609 std::cout << internal::FormatFileLocation(state.first_used_file, in ~MockObjectRegistry()