Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc153 chunk_storage_(), in JsonStreamParser()
177 chunk_storage_.swap(leftover_); in Parse()
178 StrAppend(&chunk_storage_, json); in Parse()
179 chunk = StringPiece(chunk_storage_); in Parse()
Djson_stream_parser.h267 std::string chunk_storage_; variable