Android-cuttlefish cvd tool
|
#include <algorithm>
#include <memory>
#include <span>
#include <android-base/logging.h>
#include <brotli/decode.h>
#include <brotli/encode.h>
#include <lz4frame.h>
#include <zstd.h>
#include "types.h"
Go to the source code of this file.
Classes | |
struct | Decoder |
struct | Encoder |
struct | NullDecoder |
struct | NullEncoder |
struct | BrotliDecoder |
struct | BrotliEncoder |
struct | LZ4Decoder |
struct | LZ4Encoder |
struct | ZstdDecoder |
struct | ZstdEncoder |
Enumerations | |
enum class | DecodeResult { Error , Done , NeedInput , MoreOutput } |
enum class | EncodeResult { Error , Done , NeedInput , MoreOutput } |
|
strong |
|
strong |