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.cc509 bool is_hex_escape = false; in CEscapeInternal() local
528 is_hex_escape = use_hex; in CEscapeInternal()
534 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8426 bool is_hex_escape; in putescaped() local
8433 is_hex_escape = false; in putescaped()
8448 is_hex_escape = use_hex; in putescaped()
8454 last_hex_escape = is_hex_escape; in putescaped()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12251 bool is_hex_escape; in putescaped() local
12258 is_hex_escape = false; in putescaped()
12273 is_hex_escape = use_hex; in putescaped()
12279 last_hex_escape = is_hex_escape; in putescaped()