/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.go | 14 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 …]
|
D | MonsterT.java | 22 public class MonsterT { class 315 public MonsterT() { in MonsterT() method in MonsterT
|
D | Monster.cs | 860 public class MonsterT class 1026 public MonsterT() { in MonsterT() method in MyGame.Example.MonsterT
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | any_ambiguous_aliases_generated.rs | 139 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()
|
D | monster_generated.rs | 169 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 …]
|
D | any_generated.rs | 139 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()
|
D | any_unique_aliases_generated.rs | 139 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/ |
D | any_ambiguous_aliases_generated.rs | 150 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()
|
D | monster_generated.rs | 171 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 …]
|
D | any_generated.rs | 150 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()
|
D | any_unique_aliases_generated.rs | 150 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/ |
D | MonsterT.java | 22 public class MonsterT { class 25 public MonsterT() { in MonsterT() method in MonsterT
|
D | Monster.go | 9 type MonsterT struct { struct 12 func (t *MonsterT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { 20 func (rcv *Monster) UnPackTo(t *MonsterT) {
|
D | Monster.cs | 42 public class MonsterT class 45 public MonsterT() { in MonsterT() method in MyGame.Example2.MonsterT
|
D | Monster.py | 44 class MonsterT(object): class
|
/external/flatbuffers/samples/rust_generated/my_game/sample/ |
D | monster_generated.rs | 66 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/ |
D | monster_generated.rs | 46 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/ |
D | monster_generated.rs | 48 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/ |
D | monster.d.ts | 17 export declare class MonsterT implements flatbuffers.IGeneratedObject { class
|
D | monster.ts | 61 export class MonsterT implements flatbuffers.IGeneratedObject { class
|
D | monster.js | 46 export class MonsterT { class
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | monster.d.ts | 261 export declare class MonsterT implements flatbuffers.IGeneratedObject { class
|
D | monster.ts | 1468 export class MonsterT implements flatbuffers.IGeneratedObject { class
|
D | monster.js | 1114 export class MonsterT { class
|
/external/flatbuffers/tests/ |
D | monster_test_generated.py | 184 class MonsterT(object): class 1969 class MonsterT(object): class
|