proxygen
ZstdStreamDecompressor.h File Reference
#include <memory>
#include <zstd.h>
#include <zdict.h>

Go to the source code of this file.

Classes

class  proxygen::ZstdStreamDecompressor
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 proxygen
 

Macros

#define ZSTD_STATIC_LINKING_ONLY
 
#define ZDICT_STATIC_LINKING_ONLY
 

Enumerations

enum  proxygen::ZstdStatusType : int {
  proxygen::ZstdStatusType::NONE, proxygen::ZstdStatusType::SUCCESS, proxygen::ZstdStatusType::NODICT, proxygen::ZstdStatusType::CONTINUE,
  proxygen::ZstdStatusType::ERROR
}
 

Macro Definition Documentation

#define ZDICT_STATIC_LINKING_ONLY

Definition at line 15 of file ZstdStreamDecompressor.h.

#define ZSTD_STATIC_LINKING_ONLY

Definition at line 14 of file ZstdStreamDecompressor.h.