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

  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 483 int dest_len, bool use_hex, bool utf8_safe) {
509 sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"),
511 is_hex_escape = use_hex;
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 9208 const bool use_hex = false; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9882 const bool use_hex = false; local
    [all...]

Completed in 57 milliseconds