Lines Matching refs:BrotliContext
182 class BrotliContext : public MemoryRetainer {
184 BrotliContext() = default;
191 BrotliContext(const BrotliContext&) = delete;
192 BrotliContext& operator=(const BrotliContext&) = delete;
209 class BrotliEncoderContext final : public BrotliContext {
229 class BrotliDecoderContext final : public BrotliContext {
1102 void BrotliContext::SetBuffers(const char* in, uint32_t in_len,
1111 void BrotliContext::SetFlush(int flush) {
1116 void BrotliContext::GetAfterWriteOffsets(uint32_t* avail_in,