Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc470 bool last_hex_escape = false; // true if last output char was \xNN in CEscapeInternal() local
490 (last_hex_escape && isxdigit(*src)))) { in CEscapeInternal()
501 last_hex_escape = is_hex_escape; in CEscapeInternal()