| 272 | } |
| 273 | |
| 274 | void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } |
| 275 | void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } |
| 276 | |
| 277 | // Prints a wchar_t as a symbol if it is printable or as its internal |
nothing calls this directly
no test coverage detected