Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h594 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
596 PrintStringTo(s, os); in PrintTo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc426 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo() function