Searched refs:weakIt (Results 1 – 1 of 1) sorted by relevance
210 for (auto weakIt = mSubscribers.begin(); weakIt != mSubscribers.end();) { in getListenerListCopyLocked() local211 auto strongPtr = weakIt->promote(); in getListenerListCopyLocked()213 output->push_back(*weakIt); in getListenerListCopyLocked()214 weakIt++; in getListenerListCopyLocked()216 weakIt = mSubscribers.erase(weakIt); in getListenerListCopyLocked()