Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc154 coerce_to_utf8_(false), in JsonStreamParser()
209 if (coerce_to_utf8_ && !is_valid_utf8) { in FinishParse()
487 if (!coerce_to_utf8_) { in ParseUnicodeEscape()
507 } else if (!coerce_to_utf8_) { in ParseUnicodeEscape()
510 } else if (!coerce_to_utf8_) { in ParseUnicodeEscape()
514 if (!coerce_to_utf8_ && !IsValidCodePoint(code)) { in ParseUnicodeEscape()
Djson_stream_parser.h270 bool coerce_to_utf8_; variable