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

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp678 PendingEventsMap mPendingMap; member in struct:EventSource::Data
766 PendingEventsMap *aPem = &mOwner->m->mPendingMap;
907 mOwner->m->mPendingMap.erase(pit);
1092 m->mPendingMap.insert(PendingEventsMap::value_type(aEvent, cListeners));
1095 pit = m->mPendingMap.find(aEvent);
1188 PendingEventsMap::iterator pit = m->mPendingMap.find(aEvent);
1190 if (pit == m->mPendingMap.end())

Completed in 48 milliseconds