Searched refs:hashed_dictionary_ (Results 1 - 12 of 12) 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::__anon3291::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::__anon3291::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::__anon3291::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(),
/external/chromium_org/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_) {
62 // hashed_dictionary_ for the block starting at the current target position.
90 hashed_dictionary_->FindBestMatch(hash_value,
153 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.cc133 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon10670::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::__anon10670::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::__anon10670::VCDiffHTML2Test
[all...]
H A Dvcdiff_main.cc157 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(),
/external/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_) {
62 // hashed_dictionary_ for the block starting at the current target position.
90 hashed_dictionary_->FindBestMatch(hash_value,
153 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.cc133 HashedDictionary hashed_dictionary_; member in class:open_vcdiff::__anon24301::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::__anon24301::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::__anon24301::VCDiffHTML2Test
[all...]
H A Dvcdiff_main.cc157 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 433 milliseconds