| // WARNING: This file is machine generated by fidlgen_cpp. |
| |
| #include <fidl/test/errorsyntax/cpp/fidl_v2.h> |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_errorsyntax::ExampleUseOfErrorSyntax_CallWhichMayFail_Response:: |
| ExampleUseOfErrorSyntax_CallWhichMayFail_Response(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs<int64_t>(&decoder, 0)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_errorsyntax::ExampleUseOfErrorSyntaxCallWhichMayFailTopResponse:: |
| ExampleUseOfErrorSyntaxCallWhichMayFailTopResponse(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs< |
| ::fidl_test_errorsyntax:: |
| ExampleUseOfErrorSyntax_CallWhichMayFail_Result>(&decoder, 0)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_errorsyntax::ExampleUseOfErrorSyntaxCallWhichMayFailRequest:: |
| ExampleUseOfErrorSyntaxCallWhichMayFailRequest(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs<::std::string>(&decoder, 0)}) {} |
| #endif // __Fuchsia__ |