Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.php395 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
681 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
DMonster.java58 public Stat testempty() { return testempty(new Stat()); } in testempty() method in Monster
59 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o … in testempty() method in Monster
DMonster.py319 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
/external/flatbuffers/tests/
Dmonster_test_generated.js849 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster