Home | History | Annotate | Download | only in src

Lines Matching refs:AddAllBlocksThroughIndex

602   // of AddAllBlocksThroughIndex() is not inclusive: only three matches
604 th_->AddAllBlocksThroughIndex(index_of_fourth_e);
620 // call to AddAllBlocksThroughIndex().
622 th_->AddAllBlocksThroughIndex(index_of_first_e + 1);
632 th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3);
646 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1);
665 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1);
683 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3),
685 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_first_e + 1),
705 th_->AddAllBlocksThroughIndex(StringLengthAsInt(sample_text));
745 EXPECT_DEBUG_DEATH(bh.AddAllBlocksThroughIndex(index_of_first_e),
750 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(strlen(sample_text) + 1),