MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / PrintWideStringTo

Function PrintWideStringTo

tests/gtest/gtest-all.cc:11538–11540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11536
11537#if GTEST_HAS_STD_WSTRING
11538void PrintWideStringTo(const ::std::wstring& s, ostream* os) {
11539 PrintCharsAsStringTo(s.data(), s.size(), os);
11540}
11541#endif // GTEST_HAS_STD_WSTRING
11542
11543} // namespace internal

Callers 1

PrintToFunction · 0.85

Calls 2

PrintCharsAsStringToFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected