Searched refs:AttrMap (Results 1 – 5 of 5) sorted by relevance
28 using AttrMap = std::unordered_map<std::string, std::string>; variable29 using ClassStyleMap = std::unordered_map<std::string, AttrMap>;61 AttrMap attrMap; in PushStyle()72 const AttrMap& GetAttrMap(const std::string& key) const in GetAttrMap()78 static AttrMap emptyMap; in GetAttrMap()
32 using AttrMap = std::unordered_map<std::string, std::string>; variable33 using ClassStyleMap = std::unordered_map<std::string, AttrMap>;72 const AttrMap& GetAttrMap(const std::string& key) const;
38 AttrMap attrMap; in PushStyle()49 const AttrMap& SvgContext::GetAttrMap(const std::string& key) const in GetAttrMap()55 static AttrMap emptyMap; in GetAttrMap()
30 struct AttrMap { struct31 ACE_DISALLOW_COPY_AND_MOVE(AttrMap);425 static const AttrMap attrMap_[];
115 const AttrMap CanvasComponent::attrMap_[] = {