Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.go9 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) {
DTestSimpleTableWithEnumT.java22 class TestSimpleTableWithEnumT { class
30 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in TestSimpleTableWithEnumT
DTestSimpleTableWithEnum.cs54 internal partial class TestSimpleTableWithEnumT class
59 public TestSimpleTableWithEnumT() { in TestSimpleTableWithEnumT() method in MyGame.Example.TestSimpleTableWithEnumT
DTestSimpleTableWithEnum.py57 class TestSimpleTableWithEnumT(object): class
/third_party/flatbuffers/tests/monster_test/my_game/example/
Dtest_simple_table_with_enum_generated.rs48 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack()
121 pub struct TestSimpleTableWithEnumT { struct
124 impl Default for TestSimpleTableWithEnumT { argument
131 impl TestSimpleTableWithEnumT { implementation
Dany_unique_aliases_generated.rs160 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()
Dany_generated.rs160 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/
Dtest_simple_table_with_enum_generated.rs50 pub fn unpack(&self) -> TestSimpleTableWithEnumT { in unpack()
134 pub struct TestSimpleTableWithEnumT { struct
137 impl Default for TestSimpleTableWithEnumT { argument
144 impl TestSimpleTableWithEnumT { impl
Dany_generated.rs171 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()
Dany_unique_aliases_generated.rs171 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/
Dtest-simple-table-with-enum.d.ts21 export declare class TestSimpleTableWithEnumT implements flatbuffers.IGeneratedObject { class
Dtest-simple-table-with-enum.ts87 export class TestSimpleTableWithEnumT implements flatbuffers.IGeneratedObject { class
Dtest-simple-table-with-enum.js65 export class TestSimpleTableWithEnumT { class
/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/
DTestSimpleTableWithEnum.py54 class TestSimpleTableWithEnumT(object): class
/third_party/flatbuffers/tests/
Dmonster_test_generated.py319 class TestSimpleTableWithEnumT(object): class