Searched defs:testempty (Results 1 – 9 of 9) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.kt | 220 val testempty : MyGame.Example.Stat? get() = testempty(MyGame.Example.Stat()) constant 221 fun testempty(obj: MyGame.Example.Stat) : MyGame.Example.Stat? { in testempty() method in MyGame.Example.Monster
|
D | Monster.php | 699 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… 1005 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
|
D | Monster.java | 73 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
|
D | Monster.py | 741 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.nu… argument
|
/external/flatbuffers/tests/ |
D | monster_test.schema.json | 194 "testempty" : { object
|
D | monster_test_generated.ts | 1116 testempty(obj?:MyGame.Example.Stat):MyGame.Example.Stat|null { method in MyGame.Example.Monster
|
D | monster_test_generated.rs | 1236 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 1481 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a >>>, field
|
D | monster_test_generated.js | 1266 MyGame.Example.Monster.prototype.testempty = function(obj) { method in MyGame.Example.Monster
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 370 …public var testempty: MyGame.Example.Stat? { let o = _accessor.offset(32); return o == 0 ? nil : M… variable
|