Searched refs:dropIndex (Results 1 – 2 of 2) sorted by relevance
422 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local424 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()428 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()429 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
909 private int dropIndex; field in GrpclbState.RoundRobinPicker933 DropEntry drop = dropList.get(dropIndex); in pickSubchannel()934 dropIndex++; in pickSubchannel()935 if (dropIndex == dropList.size()) { in pickSubchannel()936 dropIndex = 0; in pickSubchannel()