Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/my-game/example/
Dmonster.ts186 testempty(obj?:Stat):Stat|null { method in Monster
1299 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
Dmonster.js145 testempty(obj) { method in Monster
946 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.kt220 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant
221 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method in MyGame.Example.Monster
DMonster.php745 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
1053 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
DMonster.py880 def AddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_ty… argument
881 def MonsterAddTestempty(builder, testempty): argument
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
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift843 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable
1272 public var testempty: MyGame_Example_StatT? variable
/third_party/flatbuffers/tests/
Dmonster_test.schema.json210 "testempty" : { object
Dmonster_test_generated.rs2241 let testempty = self.testempty().map(|x| { in unpack() localVariable
2518 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method
2856 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field
3321 pub testempty: Option<Box<StatT>>, field
3444 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable