Searched refs:lcl_parserContext (Results 1 – 3 of 3) sorted by relevance
440 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local444 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()445 lcl_parserContext->maOperandStack.pop(); in getParserContext()447 return lcl_parserContext; in getParserContext()
530 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local534 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()535 lcl_parserContext->maOperandStack.pop(); in getParserContext()537 return lcl_parserContext; in getParserContext()
1144 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local1148 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()1149 lcl_parserContext->maOperandStack.pop(); in getParserContext()1151 return lcl_parserContext; in getParserContext()
Completed in 30 milliseconds