blob: b00645dafb8923daed73b2378f1351fc763281fd [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#include <fidl/test.encapsulatedstructs/cpp/natural_types.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
::test_encapsulatedstructs::Int8Int32::Storage_ test_encapsulatedstructs::Int8Int32::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.a),
::fidl::internal::NaturalClone(storage_.b)};
}
::test_encapsulatedstructs::Int16Int8::Storage_ test_encapsulatedstructs::Int16Int8::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.a),
::fidl::internal::NaturalClone(storage_.b)};
}
::test_encapsulatedstructs::ArrayInt16Int8::Storage_ test_encapsulatedstructs::ArrayInt16Int8::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.arr)};
}
::test_encapsulatedstructs::StructPaddingTestStruct::Storage_ test_encapsulatedstructs::StructPaddingTestStruct::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.trailing),
::fidl::internal::NaturalClone(storage_.inner),
::fidl::internal::NaturalClone(storage_.array)};
}
#ifdef __Fuchsia__
#endif // __Fuchsia__
#ifdef __Fuchsia__
#endif // __Fuchsia__
#pragma clang diagnostic pop