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.cc388 const char *hex_start = p; in UnescapeCEscapeSequences() local
393 "\\" << string(hex_start, p+1-hex_start) << " exceeds 8 bits"; in UnescapeCEscapeSequences()
401 const char *hex_start = p; in UnescapeCEscapeSequences()
408 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()
418 const char *hex_start = p; in UnescapeCEscapeSequences()
427 << string(hex_start, p + 1 - hex_start) in UnescapeCEscapeSequences()
436 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()