Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx124 PtrToIndexMap m_aPtrToIndex; member in vcl::LazyDeletor
165 … if( ! m_aObjects[ m_aPtrToIndex[ reinterpret_cast<sal_IntPtr>(aRealDelete[n]) ] ].m_bDeleted ) in ~LazyDeletor()
180 …PtrToIndexMap::const_iterator dup = s_pOneInstance->m_aPtrToIndex.find( reinterpret_cast<sal_IntPt… in Delete()
181 if( dup != s_pOneInstance->m_aPtrToIndex.end() ) in Delete()
187 …s_pOneInstance->m_aPtrToIndex[ reinterpret_cast<sal_IntPtr>(i_pObject) ] = s_pOneInstance->m_aObje… in Delete()
197 …PtrToIndexMap::const_iterator it = s_pOneInstance->m_aPtrToIndex.find( reinterpret_cast<sal_IntPtr… in Undelete()
198 if( it != s_pOneInstance->m_aPtrToIndex.end() ) in Undelete()

Completed in 11 milliseconds