Searched refs:kUncompressedBufferSize (Results 1 – 1 of 1) sorted by relevance
74 constexpr size_t kUncompressedBufferSize = 32 * 1024 * 1024; in ParseUnowned() local81 buffer_.reset(new uint8_t[kUncompressedBufferSize]); in ParseUnowned()87 kUncompressedBufferSize - bytes_written_); in ParseUnowned()99 if (bytes_written_ == kUncompressedBufferSize || ret == ResultCode::kEof) in ParseUnowned()