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

Function PrintU16StringTo

source/test/gtest/gtest-printers.cc:537–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535#endif
536
537void PrintU16StringTo(const ::std::u16string& s, ostream* os) {
538 PrintCharsAsStringTo(s.data(), s.size(), os);
539}
540
541void PrintU32StringTo(const ::std::u32string& s, ostream* os) {
542 PrintCharsAsStringTo(s.data(), s.size(), os);

Callers 1

PrintToFunction · 0.70

Calls 3

PrintCharsAsStringToFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected