Searched refs:AttributeMap (Results 1 – 8 of 8) sorted by relevance
53 typedef std::map<std::string, std::string> AttributeMap; typedef55 typedef std::pair<std::string, AttributeMap> Type;56 typedef std::map<std::string, AttributeMap> TypeMap;96 const AttributeMap& getServiceAttributeMap() const;139 AttributeMap mServiceAttributeMap;
71 AttributeMapType AttributeMap; variable131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
438 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
74 AttributeMapType AttributeMap; variable134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
554 Type(type, AttributeMap())).first; in addMediaCodecFromAttributes()644 Type(name, AttributeMap())).first; in addTypeFromAttributes()951 const MediaCodecsXmlParser::AttributeMap&