Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc492 bool is_hex_escape = false; in CEscapeInternal() local
511 is_hex_escape = use_hex; in CEscapeInternal()
517 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/protobuf/php/ext/google/protobuf/
Dupb.c9212 bool is_hex_escape; in putescaped() local
9219 is_hex_escape = false; in putescaped()
9234 is_hex_escape = use_hex; in putescaped()
9240 last_hex_escape = is_hex_escape; in putescaped()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9886 bool is_hex_escape; in putescaped() local
9893 is_hex_escape = false; in putescaped()
9908 is_hex_escape = use_hex; in putescaped()
9914 last_hex_escape = is_hex_escape; in putescaped()