Searched refs:block_to_remove (Results 1 – 2 of 2) sorted by relevance
478 Block* block_to_remove) { in DeleteBlockInVector() argument479 CHECK_EQ((*mutable_blocks)[block_to_remove->index()], block_to_remove) in DeleteBlockInVector()482 << block_to_remove->ToString() << "\n" in DeleteBlockInVector()484 << (*mutable_blocks)[block_to_remove->index()]->ToString(); in DeleteBlockInVector()489 tmp->set_index(block_to_remove->index()); in DeleteBlockInVector()492 (*mutable_blocks)[block_to_remove->index()] = tmp; in DeleteBlockInVector()494 DeleteBlock(block_to_remove); in DeleteBlockInVector()
189 Block* block_to_remove);