Lines Matching refs:PrintTo
40 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); }
277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); }
281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); }
284 void PrintTo(char32_t c, ::std::ostream* os) {
291 void PrintTo(__uint128_t v, ::std::ostream* os) {
324 void PrintTo(__int128_t v, ::std::ostream* os) {
330 PrintTo(uv, os);
439 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); }
442 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); }
445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); }
447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); }
457 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); }