blob: 046f7d6b468c4b75256e38b1d7f6cc014128f696 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <union_sandwich.test.json.llcpp.h>
#include <memory>
namespace llcpp {
namespace test {
namespace fidl {
namespace unionsandwich {
void ::llcpp::test::fidl::unionsandwich::UnionSize8Alignment4::
SizeAndOffsetAssertionHelper() {
static_assert(sizeof(UnionSize8Alignment4) == sizeof(fidl_xunion_t));
static_assert(offsetof(UnionSize8Alignment4, ordinal_) ==
offsetof(fidl_xunion_t, tag));
static_assert(offsetof(UnionSize8Alignment4, envelope_) ==
offsetof(fidl_xunion_t, envelope));
}
void ::llcpp::test::fidl::unionsandwich::UnionSize36Alignment4::
SizeAndOffsetAssertionHelper() {
static_assert(sizeof(UnionSize36Alignment4) == sizeof(fidl_xunion_t));
static_assert(offsetof(UnionSize36Alignment4, ordinal_) ==
offsetof(fidl_xunion_t, tag));
static_assert(offsetof(UnionSize36Alignment4, envelope_) ==
offsetof(fidl_xunion_t, envelope));
}
void ::llcpp::test::fidl::unionsandwich::UnionSize12Alignment4::
SizeAndOffsetAssertionHelper() {
static_assert(sizeof(UnionSize12Alignment4) == sizeof(fidl_xunion_t));
static_assert(offsetof(UnionSize12Alignment4, ordinal_) ==
offsetof(fidl_xunion_t, tag));
static_assert(offsetof(UnionSize12Alignment4, envelope_) ==
offsetof(fidl_xunion_t, envelope));
}
void ::llcpp::test::fidl::unionsandwich::UnionSize24Alignment8::
SizeAndOffsetAssertionHelper() {
static_assert(sizeof(UnionSize24Alignment8) == sizeof(fidl_xunion_t));
static_assert(offsetof(UnionSize24Alignment8, ordinal_) ==
offsetof(fidl_xunion_t, tag));
static_assert(offsetof(UnionSize24Alignment8, envelope_) ==
offsetof(fidl_xunion_t, envelope));
}
} // namespace unionsandwich
} // namespace fidl
} // namespace test
} // namespace llcpp