Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-printers.cc253 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo() function
276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()
281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo()