Lines Matching refs:TestSimpleTableWithEnum

28 struct TestSimpleTableWithEnum;
231 template<> struct AnyTraits<MyGame::Example::TestSimpleTableWithEnum> {
373 template<> struct AnyUniqueAliasesTraits<MyGame::Example::TestSimpleTableWithEnum> {
882 typedef TestSimpleTableWithEnum TableType;
899 struct TestSimpleTableWithEnum FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
921 …static flatbuffers::Offset<TestSimpleTableWithEnum> Pack(flatbuffers::FlatBufferBuilder &_fbb, con…
925 typedef TestSimpleTableWithEnum Table;
929 fbb_.AddElement<uint8_t>(TestSimpleTableWithEnum::VT_COLOR, static_cast<uint8_t>(color), 2);
936 flatbuffers::Offset<TestSimpleTableWithEnum> Finish() {
938 auto o = flatbuffers::Offset<TestSimpleTableWithEnum>(end);
943 inline flatbuffers::Offset<TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(
951 flatbuffers::Offset<TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(flatbuffers::FlatBufferB…
1381 const MyGame::Example::TestSimpleTableWithEnum *test_as_TestSimpleTableWithEnum() const {
1382 …Any_TestSimpleTableWithEnum ? static_cast<const MyGame::Example::TestSimpleTableWithEnum *>(test()…
1612 const MyGame::Example::TestSimpleTableWithEnum *any_unique_as_TS() const {
1613 …xample::AnyUniqueAliases_TS ? static_cast<const MyGame::Example::TestSimpleTableWithEnum *>(any_un…
1742 …te<> inline const MyGame::Example::TestSimpleTableWithEnum *Monster::test_as<MyGame::Example::Test…
1754 …> inline const MyGame::Example::TestSimpleTableWithEnum *Monster::any_unique_as<MyGame::Example::T…
2482 inline TestSimpleTableWithEnumT *TestSimpleTableWithEnum::UnPack(const flatbuffers::resolver_functi…
2488 inline void TestSimpleTableWithEnum::UnPackTo(TestSimpleTableWithEnumT *_o, const flatbuffers::reso…
2494 inline flatbuffers::Offset<TestSimpleTableWithEnum> TestSimpleTableWithEnum::Pack(flatbuffers::Flat…
2498 inline flatbuffers::Offset<TestSimpleTableWithEnum> CreateTestSimpleTableWithEnum(flatbuffers::Flat…
2809 auto ptr = reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnum *>(obj);
2839 auto ptr = reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnum *>(obj);
2920 auto ptr = reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnum *>(obj);
2950 auto ptr = reinterpret_cast<const MyGame::Example::TestSimpleTableWithEnum *>(obj);