blob: 6769079eaa339dd65e21e7f40b218ab942953e7f [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.encapsulatedstructs/cpp/natural_types.h>
#ifdef __Fuchsia__
#endif // __Fuchsia__
::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__