Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc109 chunk_storage_(), in JsonStreamParser()
127 chunk_storage_.swap(leftover_); in Parse()
128 json.AppendToString(&chunk_storage_); in Parse()
129 chunk = StringPiece(chunk_storage_); in Parse()
Djson_stream_parser.h245 string chunk_storage_; variable