Searched refs:rPropertyGroups (Results 1 – 1 of 1) sorted by relevance
215 const IndexedPropertyGroups& rPropertyGroups( lcl_getIndexedPropertyGroups() ); in getPropertyGroup() local216 const IndexedPropertyGroups::const_iterator pos = rPropertyGroups.find( i_propertyGroup ); in getPropertyGroup()217 if ( pos != rPropertyGroups.end() ) in getPropertyGroup()240 const IndexedPropertyGroups& rPropertyGroups = lcl_getIndexedPropertyGroups(); in getPropertyGroupList() local244 … const IndexedPropertyGroups::const_iterator groupPos = rPropertyGroups.find( propGroup ); in getPropertyGroupList()245 … ENSURE_OR_CONTINUE( groupPos != rPropertyGroups.end(), "getPropertyGroupList: inconsistency!" ); in getPropertyGroupList()
Completed in 16 milliseconds