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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { function in namespace:testing::internal
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { function in namespace:testing::internal
208 return PrintAsStringLiteralTo(
275 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape;

Completed in 5 milliseconds