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

  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 432 bool last_hex_escape = false; // true if last output char was \xNN local
452 (last_hex_escape && isxdigit(*src)))) {
463 last_hex_escape = is_hex_escape;
    [all...]

Completed in 45 milliseconds