MCPcopy Create free account
hub / github.com/apache/singa / PrintWideStringTo

Function PrintWideStringTo

test/gtest/gtest-all.cc:9363–9365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9361// Prints a ::wstring object.
9362#if GTEST_HAS_GLOBAL_WSTRING
9363void PrintWideStringTo(const ::wstring& s, ostream* os) {
9364 PrintCharsAsStringTo(s.data(), s.size(), os);
9365}
9366#endif // GTEST_HAS_GLOBAL_WSTRING
9367
9368#if GTEST_HAS_STD_WSTRING

Callers 1

PrintToFunction · 0.85

Calls 3

PrintCharsAsStringToFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected