/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 23 private MyGame.Example.StatT testempty; field in MonsterT 112 public void setTestempty(MyGame.Example.StatT testempty) { this.testempty = testempty; } in setTestempty()
|
H A D | Monster.kt | 219 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant in MyGame.Example.Monster 220 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method
|
H A D | Monster.php | 770 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… 1081 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
|
H A D | Monster.py | 883 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument 884 def AddTestempty(builder, testempty): argument
|
H A D | Monster.java | 73 public MyGame.Example.Stat testempty() { return testempty(new MyGame.Example.Stat()); } in testempty() method in Monster 74 …public MyGame.Example.Stat testempty(MyGame.Example.Stat obj) { int o = __offset(32); return o != … in testempty() method in Monster
|
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/ |
H A D | monster_generated.rs | 201 let testempty = self.testempty().map(|x| { in unpack() localVariable 436 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 789 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 1276 pub testempty: Option<Box<StatT>>, field 1405 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | monster_generated.rs | 203 let testempty = self.testempty().map(|x| { in unpack() localVariable 438 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 791 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 1495 pub testempty: Option<Box<StatT>>, field 1624 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.ts | 186 testempty(obj?:Stat):Stat|null { method in Monster 1357 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
|
H A D | monster.js | 145 testempty(obj) { method in Monster 986 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1227 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 2053 public var testempty: MyGame_Example_StatT? variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1227 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 2053 public var testempty: MyGame_Example_StatT? variable
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test.schema.json | 224 "testempty" : { object
|
H A D | monster_test_generated.py | 1592 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 853 testempty(obj?:MyGame_Example_Stat):MyGame_Example_Stat|null { method in MyGame_Example_Monster
|