Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc9272 bool is_previous_hex = false; in PrintCharsAsStringTo() local
9275 if (is_previous_hex && IsXDigit(cur)) { in PrintCharsAsStringTo()
9281 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()