Searched refs:CallQueueMap (Results 1 – 2 of 2) sorted by relevance
48 CallQueueMap::iterator it = m_callQueueMap.find(npp); in scheduleCall()94 CallQueueMap copy(m_callQueueMap); in dispatchCalls()98 CallQueueMap::iterator end = m_callQueueMap.end(); in dispatchCalls()99 for (CallQueueMap::iterator it = m_callQueueMap.begin(); it != end; ++it) in dispatchCalls()106 CallQueueMap::iterator end = copy.end(); in dispatchCalls()107 for (CallQueueMap::iterator it = copy.begin(); it != end; ++it) in dispatchCalls()
57 typedef HashMap<NPP, Deque<Call> > CallQueueMap; typedef80 CallQueueMap m_callQueueMap;