Home
last modified time | relevance | path

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

/external/protobuf/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()
/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util.cc193 const char* hex_start = p; in CUnescapeInternal() local
199 *error = "Value of \\" + string(hex_start, p + 1 - hex_start) + in CUnescapeInternal()