| 11346 | } |
| 11347 | |
| 11348 | void PrintTo(unsigned char c, ::std::ostream* os) { |
| 11349 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 11350 | } |
| 11351 | void PrintTo(signed char c, ::std::ostream* os) { |
| 11352 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 11353 | } |
nothing calls this directly
no test coverage detected