Searched refs:getFirst (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Message.h | 46 const auto& [nlOk, nlHeader] = buf.getFirst(); in parse() 49 const auto& [dataOk, dataHeader] = buf.data<T>().getFirst(); in parse() 67 const auto& [nlOk, nlHeader] = buf.getFirst(); // we're doing it twice, but it's fine in parse()
|
D | Attributes.h | 143 const auto& [ok, val] = it->second.data<T>().getFirst(); in getStruct()
|
D | Buffer.h | 66 std::pair<bool, const T&> getFirst() const { in getFirst() function
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/ |
D | structs.cpp | 22 const auto& [ok, data] = attr.data<rtnl_link_ifmap>().getFirst(); in mapToStream() 37 const auto& [ok, data] = attr.data<ifla_cacheinfo>().getFirst(); in ifla_cacheinfoToStream()
|
D | structs.h | 36 const auto& [ok, data] = attr.data<T>().getFirst(); in statsToStream()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | MessageDefinition.h | 190 const auto& [ok, msg] = hdr.data<T>().getFirst(); in dataToStream()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/ |
D | Nl80211.cpp | 997 const auto& [ok, data] = attr.data<nl80211_pattern_support>().getFirst(); in nl80211_pattern_supportToStream()
|