Searched defs:FormatFileLocation (Results 1 - 6 of 6) sorted by path

/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc840 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
855 // FormatFileLocation in order to contrast the two functions.
857 // to the file location it produces, unlike FormatFileLocation().
876 << FormatFileLocation(file, line).c_str() << ": ";
/external/chromium_org/third_party/mesa/src/src/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/gtest/src/
H A Dgtest-port.cc457 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
472 // FormatFileLocation in order to contrast the two functions.
474 // to the file location it produces, unlike FormatFileLocation().
493 << FormatFileLocation(file, line).c_str() << ": ";
/external/llvm/utils/unittest/googletest/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/mesa3d/src/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/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 5540 milliseconds