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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc128 enum CharFormat { enum in namespace:testing::internal
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) {
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) {
220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);

Completed in 3 milliseconds