Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc110 coerce_to_utf8_(false) { in JsonStreamParser()
156 if (coerce_to_utf8_) { in FinishParse()
429 if (!coerce_to_utf8_) { in ParseUnicodeEscape()
449 } else if (!coerce_to_utf8_) { in ParseUnicodeEscape()
452 } else if (!coerce_to_utf8_) { in ParseUnicodeEscape()
456 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
Djson_stream_parser.h248 bool coerce_to_utf8_; variable