Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function
492 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
Dgtest.cc2231 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in ReportInvalidTestCaseType()
2497 << internal::FormatFileLocation(test_part_result.file_name(), in PrintTestPartResultToString()
3724 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) in AddTestPartResult()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
Dgtest-internal.h510 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
Dgtest-port.h1000 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);