Searched refs:FormatFileLocation (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 492 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
D | gtest.cc | 2231 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/ |
D | gtest-port_test.cc | 271 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/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
D | gtest-internal.h | 510 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()
|
D | gtest-port.h | 1000 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
|