Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc429 int dest_len, bool use_hex, bool utf8_safe) { in CEscapeInternal() argument
455 sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), in CEscapeInternal()
457 is_hex_escape = use_hex; in CEscapeInternal()