Searched defs:PendingEventsMap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp563 typedef std::map<IEvent *, int32_t> PendingEventsMap; typedef
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
[all...]

Completed in 47 milliseconds