Home
last modified time | relevance | path

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

/trunk/main/ucb/source/core/
H A Ducbstore.cxx399 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet() local
401 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()
402 if ( it != rSets.end() ) in openPropertySet()
709 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove() local
711 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()
712 if ( it != rSets.end() ) in remove()
715 rSets.erase( it ); in remove()