HomeSort by relevance Sort by last modified time
    Searched refs:FormatFileLocation (Results 1 - 24 of 24) sorted by null

  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";