Home
last modified time | relevance | path

Searched refs:AddAllBlocksThroughIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc604 th_->AddAllBlocksThroughIndex(index_of_fourth_e); in TEST_F()
622 th_->AddAllBlocksThroughIndex(index_of_first_e + 1); in TEST_F()
632 th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3); in TEST_F()
646 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1); in TEST_F()
665 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1); in TEST_F()
683 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3), in TEST_F()
685 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_first_e + 1), in TEST_F()
705 th_->AddAllBlocksThroughIndex(StringLengthAsInt(sample_text)); in TEST_F()
745 EXPECT_DEBUG_DEATH(bh.AddAllBlocksThroughIndex(index_of_first_e), in TEST_F()
750 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(strlen(sample_text) + 1), in TEST_F()
Dblockhash.cc200 AddAllBlocksThroughIndex(static_cast<int>(source_size_)); in AddAllBlocks()
203 void BlockHash::AddAllBlocksThroughIndex(int end_index) { in AddAllBlocksThroughIndex() function in open_vcdiff::BlockHash
Dblockhash.h208 void AddAllBlocksThroughIndex(int end_index);
Dvcdiffengine.cc212 target_hash->AddAllBlocksThroughIndex( in EncodeInternal()