Home
last modified time | relevance | path

Searched refs:BrotliContext (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Dnode_zlib.cc182 class BrotliContext : public MemoryRetainer { class
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, in SetBuffers()
1111 void BrotliContext
[all...]

Completed in 3 milliseconds