This is the complete list of members for BaseDelta< BaseType, DeltaSizeBits >::PatternX, including all inherited members.
| allocate | DictionaryCompressor< T >::Pattern | protected |
| code | DictionaryCompressor< T >::Pattern | protected |
| decompress(const DictionaryEntry dict_bytes) const override | DictionaryCompressor< T >::UncompressedPattern | inlinevirtual |
| getCode() const | DictionaryCompressor< T >::Pattern | inline |
| getMatchLocation() const | DictionaryCompressor< T >::Pattern | inline |
| getPatternNumber() const | DictionaryCompressor< T >::Pattern | inline |
| getSizeBits() const | DictionaryCompressor< T >::Pattern | inline |
| isPattern(const DictionaryEntry &bytes, const DictionaryEntry &dict_bytes, const int match_location) | DictionaryCompressor< T >::UncompressedPattern | inlinestatic |
| length | DictionaryCompressor< T >::Pattern | protected |
| matchLocation | DictionaryCompressor< T >::Pattern | protected |
| numUnmatchedBits | DictionaryCompressor< T >::Pattern | protected |
| Pattern(const int number, const uint64_t code, const uint64_t metadata_length, const uint64_t num_unmatched_bits, const int match_location, const bool allocate=true) | DictionaryCompressor< T >::Pattern | inline |
| patternNumber | DictionaryCompressor< T >::Pattern | protected |
| PatternX(const DictionaryEntry bytes, const int match_location) | BaseDelta< BaseType, DeltaSizeBits >::PatternX | inline |
| print() const | DictionaryCompressor< T >::Pattern | inline |
| shouldAllocate() const | DictionaryCompressor< T >::Pattern | inline |
| UncompressedPattern(const int number, const uint64_t code, const uint64_t metadata_length, const int match_location, const DictionaryEntry bytes) | DictionaryCompressor< T >::UncompressedPattern | inline |
| ~Pattern()=default | DictionaryCompressor< T >::Pattern | virtual |