Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function
197 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()
216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()