| 10078 | } |
| 10079 | |
| 10080 | void PrintTo(unsigned char c, ::std::ostream* os) { |
| 10081 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 10082 | } |
| 10083 | void PrintTo(signed char c, ::std::ostream* os) { |
| 10084 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 10085 | } |
nothing calls this directly
no test coverage detected