Lines Matching defs:PrintTo
274 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
275 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
279 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function
282 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
289 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo() function
322 void PrintTo(__int128_t v, ::std::ostream* os) { in PrintTo() function
437 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
440 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
443 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
445 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
455 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function