/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.go | 12 type MonsterT struct { struct 13 Pos *Vec3T `json:"pos"` 14 Mana int16 `json:"mana"` 15 Hp int16 `json:"hp"` 16 Name string `json:"name"` 17 Inventory []byte `json:"inventory"` 18 Color Color `json:"color"` 19 Test *AnyT `json:"test"` 20 Test4 []*TestT `json:"test4"` 21 Testarrayofstring []string `json:"testarrayofstring"` [all …]
|
H A D | MonsterT.java | 10 public class MonsterT { class 263 public MonsterT() { in MonsterT() method in MonsterT
|
H A D | Monster.cs | 803 public class MonsterT class 953 public MonsterT() { in MonsterT() method in MyGame.Example.MonsterT
|
H A D | Monster.py | 1074 class MonsterT(object): class
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 153 pub fn unpack(&self) -> MonsterT { in unpack() 1263 pub struct MonsterT { struct 1273 pub testarrayoftables: Option<Vec<MonsterT>>, argument 1274 pub enemy: Option<Box<MonsterT>>, argument 1275 pub testnestedflatbuffer: Option<Vec<u8>>, 1276 pub testempty: Option<Box<StatT>>, 1277 pub testbool: bool, 1278 pub testhashs32_fnv1: i32, 1279 pub testhashu32_fnv1: u32, 1280 pub testhashs64_fnv1: i64, [all …]
|
H A D | any_ambiguous_aliases_generated.rs | 141 pub fn take_m1(&mut self) -> Option<Box<MonsterT>> { in take_m1() 154 pub fn as_m1(&self) -> Option<&MonsterT> { in as_m1() 158 pub fn as_m1_mut(&mut self) -> Option<&mut MonsterT> { in as_m1_mut() 162 pub fn take_m2(&mut self) -> Option<Box<MonsterT>> { in take_m2() 175 pub fn as_m2(&self) -> Option<&MonsterT> { in as_m2() 179 pub fn as_m2_mut(&mut self) -> Option<&mut MonsterT> { in as_m2_mut() 183 pub fn take_m3(&mut self) -> Option<Box<MonsterT>> { in take_m3() 196 pub fn as_m3(&self) -> Option<&MonsterT> { in as_m3() 200 pub fn as_m3_mut(&mut self) -> Option<&mut MonsterT> { in as_m3_mut()
|
H A D | any_unique_aliases_generated.rs | 141 pub fn take_m(&mut self) -> Option<Box<MonsterT>> { in take_m() 154 pub fn as_m(&self) -> Option<&MonsterT> { in as_m() 158 pub fn as_m_mut(&mut self) -> Option<&mut MonsterT> { in as_m_mut() 183 pub fn take_m2(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_m2() 196 pub fn as_m2(&self) -> Option<&super::example_2::MonsterT> { in as_m2() 200 pub fn as_m2_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_m2_mut()
|
H A D | any_generated.rs | 141 pub fn take_monster(&mut self) -> Option<Box<MonsterT>> { in take_monster() 154 pub fn as_monster(&self) -> Option<&MonsterT> { in as_monster() 158 pub fn as_monster_mut(&mut self) -> Option<&mut MonsterT> { in as_monster_mut() 183 pub fn take_my_game_example_2_monster(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_my_game_example_2_monster() 196 pub fn as_my_game_example_2_monster(&self) -> Option<&super::example_2::MonsterT> { in as_my_game_example_2_monster() 200 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()
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | monster_generated.rs | 155 pub fn unpack(&self) -> MonsterT { in unpack() 1482 pub struct MonsterT { struct 1492 pub testarrayoftables: Option<Vec<MonsterT>>, argument 1493 pub enemy: Option<Box<MonsterT>>, argument 1494 pub testnestedflatbuffer: Option<Vec<u8>>, 1495 pub testempty: Option<Box<StatT>>, 1496 pub testbool: bool, 1497 pub testhashs32_fnv1: i32, 1498 pub testhashu32_fnv1: u32, 1499 pub testhashs64_fnv1: i64, [all …]
|
H A D | any_ambiguous_aliases_generated.rs | 152 pub fn take_m1(&mut self) -> Option<Box<MonsterT>> { in take_m1() 165 pub fn as_m1(&self) -> Option<&MonsterT> { in as_m1() 169 pub fn as_m1_mut(&mut self) -> Option<&mut MonsterT> { in as_m1_mut() 173 pub fn take_m2(&mut self) -> Option<Box<MonsterT>> { in take_m2() 186 pub fn as_m2(&self) -> Option<&MonsterT> { in as_m2() 190 pub fn as_m2_mut(&mut self) -> Option<&mut MonsterT> { in as_m2_mut() 194 pub fn take_m3(&mut self) -> Option<Box<MonsterT>> { in take_m3() 207 pub fn as_m3(&self) -> Option<&MonsterT> { in as_m3() 211 pub fn as_m3_mut(&mut self) -> Option<&mut MonsterT> { in as_m3_mut()
|
H A D | any_unique_aliases_generated.rs | 152 pub fn take_m(&mut self) -> Option<Box<MonsterT>> { in take_m() 165 pub fn as_m(&self) -> Option<&MonsterT> { in as_m() 169 pub fn as_m_mut(&mut self) -> Option<&mut MonsterT> { in as_m_mut() 194 pub fn take_m2(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_m2() 207 pub fn as_m2(&self) -> Option<&super::example_2::MonsterT> { in as_m2() 211 pub fn as_m2_mut(&mut self) -> Option<&mut super::example_2::MonsterT> { in as_m2_mut()
|
H A D | any_generated.rs | 152 pub fn take_monster(&mut self) -> Option<Box<MonsterT>> { in take_monster() 165 pub fn as_monster(&self) -> Option<&MonsterT> { in as_monster() 169 pub fn as_monster_mut(&mut self) -> Option<&mut MonsterT> { in as_monster_mut() 194 pub fn take_my_game_example_2_monster(&mut self) -> Option<Box<super::example_2::MonsterT>> { in take_my_game_example_2_monster() 207 pub fn as_my_game_example_2_monster(&self) -> Option<&super::example_2::MonsterT> { in as_my_game_example_2_monster() 211 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()
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | monster_generated.rs | 66 pub fn unpack(&self) -> MonsterT { in unpack() 304 pub struct MonsterT { struct 315 impl Default for MonsterT { argument 330 impl MonsterT { implementation
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example_2/ |
H A 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 { impl
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example_2/ |
H A 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
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example2/ |
H A D | Monster.go | 9 type MonsterT struct { struct 12 func (t *MonsterT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { 18 func (rcv *Monster) UnPackTo(t *MonsterT) {
|
H A D | MonsterT.java | 10 public class MonsterT { class 13 public MonsterT() { in MonsterT() method in MonsterT
|
H A D | Monster.cs | 42 public class MonsterT class 45 public MonsterT() { in MonsterT() method in MyGame.Example2.MonsterT
|
H A D | Monster.py | 38 class MonsterT(object): class
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example2/ |
H A D | monster.ts | 59 export class MonsterT { class
|
H A D | monster.js | 45 export class MonsterT { class
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.ts | 1290 export class MonsterT { class
|
H A D | monster.js | 985 export class MonsterT { class
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.py | 171 class MonsterT(object): class 1659 class MonsterT(object): class
|