Home
last modified time | relevance | path

Searched defs:testempty (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java23 private MyGame.Example.StatT testempty; field in MonsterT
112 public void setTestempty(MyGame.Example.StatT testempty) { this.testempty = testempty; } in setTestempty()
H A DMonster.kt219 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 DMonster.php770 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
1081 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
H A DMonster.py883 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
884 def AddTestempty(builder, testempty): argument
H A DMonster.java73 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 Dmonster_generated.rs201 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 Dmonster_generated.rs203 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 Dmonster.ts186 testempty(obj?:Stat):Stat|null { method in Monster
1357 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
H A Dmonster.js145 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 Dmonster_test_generated.swift1227 …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 Dmonster_test_generated.swift1227 …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 Dmonster_test.schema.json224 "testempty" : { object
H A Dmonster_test_generated.py1592 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts853 testempty(obj?:MyGame_Example_Stat):MyGame_Example_Stat|null { method in MyGame_Example_Monster