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

Function PrintU8StringTo

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

Source from the content-addressed store, hash-verified

530
531#ifdef __cpp_char8_t
532void PrintU8StringTo(const ::std::u8string& s, ostream* os) {
533 PrintCharsAsStringTo(s.data(), s.size(), os);
534}
535#endif
536
537void PrintU16StringTo(const ::std::u16string& s, ostream* os) {

Callers

nothing calls this directly

Calls 3

PrintCharsAsStringToFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected