Lines Matching refs:char8_t
366 GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char8_t);
367 GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char8_t);
391 GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(char8_t, ::std::u8string);
392 GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const char8_t, ::std::u8string);
479 inline void PrintTo(char8_t c, ::std::ostream* os) {
593 GTEST_API_ void PrintTo(const char8_t* s, ::std::ostream* os);
594 inline void PrintTo(char8_t* s, ::std::ostream* os) {
595 PrintTo(ImplicitCast_<const char8_t*>(s), os);
913 GTEST_API_ void UniversalPrintArray(const char8_t* begin, size_t len,
1009 class UniversalTersePrinter<const char8_t*> {
1011 static void Print(const char8_t* str, ::std::ostream* os) {
1020 class UniversalTersePrinter<char8_t*>
1021 : public UniversalTersePrinter<const char8_t*> {};