| // WARNING: This file is machine generated by fidlgen. |
| |
| #include <arrays.test.json.llcpp.h> |
| |
| #include <memory> |
| |
| namespace llcpp { |
| |
| namespace fidl { |
| namespace test { |
| namespace json { |
| |
| void ::llcpp::fidl::test::json::UnionSmallArray:: |
| SizeAndOffsetAssertionHelper() { |
| static_assert(sizeof(UnionSmallArray) == sizeof(fidl_xunion_t)); |
| static_assert(offsetof(UnionSmallArray, ordinal_) == |
| offsetof(fidl_xunion_t, tag)); |
| static_assert(offsetof(UnionSmallArray, envelope_) == |
| offsetof(fidl_xunion_t, envelope)); |
| } |
| |
| void UnionSmallArray::_CloseHandles() {} |
| |
| void ::llcpp::fidl::test::json::UnionLargeArray:: |
| SizeAndOffsetAssertionHelper() { |
| static_assert(sizeof(UnionLargeArray) == sizeof(fidl_xunion_t)); |
| static_assert(offsetof(UnionLargeArray, ordinal_) == |
| offsetof(fidl_xunion_t, tag)); |
| static_assert(offsetof(UnionLargeArray, envelope_) == |
| offsetof(fidl_xunion_t, envelope)); |
| } |
| |
| void UnionLargeArray::_CloseHandles() {} |
| |
| void TableSmallArray::_CloseHandles() {} |
| |
| void TableLargeArray::_CloseHandles() {} |
| |
| void StructSmallArray::_CloseHandles() {} |
| |
| void StructLargeArray::_CloseHandles() {} |
| |
| } // namespace json |
| } // namespace test |
| } // namespace fidl |
| } // namespace llcpp |