Searched refs:xCurrContext (Results 1 – 1 of 1) sorted by relevance
282 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local283 if( xCurrContext.is() ) in parseStream()287 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()288 xCurrContext->endRecord( nRecId ); in parseStream()298 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local299 if( xCurrContext.is() ) in parseStream()302 xCurrContext = xCurrContext->createRecordContext( nRecId, aRecStrm ); in parseStream()307 mxStack->pushContext( *pStartRecInfo, xCurrContext ); in parseStream()309 if( xCurrContext.is() ) in parseStream()313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()[all …]
Completed in 13 milliseconds