Home
last modified time | relevance | path

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

/external/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
DMonster.php699 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
1005 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
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
DMonster.py741 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
/external/flatbuffers/tests/
Dmonster_test.schema.json194 "testempty" : { object
Dmonster_test_generated.ts1116 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
Dmonster_test_generated.rs1236 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method
1481 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field
Dmonster_test_generated.js1266 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift370 …public var testempty: MyGame.Example.Stat? { let o = _accessor.offset(32); return o == 0 ? nil : M… variable