Searched defs:testempty (Results 1 – 4 of 4) sorted by relevance
395 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…681 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
58 public Stat testempty() { return testempty(new Stat()); } in testempty() method in Monster59 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o … in testempty() method in Monster
319 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
849 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster