Lines Matching refs:mxStack
266 mxStack.reset( new prv::ContextStack( mxHandler ) ); in parseStream()
277 while( !mxStack->empty() && !mxStack->hasCurrentEndRecId() ) in parseStream()
278 mxStack->popContext(); in parseStream()
280 …OSL_ENSURE( mxStack->getCurrentRecId() == pEndRecInfo->mnStartRecId, "RecordParser::parseStream - … in parseStream()
282 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream()
290 mxStack->popContext(); in parseStream()
295 if( (mxStack->getCurrentRecId() == nRecId) && !mxStack->hasCurrentEndRecId() ) in parseStream()
296 mxStack->popContext(); in parseStream()
298 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream()
307 mxStack->pushContext( *pStartRecInfo, xCurrContext ); in parseStream()
321 while( !mxStack->empty() ) in parseStream()
322 mxStack->popContext(); in parseStream()
323 mxStack.reset(); in parseStream()