HomeSort by: relevance | last modified time | path
    Searched refs:FormatFileLocation (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc 1018 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
1033 // FormatFileLocation in order to contrast the two functions.
1035 // to the file location it produces, unlike FormatFileLocation().
1053 << FormatFileLocation(file, line).c_str() << ": ";
gtest.cc 2606 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(),
2903 << internal::FormatFileLocation(test_part_result.file_name(),
4783 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
gtest-internal.h 588 FormatFileLocation(file, line).c_str(), test_name, case_name);
760 FormatFileLocation(code_location.file.c_str(),
gtest-port.h 926 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
930 // FormatFileLocation in order to contrast the two functions.
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 609 std::cout << internal::FormatFileLocation(state.first_used_file,
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h 716 *os << FormatFileLocation(file(), line()) << " ";
1664 << FormatFileLocation(spec->file(), spec->line()) << "\n";

Completed in 66 milliseconds