Searched refs:AttributeDefinition (Results 1 – 7 of 7) sorted by relevance
28 struct AttributeDefinition;40 class AttributeMap : private std::map<std::optional<nlattrtype_t>, AttributeDefinition> {42 using std::map<std::optional<nlattrtype_t>, AttributeDefinition>::value_type;46 const AttributeDefinition operator[](nlattrtype_t nla_type) const;55 struct AttributeDefinition { struct
22 : std::map<std::optional<nlattrtype_t>, AttributeDefinition>(attrTypes) {} in AttributeMap()24 const AttributeDefinition AttributeMap::operator[](nlattrtype_t nla_type) const { in operator []()
25 using DataType = AttributeDefinition::DataType;26 using Flags = AttributeDefinition::Flags;
101 using DataType = protocols::AttributeDefinition::DataType; in toStream()102 using Flags = protocols::AttributeDefinition::Flags; in toStream()150 std::get<protocols::AttributeDefinition::ToStream>(attrtype.ops); in toStream()
27 using DataType = AttributeDefinition::DataType;
26 using DataType = AttributeDefinition::DataType;
55 using DataType = AttributeDefinition::DataType;56 using Flags = AttributeDefinition::Flags;