Searched refs:aQueue (Results 1 – 2 of 2) sorted by relevance
2606 void ParserQueue::Pop( std::queue<QueueEntry>& aQueue ){ in Pop() argument2607 while( !aQueue.empty() ){ in Pop()2608 QueueEntry aEntry = aQueue.front(); in Pop()2609 aQueue.pop(); in Pop()
543 inline void Pop( std::queue<QueueEntry>& aQueue );
Completed in 35 milliseconds