Searched refs:ToStream (Results 1 – 4 of 4) sorted by relevance
100 using ToStream = std::function<void(std::stringstream& ss, const Buffer<nlattr> attr)>; member104 std::variant<AttributeMap, ToStream> ops = AttributeMap{};
36 AttributeDefinition::ToStream flagsToStream(FlagsMap flags);
23 AttributeDefinition::ToStream flagsToStream(FlagsMap flags) { in flagsToStream()
150 std::get<protocols::AttributeDefinition::ToStream>(attrtype.ops); in toStream()