Home
last modified time | relevance | path

Searched refs:Testempty (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.cs69 …public MyGame.Example.Stat? Testempty { get { int o = __p.__offset(32); return o != 0 ? (MyGame.Ex… property
358 _o.Testempty = this.Testempty.HasValue ? this.Testempty.Value.UnPack() : null; in UnPackTo()
465 …var _testempty = _o.Testempty == null ? default(Offset<MyGame.Example.Stat>) : MyGame.Example.Stat… in Pack()
632 public MyGame.Example.StatT Testempty { get; set; } property in MyGame.Example.MonsterT
747 this.Testempty = null; in MonsterT()
DMonster.go25 Testempty *StatT member
109 testemptyOffset := t.Testempty.Pack(builder)
330 t.Testempty = rcv.Testempty(nil).UnPack()
673 func (rcv *Monster) Testempty(obj *Stat) *Stat { func
DMonster.py221 def Testempty(self): member in Monster
920 if monster.Testempty() is not None:
921 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty())
DMonster.lua167 function Monster_mt:Testempty() function
/external/flatbuffers/tests/
Dluatest.lua81 assert(mon:Testempty() == nil)
Dpy_test.py170 self.assertTrue(monster2.Testempty() is None)
665 asserter(monster.Testempty() is None)
1895 self.assertEqual(123, mon2.Testempty().Val())