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

Function PrintWideStringTo

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

Source from the content-addressed store, hash-verified

8886// Prints a ::wstring object.
8887#if GTEST_HAS_GLOBAL_WSTRING
8888void PrintWideStringTo(const ::wstring& s, ostream* os) {
8889 PrintWideCharsAsStringTo(s.data(), s.size(), os);
8890}
8891#endif // GTEST_HAS_GLOBAL_WSTRING
8892
8893#if GTEST_HAS_STD_WSTRING

Callers 1

PrintToFunction · 0.85

Calls 3

PrintWideCharsAsStringToFunction · 0.85
dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected