Lines Matching refs:TestSimpleTableWithEnum
245 TestSimpleTableWithEnum = 2, enumerator
288 Any::TestSimpleTableWithEnum,
664 pub struct TestSimpleTableWithEnum<'a> { struct
668 impl<'a> flatbuffers::Follow<'a> for TestSimpleTableWithEnum<'a> { implementation
669 type Inner = TestSimpleTableWithEnum<'a>;
678 impl<'a> TestSimpleTableWithEnum<'a> { implementation
681 TestSimpleTableWithEnum { in init_from_table()
688 …args: &'args TestSimpleTableWithEnumArgs) -> flatbuffers::WIPOffset<TestSimpleTableWithEnum<'bldr>… in create()
698 self._tab.get::<Color>(TestSimpleTableWithEnum::VT_COLOR, Some(Color::Green)).unwrap() in color()
720 self.fbb_.push_slot::<Color>(TestSimpleTableWithEnum::VT_COLOR, color, Color::Green); in add_color()
731 pub fn finish(self) -> flatbuffers::WIPOffset<TestSimpleTableWithEnum<'a>> { in finish()
1272 pub fn test_as_test_simple_table_with_enum(&self) -> Option<TestSimpleTableWithEnum<'a>> { in test_as_test_simple_table_with_enum()
1273 if self.test_type() == Any::TestSimpleTableWithEnum { in test_as_test_simple_table_with_enum()
1274 self.test().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in test_as_test_simple_table_with_enum()
1302 pub fn any_unique_as_t(&self) -> Option<TestSimpleTableWithEnum<'a>> { in any_unique_as_t()
1304 self.any_unique().map(|u| TestSimpleTableWithEnum::init_from_table(u)) in any_unique_as_t()