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

Function PrintU32StringTo

source/test/gtest/gtest-printers.cc:541–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void PrintU32StringTo(const ::std::u32string& s, ostream* os) {
542 PrintCharsAsStringTo(s.data(), s.size(), os);
543}
544
545#if GTEST_HAS_STD_WSTRING
546void PrintWideStringTo(const ::std::wstring& s, ostream* os) {

Callers 1

PrintToFunction · 0.70

Calls 3

PrintCharsAsStringToFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected