Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc259 bool is_previous_hex = false; in PrintCharsAsStringTo() local
262 if (is_previous_hex && IsXDigit(cur)) { in PrintCharsAsStringTo()
268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()