Searched refs:handlerPos (Results 1 – 1 of 1) sorted by relevance
957 … PropertyHandlerRepository::const_iterator handlerPos = m_aPropertyHandlers.find( _rPropertyName ); in impl_hasPropertyHandlerFor_nothrow() local958 return ( handlerPos != m_aPropertyHandlers.end() ); in impl_hasPropertyHandlerFor_nothrow()964 … PropertyHandlerRepository::const_iterator handlerPos = m_aPropertyHandlers.find( _rPropertyName ); in impl_getHandlerForProperty_throw() local965 if ( handlerPos == m_aPropertyHandlers.end() ) in impl_getHandlerForProperty_throw()967 return handlerPos->second; in impl_getHandlerForProperty_throw()
Completed in 28 milliseconds