Searched refs:firstPendingIt (Results 1 – 1 of 1) sorted by relevance
80 auto firstPendingIt = std::find_if(mPollFunctions.begin(), mPollFunctions.end(), in PollAndProcessGarbage() local85 mPollFunctions.erase(mPollFunctions.begin(), firstPendingIt); in PollAndProcessGarbage()103 auto firstPendingIt = std::find_if(mPendingGarbage.begin(), mPendingGarbage.end(), in PollAndProcessGarbage() local111 for (auto it = mPendingGarbage.begin(); it != firstPendingIt; it++) { in PollAndProcessGarbage()136 mPendingGarbage.erase(mPendingGarbage.begin(), firstPendingIt); in PollAndProcessGarbage()