Searched refs:hashed_dictionary_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc32 hashed_dictionary_(NULL) {
39 delete hashed_dictionary_;
46 if (hashed_dictionary_) {
51 hashed_dictionary_ = BlockHash::CreateDictionaryHash(dictionary_,
53 if (!hashed_dictionary_) {
65 // hashed_dictionary_ for the block starting at the current target position.
93 hashed_dictionary_->FindBestMatch(hash_value,
156 if (!hashed_dictionary_) {
H A Dvcdiffengine.h52 // The Init() method is the only one allowed to treat hashed_dictionary_
118 const BlockHash* hashed_dictionary_; member in class:open_vcdiff::VCDiffEngine
H A Dvcencoder_test.cc128 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon3124::VCDiffEncoderTest
150 : hashed_dictionary_(kDictionary, sizeof(kDictionary)),
151 encoder_(&hashed_dictionary_,
155 EXPECT_TRUE(hashed_dictionary_.Init());
650 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon3124::VCDiffHTML1Test
673 : hashed_dictionary_(kDictionary, sizeof(kDictionary)),
674 encoder_(&hashed_dictionary_,
678 EXPECT_TRUE(hashed_dictionary_.Init());
868 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon3124::VCDiffHTML2Test
882 : hashed_dictionary_(kDictionar
[all...]
H A Dvcdiff_main.cc156 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_; member in class:open_vcdiff::VCDiffFileBasedCoder
380 hashed_dictionary_.reset(new open_vcdiff::HashedDictionary("", 0));
382 hashed_dictionary_.reset(
386 if (!hashed_dictionary_->Init()) {
397 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(),

Completed in 49 milliseconds