| // WARNING: This file is machine generated by fidlgen_cpp. |
| |
| #include <fidl/test/protocolrequest/cpp/fidl_v2.h> |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_protocolrequest::ParentTakeChildRequestRequest:: |
| ParentTakeChildRequestRequest(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs< |
| ::fidl::InterfaceRequest<::fidl::test::protocolrequest::Child>>( |
| &decoder, 0)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_protocolrequest::ParentTakeChildRequest::ParentTakeChildRequest( |
| ::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs< |
| ::fidl::InterfaceHandle<::fidl::test::protocolrequest::Child>>( |
| &decoder, 0)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_protocolrequest::ParentGetChildTopResponse:: |
| ParentGetChildTopResponse(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs< |
| ::fidl::InterfaceHandle<::fidl::test::protocolrequest::Child>>( |
| &decoder, 0)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_protocolrequest::ParentGetChildRequestTopResponse:: |
| ParentGetChildRequestTopResponse(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs< |
| ::fidl::InterfaceRequest<::fidl::test::protocolrequest::Child>>( |
| &decoder, 0)}) {} |
| #endif // __Fuchsia__ |