Searched defs:TestSimpleTableWithEnumT (Results 1 – 6 of 6) sorted by relevance
9 type TestSimpleTableWithEnumT struct { struct10 Color Color13 func (t *TestSimpleTableWithEnumT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {20 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) {
54 internal partial class TestSimpleTableWithEnumT class59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
51 class TestSimpleTableWithEnumT(object): class
85 export class TestSimpleTableWithEnumT { class
64 export class TestSimpleTableWithEnumT { class
559 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum()572 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum()576 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut()750 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts()763 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts()767 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut()1707 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack()1777 pub struct TestSimpleTableWithEnumT { struct1778 pub color: Color,1780 impl Default for TestSimpleTableWithEnumT { implementation[all …]