Lines Matching defs:PendingEventsMap
563 typedef std::map<IEvent *, int32_t> PendingEventsMap;
587 HRESULT process(IEvent *aEvent, BOOL aWaitable, PendingEventsMap::iterator &pit, AutoLockBase &alock);
590 HRESULT eventProcessed(IEvent *aEvent, PendingEventsMap::iterator &pit);
678 PendingEventsMap mPendingMap;
766 PendingEventsMap *aPem = &mOwner->m->mPendingMap;
781 PendingEventsMap::iterator pit = aPem->find(aEvent);
794 PendingEventsMap::iterator &pit,
901 HRESULT ListenerRecord::eventProcessed(IEvent *aEvent, PendingEventsMap::iterator &pit)
1088 PendingEventsMap::iterator pit;
1092 m->mPendingMap.insert(PendingEventsMap::value_type(aEvent, cListeners));
1188 PendingEventsMap::iterator pit = m->mPendingMap.find(aEvent);