Searched refs:dictionary_contents (Results 1 – 2 of 2) sorted by relevance
40 HashedDictionary(const char* dictionary_contents,211 VCDiffEncoder(const char* dictionary_contents, size_t dictionary_size) in VCDiffEncoder() argument212 : dictionary_(dictionary_contents, dictionary_size), in VCDiffEncoder()
42 HashedDictionary::HashedDictionary(const char* dictionary_contents, in HashedDictionary() argument44 : engine_(new VCDiffEngine(dictionary_contents, dictionary_size)) { } in HashedDictionary()