| 8788 | } |
| 8789 | |
| 8790 | void PrintTo(unsigned char c, ::std::ostream* os) { |
| 8791 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 8792 | } |
| 8793 | void PrintTo(signed char c, ::std::ostream* os) { |
| 8794 | PrintCharAndCodeTo<unsigned char>(c, os); |
| 8795 | } |
nothing calls this directly
no test coverage detected