blob: df1b5fc9ba37768616112966bf2d1c31496d8ae2 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.emptystruct/cpp/natural_types.h>
::test_emptystruct::Empty::Storage_ test_emptystruct::Empty::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.__reserved)};
}
::test_emptystruct::EmptyProtocolSendRequest::Storage_ test_emptystruct::EmptyProtocolSendRequest::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.e)};
}
::test_emptystruct::EmptyProtocolSendAndReceiveTopResponse::Storage_ test_emptystruct::EmptyProtocolSendAndReceiveTopResponse::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.e)};
}
::test_emptystruct::EmptyProtocolSendAndReceiveRequest::Storage_ test_emptystruct::EmptyProtocolSendAndReceiveRequest::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.e)};
}
::test_emptystruct::EmptyProtocolReceiveRequest::Storage_ test_emptystruct::EmptyProtocolReceiveRequest::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.e)};
}