Searched defs:FormatFileLocation (Results 1 - 5 of 5) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h562 inline String FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
618 FormatFileLocation(file, line).c_str(), test_name, case_name);
H A Dgtest-port.h840 FormatFileLocation(file, line);
847 void FormatFileLocation(const char* file, int line) { function in class:testing::internal::GTestCheckProvider
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h561 inline String FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
617 FormatFileLocation(file, line).c_str(), test_name, case_name);

Completed in 168 milliseconds