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

Function PrintStringTo

tests/gtest/gtest-all.cc:11529–11535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11527} // anonymous namespace
11528
11529void PrintStringTo(const ::std::string& s, ostream* os) {
11530 if (PrintCharsAsStringTo(s.data(), s.size(), os) == kHexEscape) {
11531 if (GTEST_FLAG(print_utf8)) {
11532 ConditionalPrintAsText(s.data(), s.size(), os);
11533 }
11534 }
11535}
11536
11537#if GTEST_HAS_STD_WSTRING
11538void PrintWideStringTo(const ::std::wstring& s, ostream* os) {

Callers 1

PrintToFunction · 0.85

Calls 3

PrintCharsAsStringToFunction · 0.85
ConditionalPrintAsTextFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected