Searched refs:dropIndex (Results 1 – 1 of 1) sorted by relevance
421 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local423 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()427 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()428 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()