Searched defs:attrtype (Results 1 – 2 of 2) sorted by relevance
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()
103 const auto attrtype = attrMap[attr->nla_type]; in toStream() local