Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
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) in MessageDescriptor() argument
41 mAttributeMap(attrTypes) {} in MessageDescriptor()
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)) {} in MessageDescriptor() argument
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DGenericMessageBase.cpp24 const std::initializer_list<AttributeMap::value_type> attrTypes) in GenericMessageBase() argument
26 attrTypes),
DGenericMessageBase.h32 const std::initializer_list<AttributeMap::value_type> attrTypes = {});