Searched refs:rRecInfo (Results 1 – 1 of 1) sorted by relevance
150 void ContextStack::pushContext( const RecordInfo& rRecInfo, const ContextHandlerRef& rxContext ) in pushContext() argument152 OSL_ENSURE( (rRecInfo.mnEndRecId >= 0) || maStack.empty() || hasCurrentEndRecId(), in pushContext()154 maStack.push_back( ContextInfo( rRecInfo, rxContext ) ); in pushContext()
Completed in 5 milliseconds