Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DAttributes.h95 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()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp103 const auto attrtype = attrMap[attr->nla_type]; in toStream() local