D | compression_utils.h | 90 struct NullDecoder final : public Decoder { struct 93 DecodeResult Decode(std::span<char>* output) final { in Decode() argument 110 struct NullEncoder final : public Encoder { struct 113 EncodeResult Encode(Block* output) final { in Encode() argument 136 struct BrotliDecoder final : public Decoder { struct 142 DecodeResult Decode(std::span<char>* output) final { in Decode() argument 178 struct BrotliEncoder final : public Encoder { struct 188 EncodeResult Encode(Block* output) final { in Encode() argument 235 struct LZ4Decoder final : public Decoder { argument 246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument [all …]
|