MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / PrintTo

Function PrintTo

test/common/gtest/gtest.cpp:10080–10082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10078}
10079
10080void PrintTo(unsigned char c, ::std::ostream* os) {
10081 PrintCharAndCodeTo<unsigned char>(c, os);
10082}
10083void PrintTo(signed char c, ::std::ostream* os) {
10084 PrintCharAndCodeTo<unsigned char>(c, os);
10085}

Callers

nothing calls this directly

Calls 1

PrintCharsAsStringToFunction · 0.85

Tested by

no test coverage detected