Home | History | Annotate | Download | only in gtest

Lines Matching refs:PrintAsCharLiteralTo

9956 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
10011 return PrintAsCharLiteralTo<wchar_t>(c, os);
10030 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);