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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc217 void PrintCharAndCodeTo(Char c, ostream* os) { function in namespace:testing::internal
242 PrintCharAndCodeTo<unsigned char>(c, os);
245 PrintCharAndCodeTo<unsigned char>(c, os);
251 PrintCharAndCodeTo<wchar_t>(wc, os);

Completed in 5 milliseconds