Home
last modified time | relevance | path

Searched refs:hashers_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dencode.h69 std::unique_ptr<Hashers> hashers_; variable
Dencode.cc878 hashers_(new Hashers()), in BrotliCompressor()
895 hashers_->Init(hash_type_); in BrotliCompressor()
925 hashers_->SetStaticDictionary(static_dictionary_); in StoreDictionaryWordHashes()
965 hashers_.get(), in WriteMetaBlock()