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