Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc140 enum CharFormat { kAsIs, kHexEscape, kSpecialEscape }; enumerator
192 return kHexEscape; in PrintAsCharLiteralTo()
268 if (format == kHexEscape || (1 <= c && c <= 9)) { in PrintCharAndCodeTo()
355 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()
358 print_format = kHexEscape; in PrintCharsAsStringTo()
526 if (PrintCharsAsStringTo(s.data(), s.size(), os) == kHexEscape) { in PrintStringTo()