Searched refs:PrintCStringTo (Results 1 – 1 of 1) sorted by relevance
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-printers.cc | 428 void PrintCStringTo(const Char* s, ostream* os) { in PrintCStringTo() function 439 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() 442 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() 445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() 447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() 457 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo()
|