|
|
using | UT = std::conditional_t< INT_SIZE==4, uint32_t, uint64_t > |
| |
|
using | IntRange = strings::Range< UT * > |
| |
|
|
IntRange | GetNextIntPage () |
| |
|
int | Decompress (strings::ByteRange br, uint32_t *consumed) |
| |
|
void | SetDict (const uint8_t *src, unsigned cnt) |
| |
|
|
void | InflateSequences () |
| |
|
void | DecompressCodes (const uint8_t *src) |
| |
|
BlockHeader | bh_ |
| |
|
bool | read_header_ = false |
| |
|
base::PODArray< uint32_t > | len_code_ |
| |
|
base::PODArray< uint8_t > | code_buf_ |
| |
|
base::PODArray< uint8_t > | data_buf_ |
| |
|
SequenceArray | seq_dict_ |
| |
|
std::vector< strings::ByteRange > | seq_dict_range_ |
| |
|
uint32_t | next_seq_id_ = 0 |
| |
|
uint8_t * | next_flit_ptr_ |
| |
|
std::unique_ptr< Zstd > | zstd_cntx_ |
| |
template<size_t INT_SIZE>
class util::SeqDecoder< INT_SIZE >
Definition at line 287 of file set_encoder.h.
The documentation for this class was generated from the following files: