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