Searched refs:aQueue (Results 1 – 2 of 2) sorted by relevance
2616 void ParserQueue::Pop( std::queue<QueueEntry>& aQueue ){ in Pop() argument2617 while( !aQueue.empty() ){ in Pop()2618 QueueEntry aEntry = aQueue.front(); in Pop()2619 aQueue.pop(); in Pop()
543 inline void Pop( std::queue<QueueEntry>& aQueue );
Completed in 52 milliseconds