Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonsterT.java35 private MyGame.Example.StatT testempty; field in MonsterT
132 public void setTestempty(MyGame.Example.StatT testempty) { this.testempty = testempty; } in setTestempty()
DMonster.kt235 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
DMonster.php842 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
1161 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
DMonster.py996 def MonsterAddTestempty(builder, testempty): argument
999 def AddTestempty(builder, testempty): argument
DMonster.java85 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/
Dmonster_generated.rs217 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/
Dmonster.ts1543 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
Dmonster.js146 testempty(obj) { method in Monster
1115 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dmonster_generated.rs219 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/
Dmonster_test.schema.json224 "testempty" : { object
Dmonster_test_generated.py1766 def MonsterAddTestempty(builder, testempty): argument
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift1223 …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/
Dmonster_test_generated.swift1223 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable
2137 public var testempty: MyGame_Example_StatT? variable