/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | test_simple_table_with_enum_generated.rs | 48 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack() 118 pub struct TestSimpleTableWithEnumT { struct 121 impl Default for TestSimpleTableWithEnumT { argument 128 impl TestSimpleTableWithEnumT { implementation
|
H A D | any_unique_aliases_generated.rs | 162 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts() 175 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts() 179 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut()
|
H A D | any_generated.rs | 162 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum() 175 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum() 179 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | test_simple_table_with_enum_generated.rs | 50 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack() 131 pub struct TestSimpleTableWithEnumT { struct 134 impl Default for TestSimpleTableWithEnumT { argument 141 impl TestSimpleTableWithEnumT { implementation
|
H A D | any_unique_aliases_generated.rs | 173 pub fn take_ts(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_ts() 186 pub fn as_ts(&self) -> Option<&TestSimpleTableWithEnumT> { in as_ts() 190 pub fn as_ts_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_ts_mut()
|
H A D | any_generated.rs | 173 pub fn take_test_simple_table_with_enum(&mut self) -> Option<Box<TestSimpleTableWithEnumT>> { in take_test_simple_table_with_enum() 186 pub fn as_test_simple_table_with_enum(&self) -> Option<&TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum() 190 pub fn as_test_simple_table_with_enum_mut(&mut self) -> Option<&mut TestSimpleTableWithEnumT> { in as_test_simple_table_with_enum_mut()
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | TestSimpleTableWithEnum.go | 9 type TestSimpleTableWithEnumT struct { struct 10 Color Color `json:"color"` 13 func (t *TestSimpleTableWithEnumT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { 20 func (rcv *TestSimpleTableWithEnum) UnPackTo(t *TestSimpleTableWithEnumT) {
|
H A D | TestSimpleTableWithEnumT.java | 10 class TestSimpleTableWithEnumT { class 18 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in TestSimpleTableWithEnumT
|
H A D | TestSimpleTableWithEnum.cs | 54 internal partial class TestSimpleTableWithEnumT class 59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
|
H A D | TestSimpleTableWithEnum.py | 48 class TestSimpleTableWithEnumT(object): class
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | test-simple-table-with-enum.ts | 85 export class TestSimpleTableWithEnumT { class
|
H A D | test-simple-table-with-enum.js | 64 export class TestSimpleTableWithEnumT { class
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.py | 290 class TestSimpleTableWithEnumT(object): class
|