Searched refs:nlattrtype_t (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Attributes.h | 58 bool contains(nlattrtype_t attrtype) const; 95 T get(nlattrtype_t attrtype) const { in get() 114 std::optional<Buffer<nlattr>> getBuffer(nlattrtype_t attrtype) const { in getBuffer() 134 const T& getStruct(nlattrtype_t attrtype) const { in getStruct() 149 using Index = std::map<nlattrtype_t, Buffer<nlattr>>;
|
D | MessageFactory.h | 31 static nlattr* add(nlmsghdr* msg, size_t maxLen, nlattrtype_t type, const void* data, 108 void add(nlattrtype_t type, const A& attr) { in add() 113 void add(nlattrtype_t type, const std::string& s) { in add() 120 NestedGuard(MessageFactory & req, nlattrtype_t type) : mReq(req), mAttr(req.add(type)) {} in NestedGuard() 151 NestedGuard addNested(nlattrtype_t type) { return {*this, type}; } in addNested() 157 nlattr* add(nlattrtype_t type, const void* data = nullptr, size_t len = 0) {
|
D | types.h | 24 typedef decltype(nlattr::nla_type) nlattrtype_t; typedef
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | MessageDefinition.h | 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;
|
D | MessageDefinition.cpp | 22 : std::map<std::optional<nlattrtype_t>, AttributeDefinition>(attrTypes) {} in AttributeMap() 24 const AttributeDefinition AttributeMap::operator[](nlattrtype_t nla_type) const { in operator []()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | MessageFactory.cpp | 28 nlattr* MessageFactoryBase::add(nlmsghdr* msg, size_t maxLen, nlattrtype_t type, const void* data, in add()
|
D | Attributes.cpp | 38 bool Attributes::contains(nlattrtype_t attrtype) const { in contains()
|