hash.h | 419 HASH_15_8_4 = 0, 425 case HASH_15_8_4: 426 hash_15_8_4.reset(new HashLongestMatch<15, 8, 4>()); 437 if (hash_15_8_4.get() != NULL) hash_15_8_4->SetStaticDictionary(dict); 441 std::unique_ptr<HashLongestMatch<15, 8, 4> > hash_15_8_4; member in struct:brotli::Hashers
|