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

Function PrintStringTo

test/common/gtest/gtest.cpp:10188–10190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10186// Prints a ::string object.
10187#if GTEST_HAS_GLOBAL_STRING
10188void PrintStringTo(const ::string& s, ostream* os) {
10189 PrintCharsAsStringTo(s.data(), s.size(), os);
10190}
10191#endif // GTEST_HAS_GLOBAL_STRING
10192
10193void PrintStringTo(const ::std::string& s, ostream* os) {

Callers 1

PrintToFunction · 0.85

Calls 2

PrintCharsAsStringToFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected