Searched refs:compressed_buf_ (Results 1 – 2 of 2) sorted by relevance
137 compressed_buf_ = AllocateBlock(block_size_ + kBlockTrailerSize, in PrepareBufferForBlockFromFile()139 used_buf_ = compressed_buf_.get(); in PrepareBufferForBlockFromFile()182 } else if (used_buf_ == compressed_buf_.get()) { in GetBlockContents()187 heap_buf_ = std::move(compressed_buf_); in GetBlockContents()
90 CacheAllocationPtr compressed_buf_; variable