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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc349 void PrintStringTo(const ::string& s, ostream* os) { function in namespace:testing::internal
354 void PrintStringTo(const ::std::string& s, ostream* os) { function in namespace:testing::internal
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h558 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
560 PrintStringTo(s, os);
564 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
566 PrintStringTo(s, os);

Completed in 9 milliseconds