Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-printers.cc425 void PrintStringTo(const ::string& s, ostream* os) { in PrintStringTo() function
434 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo() function
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h608 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
610 PrintStringTo(s, os); in PrintTo()
614 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
616 PrintStringTo(s, os); in PrintTo()