Home
last modified time | relevance | path

Searched refs:CharFormat (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-printers.cc128 enum CharFormat { enum
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
195 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
210 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()
265 static CharFormat PrintCharsAsStringTo( in PrintCharsAsStringTo()
270 CharFormat print_format = kAsIs; in PrintCharsAsStringTo()