/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterT.java | 35 private MyGame.Example.StatT testempty; field in MonsterT 132 public void setTestempty(MyGame.Example.StatT testempty) { this.testempty = testempty; } in setTestempty()
|
D | Monster.kt | 235 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant in MyGame.Example.Monster 236 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method
|
D | Monster.php | 842 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… 1161 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
|
D | Monster.py | 996 def MonsterAddTestempty(builder, testempty): argument 999 def AddTestempty(builder, testempty): argument
|
D | Monster.java | 85 public MyGame.Example.Stat testempty() { return testempty(new MyGame.Example.Stat()); } in testempty() method in Monster 86 …public MyGame.Example.Stat testempty(MyGame.Example.Stat obj) { int o = __offset(32); return o != … in testempty() method in Monster
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | monster_generated.rs | 217 let testempty = self.testempty().map(|x| { in unpack() localVariable 510 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 1095 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 1638 pub testempty: Option<Box<StatT>>, field 1783 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | monster.ts | 1543 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
|
D | monster.js | 146 testempty(obj) { method in Monster 1115 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument
|
/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
D | monster_generated.rs | 219 let testempty = self.testempty().map(|x| { in unpack() localVariable 512 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 1097 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 1865 pub testempty: Option<Box<StatT>>, field 2010 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable
|
/external/flatbuffers/tests/ |
D | monster_test.schema.json | 224 "testempty" : { object
|
D | monster_test_generated.py | 1766 def MonsterAddTestempty(builder, testempty): argument
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 1223 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 2137 public var testempty: MyGame_Example_StatT? variable
|
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/ |
D | monster_test_generated.swift | 1223 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 2137 public var testempty: MyGame_Example_StatT? variable
|