MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / PrintTo

Function PrintTo

rtpose_wrapper/src/gtest/gtest-all.cpp:8790–8792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8788}
8789
8790void PrintTo(unsigned char c, ::std::ostream* os) {
8791 PrintCharAndCodeTo<unsigned char>(c, os);
8792}
8793void PrintTo(signed char c, ::std::ostream* os) {
8794 PrintCharAndCodeTo<unsigned char>(c, os);
8795}

Callers

nothing calls this directly

Calls 2

PrintCharsAsStringToFunction · 0.85
PrintWideCharsAsStringToFunction · 0.85

Tested by

no test coverage detected