Home
last modified time | relevance | path

Searched defs:TestSimpleTableWithEnumT (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.go9 type TestSimpleTableWithEnumT struct { struct
10 Color Color
13 func (t *TestSimpleTableWithEnumT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
20 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) {
DTestSimpleTableWithEnum.cs54 internal partial class TestSimpleTableWithEnumT class
59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
DTestSimpleTableWithEnum.py51 class TestSimpleTableWithEnumT(object): class
/third_party/flatbuffers/tests/my-game/example/
Dtest-simple-table-with-enum.ts85 export class TestSimpleTableWithEnumT { class
Dtest-simple-table-with-enum.js64 export class TestSimpleTableWithEnumT { class
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs559 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 { struct
1778 pub color: Color,
1780 impl Default for TestSimpleTableWithEnumT { implementation
[all …]