| 9248 | } |
| 9249 | |
| 9250 | void PrintTo(unsigned char c, ::std::ostream* os) { |
| 9251 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 9252 | } |
| 9253 | void PrintTo(signed char c, ::std::ostream* os) { |
| 9254 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 9255 | } |
nothing calls this directly
no test coverage detected