Searched refs:dropIndex (Results 1 – 1 of 1) sorted by relevance
363 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local365 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()369 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()370 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()