MCPcopy Create free account
hub / github.com/apache/singa / PrintTo

Function PrintTo

test/gtest/gtest-all.cc:9250–9252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9248}
9249
9250void PrintTo(unsigned char c, ::std::ostream* os) {
9251 PrintCharAndCodeTo<unsigned char>(c, os);
9252}
9253void PrintTo(signed char c, ::std::ostream* os) {
9254 PrintCharAndCodeTo<unsigned char>(c, os);
9255}

Callers

nothing calls this directly

Calls 1

PrintCharsAsStringToFunction · 0.85

Tested by

no test coverage detected