| // WARNING: This file is machine generated by fidlgen. |
| |
| #pragma once |
| |
| #include <fidl/test.error/cpp/wire.h> |
| |
| // For ::fidl::fuzzing::DecoderEncoderImpl. |
| #include <lib/fidl/cpp/fuzzing/decoder_encoder.h> |
| |
| namespace fuzzing { |
| |
| inline constexpr ::std::array<::fidl::fuzzing::DecoderEncoderForType, 6> |
| test_error_decoder_encoders = { |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "::test_error::wire::ExampleFooRequest", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = false, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooRequest, false>, |
| }, |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "A transactional message using ::test_error::wire::ExampleFooRequest as the body", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = true, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooRequest, true>, |
| }, |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "::test_error::wire::ExampleFooResponse", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = false, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooResponse, false>, |
| }, |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "A transactional message using ::test_error::wire::ExampleFooResponse as the body", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = true, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooResponse, true>, |
| }, |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "::test_error::wire::ExampleFooTopResponse", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = false, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooTopResponse, false>, |
| }, |
| ::fidl::fuzzing::DecoderEncoderForType{ |
| .fidl_type_name = "A transactional message using ::test_error::wire::ExampleFooTopResponse as the body", |
| .has_flexible_envelope = false, |
| .treat_bytes_as_transactional_message = true, |
| .decoder_encoder = ::fidl::fuzzing::DecoderEncoderImpl<::test_error::wire::ExampleFooTopResponse, true>, |
| }, |
| }; |
| |
| } // namespace fuzzing |