HomeSort by relevance Sort by last modified time
    Searched refs:hashed_dictionary_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine.cc 32 hashed_dictionary_(NULL) {
39 delete hashed_dictionary_;
46 if (hashed_dictionary_) {
51 hashed_dictionary_ = BlockHash::CreateDictionaryHash(dictionary_,
53 if (!hashed_dictionary_) {
62 // hashed_dictionary_ for the block starting at the current target position.
90 hashed_dictionary_->FindBestMatch(hash_value,
153 if (!hashed_dictionary_) {
vcdiffengine.h 52 // The Init() method is the only one allowed to treat hashed_dictionary_
118 const BlockHash* hashed_dictionary_; member in class:open_vcdiff::VCDiffEngine
vcencoder_test.cc 133 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon15286::VCDiffEncoderTest
162 : hashed_dictionary_(kDictionary, sizeof(kDictionary)),
163 encoder_(&hashed_dictionary_,
167 json_encoder_(&hashed_dictionary_,
170 EXPECT_TRUE(hashed_dictionary_.Init());
693 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon15286::VCDiffHTML1Test
716 : hashed_dictionary_(kDictionary, sizeof(kDictionary)),
717 encoder_(&hashed_dictionary_,
721 EXPECT_TRUE(hashed_dictionary_.Init());
889 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon15286::VCDiffHTML2Test
    [all...]
vcdiff_main.cc 157 std::auto_ptr<open_vcdiff::HashedDictionary> hashed_dictionary_; member in class:open_vcdiff::VCDiffFileBasedCoder
381 hashed_dictionary_.reset(new open_vcdiff::HashedDictionary("", 0));
383 hashed_dictionary_.reset(
387 if (!hashed_dictionary_->Init()) {
401 open_vcdiff::VCDiffStreamingEncoder encoder(hashed_dictionary_.get(),

Completed in 219 milliseconds