Searched refs:FormatFileLocation (Results 1 - 6 of 6) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
471 // FormatFileLocation in order to contrast the two functions.
473 // to the file location it produces, unlike FormatFileLocation().
492 << FormatFileLocation(file, line).c_str() << ": ";
H A Dgtest.cc2246 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
2523 << internal::FormatFileLocation(test_part_result.file_name(),
3793 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h521 FormatFileLocation(file, line).c_str(), test_name, case_name);
H A Dgtest-port.h1000 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1004 // FormatFileLocation in order to contrast the two functions.

Completed in 113 milliseconds