Home | History | Annotate | Download | only in src

Lines Matching defs:dictionary_

110   // If successful, returns true and populates dictionary_ with the dictionary
155 std::vector<char> dictionary_;
223 assert(dictionary_.empty());
237 dictionary_.resize(dictionary_size);
239 if (fread(&dictionary_[0], 1, dictionary_size, dictionary_file)
244 dictionary_.clear();
379 // if &dictionary_[0] is attempted for an empty dictionary.
380 if (dictionary_.empty()) {
384 new open_vcdiff::HashedDictionary(&dictionary_[0],
385 dictionary_.size()));
463 // if &dictionary_[0] is attempted for an empty dictionary.
464 if (dictionary_.empty()) {
467 decoder.StartDecoding(&dictionary_[0], dictionary_.size());
527 // if &dictionary_[0] is attempted for an empty dictionary.
528 if (dictionary_.empty()) {
531 decoder.StartDecoding(&dictionary_[0], dictionary_.size());