Searched defs:testempty (Results 1 – 9 of 9) sorted by relevance
/third_party/flatbuffers/tests/my-game/example/ |
D | monster.ts | 186 testempty(obj?:Stat):Stat|null { method in Monster 1299 const testempty = (this.testempty !== null ? this.testempty!.pack(builder) : 0); constant
|
D | monster.js | 145 testempty(obj) { method in Monster 946 … = [], testarrayoftables = [], enemy = null, testnestedflatbuffer = [], testempty = null, testbool… argument
|
/third_party/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 | 745 …$testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $tes… 1053 public static function addTestempty(FlatBufferBuilder $builder, $testempty)
|
D | Monster.py | 880 def AddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_ty… argument 881 def MonsterAddTestempty(builder, testempty): argument
|
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
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 843 …public var testempty: MyGame_Example_Stat? { let o = _accessor.offset(VTOFFSET.testempty.v); retur… variable 1272 public var testempty: MyGame_Example_StatT? variable
|
/third_party/flatbuffers/tests/ |
D | monster_test.schema.json | 210 "testempty" : { object
|
D | monster_test_generated.rs | 2241 let testempty = self.testempty().map(|x| { in unpack() localVariable 2518 pub fn testempty(&self) -> Option<Stat<'a>> { in testempty() method 2856 pub testempty: Option<flatbuffers::WIPOffset<Stat<'a>>>, field 3321 pub testempty: Option<Box<StatT>>, field 3444 let testempty = self.testempty.as_ref().map(|x|{ in pack() localVariable
|