Searched refs:m_aReadOnlyWrapList (Results 1 – 2 of 2) sorted by relevance
324 else if ( !m_aReadOnlyWrapList.empty() ) in ~OStorage_Impl()326 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in ~OStorage_Impl()327 pStorageIter != m_aReadOnlyWrapList.end(); pStorageIter++ ) in ~OStorage_Impl()340 m_aReadOnlyWrapList.clear(); in ~OStorage_Impl()429 m_aReadOnlyWrapList.push_back( StorageHolder_Impl( &aStorage ) ); in SetReadOnlyWrap()435 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in RemoveReadOnlyWrap()436 pStorageIter != m_aReadOnlyWrapList.end();) in RemoveReadOnlyWrap()451 m_aReadOnlyWrapList.erase( pIterToDelete ); in RemoveReadOnlyWrap()1654 …age && ( pElement->m_pStorage->m_pAntiImpl || !pElement->m_pStorage->m_aReadOnlyWrapList.empty() )) in RemoveElement()2655 else if ( !pElement->m_pStorage->m_aReadOnlyWrapList.empty() in openStorageElement()[all …]
134 OStorageList_Impl m_aReadOnlyWrapList; // only valid if readonly external reference exists member
Completed in 37 milliseconds