Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc355 const char *hex_start = p; in UnescapeCEscapeSequences() local
360 "\\" << string(hex_start, p+1-hex_start) << " exceeds 8 bits"; in UnescapeCEscapeSequences()
368 const char *hex_start = p; in UnescapeCEscapeSequences()
375 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()
385 const char *hex_start = p; in UnescapeCEscapeSequences()
394 << string(hex_start, p + 1 - hex_start) in UnescapeCEscapeSequences()
403 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()