| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | TestSimpleTableWithEnum.go | 9 type TestSimpleTableWithEnumT struct { struct 10 Color Color `json:"color"` 13 func (t *TestSimpleTableWithEnumT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { 22 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) {
|
| D | TestSimpleTableWithEnumT.java | 22 class TestSimpleTableWithEnumT { class 30 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in TestSimpleTableWithEnumT
|
| D | TestSimpleTableWithEnum.cs | 54 internal partial class TestSimpleTableWithEnumT class 59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
|
| D | TestSimpleTableWithEnum.py | 57 class TestSimpleTableWithEnumT(object): class
|
| /third_party/flatbuffers/tests/monster_test/my_game/example/ |
| D | test_simple_table_with_enum_generated.rs | 48 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack() 121 pub struct TestSimpleTableWithEnumT { struct 124 impl Default for TestSimpleTableWithEnumT { argument 131 impl TestSimpleTableWithEnumT { implementation
|
| D | any_unique_aliases_generated.rs | 160 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts() 173 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts() 177 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut()
|
| D | any_generated.rs | 160 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum() 173 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum() 177 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut()
|
| /third_party/flatbuffers/tests/monster_test_serialize/my_game/example/ |
| D | test_simple_table_with_enum_generated.rs | 50 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack() 134 pub struct TestSimpleTableWithEnumT { struct 137 impl Default for TestSimpleTableWithEnumT { argument 144 impl TestSimpleTableWithEnumT { impl
|
| D | any_generated.rs | 171 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum() 184 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum() 188 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut()
|
| D | any_unique_aliases_generated.rs | 171 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts() 184 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts() 188 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut()
|
| /third_party/flatbuffers/tests/ts/my-game/example/ |
| D | test-simple-table-with-enum.d.ts | 21 export declare class TestSimpleTableWithEnumT implements flatbuffers.IGeneratedObject { class
|
| D | test-simple-table-with-enum.ts | 87 export class TestSimpleTableWithEnumT implements flatbuffers.IGeneratedObject { class
|
| D | test-simple-table-with-enum.js | 65 export class TestSimpleTableWithEnumT { class
|
| /third_party/flatbuffers/tests/MyGame/Example/NestedUnion/ |
| D | TestSimpleTableWithEnum.py | 54 class TestSimpleTableWithEnumT(object): class
|
| /third_party/flatbuffers/tests/ |
| D | monster_test_generated.py | 319 class TestSimpleTableWithEnumT(object): class
|