Searched defs:ChannelOptions (Results 1 – 3 of 3) sorted by relevance
38 struct ChannelOptions { struct40 : ChannelOptions(id, id, mtu) {} in ChannelOptions() argument41 ChannelOptions(ChannelId id, ChannelId remote_id, uint16_t mtu) in ChannelOptions() function56 std::unique_ptr<FakeChannel> CreateFakeChannel(const ChannelOptions& options); argument
75 struct ChannelOptions { struct77 : ChannelOptions(id, id, mtu) {} in ChannelOptions() argument78 ChannelOptions(ChannelId id, ChannelId remote_id, uint16_t mtu) in ChannelOptions() argument81 ChannelId id;82 ChannelId remote_id;83 uint16_t mtu;107 FakeChannel::WeakPtr CreateFakeChannel(const ChannelOptions& options); argument
30 class ChannelOptions(object): class