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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { function in namespace:testing::internal
201 return PrintAsCharLiteralTo<wchar_t>(c, os);
220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os);

Completed in 9 milliseconds