Searched refs:AttributeMap (Results 1 – 6 of 6) sorted by relevance
139 typedef std::map<std::string, std::string> AttributeMap; typedef in xe::xml::Parser140 typedef AttributeMap::const_iterator AttributeIter;158 const AttributeMap& attributes (void) const { return m_attributes; } in attributes()194 AttributeMap m_attributes;
55 AttributeMapType AttributeMap; variable99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer()); in getAttributeID()100 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
389 unsigned &Entry = AttributeMap[PAL.getRawPointer()]; in EnumerateAttributes()
110 AttributeMapType AttributeMap; variable171 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()172 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
891 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
24 typedef std::map<std::string, std::string> AttributeMap; typedef