HomeSort by relevance Sort by last modified time
    Searched refs:last_hex_escape (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 486 bool last_hex_escape = false; // true if last output char was \xNN local
506 (last_hex_escape && isxdigit(*src)))) {
517 last_hex_escape = is_hex_escape;
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 9209 bool last_hex_escape = false; \/* true if last output char was \\xNN *\/ local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9883 bool last_hex_escape = false; \/* true if last output char was \\xNN *\/ local
    [all...]

Completed in 76 milliseconds