Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dtest_simple_table_with_enum_generated.rs48 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack()
118 pub struct TestSimpleTableWithEnumT { struct
121 impl Default for TestSimpleTableWithEnumT { argument
128 impl TestSimpleTableWithEnumT { implementation
H A Dany_unique_aliases_generated.rs162 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 Dany_generated.rs162 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 Dtest_simple_table_with_enum_generated.rs50 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack()
131 pub struct TestSimpleTableWithEnumT { struct
134 impl Default for TestSimpleTableWithEnumT { implementation
141 impl TestSimpleTableWithEnumT { impl
H A Dany_unique_aliases_generated.rs173 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 Dany_generated.rs173 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 DTestSimpleTableWithEnum.go9 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 DTestSimpleTableWithEnumT.java10 class TestSimpleTableWithEnumT { class
18 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in TestSimpleTableWithEnumT
H A DTestSimpleTableWithEnum.cs54 internal partial class TestSimpleTableWithEnumT class
59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
H A DTestSimpleTableWithEnum.py48 class TestSimpleTableWithEnumT(object): class
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dtest-simple-table-with-enum.ts85 export class TestSimpleTableWithEnumT { class
H A Dtest-simple-table-with-enum.js64 export class TestSimpleTableWithEnumT { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py290 class TestSimpleTableWithEnumT(object): class