Searched refs:MoveChannelRequestView (Results 1 – 1 of 1) sorted by relevance
1617 …MoveChannelRequestView : public ControlView { public:static MoveChannelRequestView Create(ControlV… in CreateOptional()1619 …c MoveChannelRequestView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()1635 explicit MoveChannelRequestView(ControlView parent) : ControlView(std::move(parent)) { was_validate… in CreateOptional() function3844 static std::unique_ptr<MoveChannelRequestBuilder> FromView(MoveChannelRequestView view) {if (!view.… in Create()3865 …mpareBytes(std::vector<uint8_t> captured_packet) {MoveChannelRequestView view = MoveChannelRequest…3868 …uto vec = std::vector<uint8_t>(data, data + size);MoveChannelRequestView view = MoveChannelRequest…