Home
last modified time | relevance | path

Searched refs:ToStream (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
DMessageDefinition.h100 using ToStream = std::function<void(std::stringstream& ss, const Buffer<nlattr> attr)>; member
104 std::variant<AttributeMap, ToStream> ops = AttributeMap{};
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dprinter.cpp150 std::get<protocols::AttributeDefinition::ToStream>(attrtype.ops); in toStream()