Home
last modified time | relevance | path

Searched defs:Hashers (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dhash.h417 struct Hashers { struct
418 enum Type {
423 void Init(Type type) { in Init()
436 void SetStaticDictionary(const StaticDictionary *dict) { in SetStaticDictionary()
441 std::unique_ptr<HashLongestMatch<15, 8, 4> > hash_15_8_4;
442 std::unique_ptr<HashLongestMatch<15, 8, 2> > hash_15_8_2;