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

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

Completed in 3 milliseconds