Home
last modified time | relevance | path

Searched refs:aQueue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/l10ntools/source/
H A Dexport.cxx2606 void ParserQueue::Pop( std::queue<QueueEntry>& aQueue ){ in Pop() argument
2607 while( !aQueue.empty() ){ in Pop()
2608 QueueEntry aEntry = aQueue.front(); in Pop()
2609 aQueue.pop(); in Pop()
/trunk/main/l10ntools/inc/
H A Dexport.hxx543 inline void Pop( std::queue<QueueEntry>& aQueue );

Completed in 27 milliseconds