Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c62 bool is_hex_escape; in putescaped() local
69 is_hex_escape = false; in putescaped()
84 is_hex_escape = use_hex; in putescaped()
90 last_hex_escape = is_hex_escape; in putescaped()
/external/abseil-cpp/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/angle/third_party/abseil-cpp/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/openscreen/third_party/abseil/src/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/libtextclassifier/abseil-cpp/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Descaping.cc315 bool is_hex_escape = false; in CEscapeInternal() local
334 is_hex_escape = true; in CEscapeInternal()
346 last_hex_escape = is_hex_escape; in CEscapeInternal()
/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()