Searched refs:entryIt (Results 1 – 2 of 2) sorted by relevance
249 Iterator<Map.Entry> entryIt = entrySet.iterator(); in validateArrayMap() local250 while (entryIt.hasNext()) { in validateArrayMap()251 Map.Entry entry = entryIt.next(); in validateArrayMap()
6411 auto entryIt = std::find_if(connection->waitQueue.begin(), connection->waitQueue.end(), in doDispatchCycleFinishedCommand() local6413 if (entryIt != connection->waitQueue.end()) { in doDispatchCycleFinishedCommand()6414 std::unique_ptr<DispatchEntry> dispatchEntry = std::move(*entryIt); in doDispatchCycleFinishedCommand()6415 connection->waitQueue.erase(entryIt); in doDispatchCycleFinishedCommand()