MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / PrintWideStringTo

Function PrintWideStringTo

source/test/gtest/src/gtest-printers.cc:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545#if GTEST_HAS_STD_WSTRING
546void PrintWideStringTo(const ::std::wstring& s, ostream* os) {
547 PrintCharsAsStringTo(s.data(), s.size(), os);
548}
549#endif // GTEST_HAS_STD_WSTRING
550
551} // namespace internal

Callers

nothing calls this directly

Calls 3

PrintCharsAsStringToFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected