Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc126 kHexEscape, enumerator
180 return kHexEscape; in PrintAsCharLiteralTo()
229 if (format == kHexEscape || (1 <= c && c <= 9)) { in PrintCharAndCodeTo()
268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()