reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
199 if (NewBlocks > OldBlocks) { 200 uint32_t AddedBlocks = NewBlocks - OldBlocks; 209 } else if (OldBlocks > NewBlocks) { 212 uint32_t RemovedBlocks = OldBlocks - NewBlocks; 214 auto RemovedBlockList = CurrentBlocks.drop_front(NewBlocks);