Searched refs:FormatFileLocation (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 4072 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestCaseType() 4346 << internal::FormatFileLocation(test_part_result.file_name(), in PrintTestPartResultToString() 6104 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) in AddTestPartResult() 10344 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 10379 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog() 11382 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
| D | gtest.h | 2569 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); 8439 FormatFileLocation(file, line).c_str(), test_name, case_name); 8602 FormatFileLocation(code_location.file.c_str(), 9429 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|