Searched defs:testempty (Results 1 – 7 of 7) sorted by relevance
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Monster.php | 682 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… 987 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
|
| D | Monster.java | 63 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
|
| D | Monster.py | 638 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
|
| /external/flatbuffers/tests/ |
| D | monster_test.schema.json | 126 "testempty" : { "$ref" : "#/definitions/MyGame_Example_Stat" }, object
|
| D | monster_test_generated.ts | 1049 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
|
| D | monster_test_generated.rs | 1125 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 1366 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field
|
| D | monster_test_generated.js | 1140 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster
|