Home
last modified time | relevance | path

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

/aoo41x/main/l10ntools/source/
H A Dexport.cxx2616 void ParserQueue::Pop( std::queue<QueueEntry>& aQueue ){ in Pop() argument
2617 while( !aQueue.empty() ){ in Pop()
2618 QueueEntry aEntry = aQueue.front(); in Pop()
2619 aQueue.pop(); in Pop()
/aoo41x/main/l10ntools/inc/
H A Dexport.hxx543 inline void Pop( std::queue<QueueEntry>& aQueue );

Completed in 52 milliseconds