Home
last modified time | relevance | path

Searched refs:m_aReadOnlyWrapList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/xstor/
H A Dxstorage.cxx322 else if ( !m_aReadOnlyWrapList.empty() ) in ~OStorage_Impl()
324 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in ~OStorage_Impl()
325 pStorageIter != m_aReadOnlyWrapList.end(); pStorageIter++ ) in ~OStorage_Impl()
338 m_aReadOnlyWrapList.clear(); in ~OStorage_Impl()
427 m_aReadOnlyWrapList.push_back( StorageHolder_Impl( &aStorage ) ); in SetReadOnlyWrap()
433 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in RemoveReadOnlyWrap()
434 pStorageIter != m_aReadOnlyWrapList.end();) in RemoveReadOnlyWrap()
449 m_aReadOnlyWrapList.erase( pIterToDelete ); in RemoveReadOnlyWrap()
1652 …age && ( pElement->m_pStorage->m_pAntiImpl || !pElement->m_pStorage->m_aReadOnlyWrapList.empty() )) in RemoveElement()
2653 else if ( !pElement->m_pStorage->m_aReadOnlyWrapList.empty() in openStorageElement()
[all …]
H A Dxstorage.hxx134 …OStorageList_Impl m_aReadOnlyWrapList; // only valid if readonly external reference exis… member