Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc426 void PrintStringTo(const ::std::string& s, ostream* os) { in PrintStringTo() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h597 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
599 PrintStringTo(s, os); in PrintTo()