Lines Matching refs:TestSimpleTableWithEnum
326 TestSimpleTableWithEnum = 2, enumerator
369 Any::TestSimpleTableWithEnum,
757 pub struct TestSimpleTableWithEnum<'a> { struct
761 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { implementation
762 type Inner = TestSimpleTableWithEnum<'a>;
771 impl<'a> TestSimpleTableWithEnum<'a> { impl
778 TestSimpleTableWithEnum { in init_from_table()
785 …args: &'args TestSimpleTableWithEnumArgs) -> flatbuffers::WIPOffset<TestSimpleTableWithEnum<'bldr>… in create()
795 self._tab.get::<Color>(TestSimpleTableWithEnum::VT_COLOR, Some(Color::Green)).unwrap() in color()
817 self.fbb_.push_slot::<Color>(TestSimpleTableWithEnum::VT_COLOR, color, Color::Green); in add_color()
828 pub fn finish(self) -> flatbuffers::WIPOffset<TestSimpleTableWithEnum<'a>> { in finish()
1387 pub fn test_as_test_simple_table_with_enum(&self) -> Option<TestSimpleTableWithEnum<'a>> { in test_as_test_simple_table_with_enum()
1388 if self.test_type() == Any::TestSimpleTableWithEnum { in test_as_test_simple_table_with_enum()
1389 self.test().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in test_as_test_simple_table_with_enum()
1417 pub fn any_unique_as_ts(&self) -> Option<TestSimpleTableWithEnum<'a>> { in any_unique_as_ts()
1419 self.any_unique().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in any_unique_as_ts()