Searched refs:AddAllBlocksThroughIndex (Results 1 – 4 of 4) sorted by relevance
604 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()
200 AddAllBlocksThroughIndex(static_cast<int>(source_size_)); in AddAllBlocks()203 void BlockHash::AddAllBlocksThroughIndex(int end_index) { in AddAllBlocksThroughIndex() function in open_vcdiff::BlockHash
208 void AddAllBlocksThroughIndex(int end_index);
212 target_hash->AddAllBlocksThroughIndex( in EncodeInternal()