Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.php682 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes…
987 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
DMonster.java63 public Stat testempty() { return testempty(new Stat()); } in testempty() method in Monster
64 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o … in testempty() method in Monster
DMonster.py638 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
/external/flatbuffers/tests/
Dmonster_test.schema.json126 "testempty" : { "$ref" : "#/definitions/MyGame_Example_Stat" }, object
Dmonster_test_generated.ts1049 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
Dmonster_test_generated.rs1125 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method
1366 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field
Dmonster_test_generated.js1140 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster