Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc371 const char *hex_start = p; in UnescapeCEscapeSequences() local
376 "\\" << string(hex_start, p+1-hex_start) << " exceeds 8 bits"; in UnescapeCEscapeSequences()
384 const char *hex_start = p; in UnescapeCEscapeSequences()
391 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()
401 const char *hex_start = p; in UnescapeCEscapeSequences()
410 << string(hex_start, p + 1 - hex_start) in UnescapeCEscapeSequences()
419 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()