Searched refs:AttributeGroups (Results 1 – 1 of 1) sorted by relevance
153 …typedef ::std::hash_multimap< AttributeDescription, PropertyGroup, AttributeHash > AttributeGroups; typedef156 const AttributeGroups& lcl_getAttributeGroups() in lcl_getAttributeGroups()159 static AttributeGroups s_attributeGroups; in lcl_getAttributeGroups()166 … s_attributeGroups.insert( AttributeGroups::value_type( desc->attribute, desc->propertyGroup ) ); in lcl_getAttributeGroups()224 const AttributeGroups& rAttributeGroups = lcl_getAttributeGroups(); in getPropertyGroupList()226 ::std::pair< AttributeGroups::const_iterator, AttributeGroups::const_iterator > in getPropertyGroupList()241 … for ( AttributeGroups::const_iterator group = range.first; group != range.second; ++group ) in getPropertyGroupList()
Completed in 14 milliseconds