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.cxx401 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet() local
403 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()
404 if ( it != rSets.end() ) in openPropertySet()
711 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove() local
713 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()
714 if ( it != rSets.end() ) in remove()
717 rSets.erase( it ); in remove()

Completed in 36 milliseconds