Home
last modified time | relevance | path

Searched refs:PrintStringTo (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc339 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo() function
344 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo() function
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
459 PrintStringTo(s, os); in PrintTo()
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
465 PrintStringTo(s, os); in PrintTo()