Searched refs:chunk_storage_ (Results 1 – 2 of 2) sorted by relevance
153 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()
267 std::string chunk_storage_; variable