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

Function PrintWideStringTo

test/common/gtest/gtest.cpp:10199–10201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10197// Prints a ::wstring object.
10198#if GTEST_HAS_GLOBAL_WSTRING
10199void PrintWideStringTo(const ::wstring& s, ostream* os) {
10200 PrintCharsAsStringTo(s.data(), s.size(), os);
10201}
10202#endif // GTEST_HAS_GLOBAL_WSTRING
10203
10204#if GTEST_HAS_STD_WSTRING

Callers 1

PrintToFunction · 0.85

Calls 2

PrintCharsAsStringToFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected