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.cc112 chunk_storage_(), in JsonStreamParser()
134 chunk_storage_.swap(leftover_); in Parse()
135 StrAppend(&chunk_storage_, json); in Parse()
136 chunk = StringPiece(chunk_storage_); in Parse()
Djson_stream_parser.h267 std::string chunk_storage_; variable