Searched refs:CreateChannelResponseView (Results 1 – 1 of 1) sorted by relevance
1592 …CreateChannelResponseView : public ControlView { public:static CreateChannelResponseView Create(Co… in CreateOptional()1594 …CreateChannelResponseView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::… in CreateOptional()1614 explicit CreateChannelResponseView(ControlView parent) : ControlView(std::move(parent)) { was_valid… in CreateOptional() function3809 static std::unique_ptr<CreateChannelResponseBuilder> FromView(CreateChannelResponseView view) {if (… in Create()3830 …reBytes(std::vector<uint8_t> captured_packet) {CreateChannelResponseView view = CreateChannelRespo…3833 … vec = std::vector<uint8_t>(data, data + size);CreateChannelResponseView view = CreateChannelRespo…