Home
last modified time | relevance | path

Searched refs:attrTypes (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.cpp21 AttributeMap::AttributeMap(const std::initializer_list<value_type> attrTypes) in AttributeMap() argument
22 : std::map<std::optional<nlattrtype_t>, AttributeDefinition>(attrTypes) {} in AttributeMap()
37 const AttributeMap&& attrTypes, size_t contentsSize)
41 mAttributeMap(attrTypes) {}
H A DMessageDefinition.h44 AttributeMap(const std::initializer_list<value_type> attrTypes);
166 const AttributeMap&& attrTypes, size_t contentsSize);
186 const std::initializer_list<AttributeMap::value_type> attrTypes = {})
187 : MessageDescriptor(name, msgDet, attrTypes, sizeof(T)) {}
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
H A DGenericMessageBase.cpp24 const std::initializer_list<AttributeMap::value_type> attrTypes) in GenericMessageBase() argument
26 attrTypes),
H A DGenericMessageBase.h32 const std::initializer_list<AttributeMap::value_type> attrTypes = {});