Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc213 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo() function
238 PrintCharAndCodeTo<unsigned char>(c, os); in PrintTo()
241 PrintCharAndCodeTo<unsigned char>(c, os); in PrintTo()
247 PrintCharAndCodeTo<wchar_t>(wc, os); in PrintTo()