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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
471 // FormatFileLocation in order to contrast the two functions.
473 // to the file location it produces, unlike FormatFileLocation().
492 << 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.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
471 // FormatFileLocation in order to contrast the two functions.
473 // to the file location it produces, unlike FormatFileLocation().
492 << FormatFileLocation(file, line).c_str() << ": ";
/external/swiftshader/third_party/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/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h563 inline String FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
624 FormatFileLocation(file, line).c_str(), test_name, case_name);
/external/googletest/googletest/src/
H A Dgtest-port.cc880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
895 // FormatFileLocation in order to contrast the two functions.
897 // to the file location it produces, unlike FormatFileLocation().
915 << FormatFileLocation(file, line).c_str() << ": ";
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
895 // FormatFileLocation in order to contrast the two functions.
897 // to the file location it produces, unlike FormatFileLocation().
915 << FormatFileLocation(file, line).c_str() << ": ";
/external/v8/testing/gtest/src/
H A Dgtest-port.cc862 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
877 // FormatFileLocation in order to contrast the two functions.
879 // to the file location it produces, unlike FormatFileLocation().
897 << FormatFileLocation(file, line).c_str() << ": ";
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc839 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
854 // FormatFileLocation in order to contrast the two functions.
856 // to the file location it produces, unlike FormatFileLocation().
875 << FormatFileLocation(file, line).c_str() << ": ";
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6956 inline String FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
7017 FormatFileLocation(file, line).c_str(), test_name, case_name);

Completed in 239 milliseconds