Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A 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()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc490 bool is_hex_escape = false; in CEscapeInternal()
509 is_hex_escape = use_hex; in CEscapeInternal()
515 last_hex_escape = is_hex_escape; in CEscapeInternal()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8609 bool is_hex_escape; in putescaped() local
8616 is_hex_escape = false; in putescaped()
8631 is_hex_escape = use_hex; in putescaped()
8637 last_hex_escape = is_hex_escape; in putescaped()

Completed in 26 milliseconds