Home
last modified time | relevance | path

Searched defs:MonsterT (Results 1 – 25 of 26) sorted by relevance

12

/external/flatbuffers/tests/MyGame/Example/
DMonster.go14 type MonsterT struct { struct
15 Pos *Vec3T `json:"pos"`
16 Mana int16 `json:"mana"`
17 Hp int16 `json:"hp"`
18 Name string `json:"name"`
19 Inventory []byte `json:"inventory"`
20 Color Color `json:"color"`
21 Test *AnyT `json:"test"`
22 Test4 []*TestT `json:"test4"`
23 Testarrayofstring []string `json:"testarrayofstring"`
[all …]
DMonsterT.java22 public class MonsterT { class
315 public MonsterT() { in MonsterT() method in MonsterT
DMonster.cs860 public class MonsterT class
1026 public MonsterT() { in MonsterT() method in MyGame.Example.MonsterT
/external/flatbuffers/tests/monster_test/my_game/example/
Dany_ambiguous_aliases_generated.rs139 pub fn take_m1(&mut self) -> Option<Box<MonsterT>> { in take_m1()
152 pub fn as_m1(&self) -> Option<&MonsterT> { in as_m1()
156 pub fn as_m1_mut(&mut self) -> Option<&mut MonsterT> { in as_m1_mut()
160 pub fn take_m2(&mut self) -> Option<Box<MonsterT>> { in take_m2()
173 pub fn as_m2(&self) -> Option<&MonsterT> { in as_m2()
177 pub fn as_m2_mut(&mut self) -> Option<&mut MonsterT> { in as_m2_mut()
181 pub fn take_m3(&mut self) -> Option<Box<MonsterT>> { in take_m3()
194 pub fn as_m3(&self) -> Option<&MonsterT> { in as_m3()
198 pub fn as_m3_mut(&mut self) -> Option<&mut MonsterT> { in as_m3_mut()
Dmonster_generated.rs169 pub fn unpack(&self) -> MonsterT { in unpack()
1625 pub struct MonsterT { struct
1635 pub testarrayoftables: Option<Vec<MonsterT>>, argument
1636 pub enemy: Option<Box<MonsterT>>, argument
1637 pub testnestedflatbuffer: Option<Vec<u8>>,
1638 pub testempty: Option<Box<StatT>>,
1639 pub testbool: bool,
1640 pub testhashs32_fnv1: i32,
1641 pub testhashu32_fnv1: u32,
1642 pub testhashs64_fnv1: i64,
[all …]
Dany_generated.rs139 pub fn take_monster(&mut self) -> Option<Box<MonsterT>> { in take_monster()
152 pub fn as_monster(&self) -> Option<&MonsterT> { in as_monster()
156 pub fn as_monster_mut(&mut self) -> Option<&mut MonsterT> { in as_monster_mut()
181 pub fn take_my_game_example_2_monster(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_my_game_example_2_monster()
194 pub fn as_my_game_example_2_monster(&self) -> Option<&super::example_2::MonsterT> { in as_my_game_example_2_monster()
198 pub fn as_my_game_example_2_monster_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_my_game_example_2_monster_mut()
Dany_unique_aliases_generated.rs139 pub fn take_m(&mut self) -> Option<Box<MonsterT>> { in take_m()
152 pub fn as_m(&self) -> Option<&MonsterT> { in as_m()
156 pub fn as_m_mut(&mut self) -> Option<&mut MonsterT> { in as_m_mut()
181 pub fn take_m2(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_m2()
194 pub fn as_m2(&self) -> Option<&super::example_2::MonsterT> { in as_m2()
198 pub fn as_m2_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_m2_mut()
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dany_ambiguous_aliases_generated.rs150 pub fn take_m1(&mut self) -> Option<Box<MonsterT>> { in take_m1()
163 pub fn as_m1(&self) -> Option<&MonsterT> { in as_m1()
167 pub fn as_m1_mut(&mut self) -> Option<&mut MonsterT> { in as_m1_mut()
171 pub fn take_m2(&mut self) -> Option<Box<MonsterT>> { in take_m2()
184 pub fn as_m2(&self) -> Option<&MonsterT> { in as_m2()
188 pub fn as_m2_mut(&mut self) -> Option<&mut MonsterT> { in as_m2_mut()
192 pub fn take_m3(&mut self) -> Option<Box<MonsterT>> { in take_m3()
205 pub fn as_m3(&self) -> Option<&MonsterT> { in as_m3()
209 pub fn as_m3_mut(&mut self) -> Option<&mut MonsterT> { in as_m3_mut()
Dmonster_generated.rs171 pub fn unpack(&self) -> MonsterT { in unpack()
1852 pub struct MonsterT { struct
1862 pub testarrayoftables: Option<Vec<MonsterT>>, argument
1863 pub enemy: Option<Box<MonsterT>>, argument
1864 pub testnestedflatbuffer: Option<Vec<u8>>,
1865 pub testempty: Option<Box<StatT>>,
1866 pub testbool: bool,
1867 pub testhashs32_fnv1: i32,
1868 pub testhashu32_fnv1: u32,
1869 pub testhashs64_fnv1: i64,
[all …]
Dany_generated.rs150 pub fn take_monster(&mut self) -> Option<Box<MonsterT>> { in take_monster()
163 pub fn as_monster(&self) -> Option<&MonsterT> { in as_monster()
167 pub fn as_monster_mut(&mut self) -> Option<&mut MonsterT> { in as_monster_mut()
192 pub fn take_my_game_example_2_monster(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_my_game_example_2_monster()
205 pub fn as_my_game_example_2_monster(&self) -> Option<&super::example_2::MonsterT> { in as_my_game_example_2_monster()
209 pub fn as_my_game_example_2_monster_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_my_game_example_2_monster_mut()
Dany_unique_aliases_generated.rs150 pub fn take_m(&mut self) -> Option<Box<MonsterT>> { in take_m()
163 pub fn as_m(&self) -> Option<&MonsterT> { in as_m()
167 pub fn as_m_mut(&mut self) -> Option<&mut MonsterT> { in as_m_mut()
192 pub fn take_m2(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_m2()
205 pub fn as_m2(&self) -> Option<&super::example_2::MonsterT> { in as_m2()
209 pub fn as_m2_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_m2_mut()
/external/flatbuffers/tests/MyGame/Example2/
DMonsterT.java22 public class MonsterT { class
25 public MonsterT() { in MonsterT() method in MonsterT
DMonster.go9 type MonsterT struct { struct
12 func (t *MonsterT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
20 func (rcv *Monster) UnPackTo(t *MonsterT) {
DMonster.cs42 public class MonsterT class
45 public MonsterT() { in MonsterT() method in MyGame.Example2.MonsterT
DMonster.py44 class MonsterT(object): class
/external/flatbuffers/samples/rust_generated/my_game/sample/
Dmonster_generated.rs66 pub fn unpack(&self) -> MonsterT { in unpack()
339 pub struct MonsterT { struct
350 impl Default for MonsterT { argument
365 impl MonsterT { impl
/external/flatbuffers/tests/monster_test/my_game/example_2/
Dmonster_generated.rs46 pub fn unpack(&self) -> MonsterT { in unpack()
101 pub struct MonsterT { struct
103 impl Default for MonsterT { implementation
109 impl MonsterT { implementation
/external/flatbuffers/tests/monster_test_serialize/my_game/example_2/
Dmonster_generated.rs48 pub fn unpack(&self) -> MonsterT { in unpack()
113 pub struct MonsterT { struct
115 impl Default for MonsterT { implementation
121 impl MonsterT { implementation
/external/flatbuffers/tests/ts/my-game/example2/
Dmonster.d.ts17 export declare class MonsterT implements flatbuffers.IGeneratedObject { class
Dmonster.ts61 export class MonsterT implements flatbuffers.IGeneratedObject { class
Dmonster.js46 export class MonsterT { class
/external/flatbuffers/tests/ts/my-game/example/
Dmonster.d.ts261 export declare class MonsterT implements flatbuffers.IGeneratedObject { class
Dmonster.ts1468 export class MonsterT implements flatbuffers.IGeneratedObject { class
Dmonster.js1114 export class MonsterT { class
/external/flatbuffers/tests/
Dmonster_test_generated.py184 class MonsterT(object): class
1969 class MonsterT(object): class

12