Lines Matching refs:pos
204 DescriptionsByName::const_iterator pos = rAllDescriptions.find( i_propertyName ); in getPropertyDescription() local
205 if ( pos != rAllDescriptions.end() ) in getPropertyDescription()
206 return pos->second; in getPropertyDescription()
216 const IndexedPropertyGroups::const_iterator pos = rPropertyGroups.find( i_propertyGroup ); in getPropertyGroup() local
217 if ( pos != rPropertyGroups.end() ) in getPropertyGroup()
218 o_propertyDescriptions = pos->second; in getPropertyGroup()
234 … const AttributesWithoutGroup::const_iterator pos = attributesWithoutGroups.find( i_attribute ); in getPropertyGroupList() local
235 if ( pos != attributesWithoutGroups.end() ) in getPropertyGroupList()
236 o_propertyGroups = pos->second; in getPropertyGroupList()
256 const ReverseTokenLookup::const_iterator pos = rTokenLookup.find( i_attributeName ); in getAttributeDescription() local
257 if ( pos != rTokenLookup.end() ) in getAttributeDescription()
260 attribute.attributeToken = pos->second; in getAttributeDescription()