Home
last modified time | relevance | path

Searched refs:getFirst (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessage.h46 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()
DAttributes.h143 const auto& [ok, val] = it->second.data<T>().getFirst(); in getStruct()
DBuffer.h66 std::pair<bool, const T&> getFirst() const { in getFirst() function
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/
Dstructs.cpp22 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()
Dstructs.h36 const auto& [ok, data] = attr.data<T>().getFirst(); in statsToStream()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.h190 const auto& [ok, msg] = hdr.data<T>().getFirst(); in dataToStream()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
DNl80211.cpp997 const auto& [ok, data] = attr.data<nl80211_pattern_support>().getFirst(); in nl80211_pattern_supportToStream()