Searched defs:BrotliEncoderDictionary (Results 1 – 2 of 2) sorted by relevance
20 typedef struct BrotliEncoderDictionary { struct35 } BrotliEncoderDictionary; typedef
61 typedef struct BrotliEncoderDictionary { struct62 const BrotliDictionary* words;63 uint32_t num_transforms;66 uint32_t cutoffTransformsCount;67 uint64_t cutoffTransforms;70 const uint16_t* hash_table_words;94 } BrotliEncoderDictionary; argument