| // WARNING: This file is machine generated by fidlgen_cpp. |
| |
| #include <fidl/test/struct/cpp/fidl_v2.h> |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_struct::Simple::Simple(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs<uint8_t>(&decoder, 0), |
| ::fidl::DecodeAs<bool>(&decoder, 1)}) {} |
| #endif // __Fuchsia__ |
| |
| #ifdef __Fuchsia__ |
| |
| ::fidl_test_struct::BasicStruct::BasicStruct(::fidl::Decoder& decoder) |
| : storage_({::fidl::DecodeAs<uint32_t>(&decoder, 0), |
| ::fidl::DecodeAs<::std::string>(&decoder, 8)}) {} |
| #endif // __Fuchsia__ |