Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A 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()
H A 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
H A 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())
H A DMonster.lua167 function Monster_mt:Testempty() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.cs72 …public MyGame.Example.Stat? Testempty { get { int o = __p.__offset(32); return o != 0 ? (MyGame.Ex… property
493 _o.Testempty = this.Testempty.HasValue ? this.Testempty.Value.UnPack() : null; in UnPackTo()
604 …var _testempty = _o.Testempty == null ? default(Offset<MyGame.Example.Stat>) : MyGame.Example.Stat… in Pack()
784 public MyGame.Example.StatT Testempty { get; set; } property in MyGame.Example.MonsterT
903 this.Testempty = null; in MonsterT()
H A DMonster.go25 Testempty *StatT member
111 testemptyOffset := t.Testempty.Pack(builder)
351 t.Testempty = rcv.Testempty(nil).UnPack()
709 func (rcv *Monster) Testempty(obj *Stat) *Stat { func
H A DMonster.py233 def Testempty(self): member in Monster
1233 if monster.Testempty() is not None:
1234 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty())
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DMonster.cs72 …public MyGame.Example.Stat? Testempty { get { int o = __p.__offset(32); return o != 0 ? (MyGame.Ex… property
493 _o.Testempty = this.Testempty.HasValue ? this.Testempty.Value.UnPack() : null; in UnPackTo()
604 …var _testempty = _o.Testempty == null ? default(Offset<MyGame.Example.Stat>) : MyGame.Example.Stat… in Pack()
784 public MyGame.Example.StatT Testempty { get; set; } property in MyGame.Example.MonsterT
903 this.Testempty = null; in MonsterT()
H A DMonster.go25 Testempty *StatT member
111 testemptyOffset := t.Testempty.Pack(builder)
351 t.Testempty = rcv.Testempty(nil).UnPack()
709 func (rcv *Monster) Testempty(obj *Stat) *Stat { func
H A DMonster.py233 def Testempty(self): member in Monster
1233 if monster.Testempty() is not None:
1234 self.testempty = MyGame.Example.Stat.StatT.InitFromObj(monster.Testempty())
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/
H A Dluatest.lua83 assert(mon:Testempty() == nil)
H A Dpy_test.py202 asserter(monster.Testempty() is None)
1327 self.assertEqual(123, mon2.Testempty().Val())
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/
H A Dluatest.lua83 assert(mon:Testempty() == nil)
H A Dpy_test.py203 asserter(monster.Testempty() is None)
1328 self.assertEqual(123, mon2.Testempty().Val())
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/
H A Dluatest.lua81 assert(mon:Testempty() == nil)
H A Dpy_test.py214 asserter(monster.Testempty() is None)
1339 self.assertEqual(123, mon2.Testempty().Val())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A Dluatest.lua81 assert(mon:Testempty() == nil)
H A Dpy_test.py170 self.assertTrue(monster2.Testempty() is None)
665 asserter(monster.Testempty() is None)
1895 self.assertEqual(123, mon2.Testempty().Val())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A Dluatest.lua94 assert(mon:Testempty() == nil)
H A Dpy_test.py170 self.assertTrue(monster2.Testempty() is None)
665 asserter(monster.Testempty() is None)
1924 self.assertEqual(123, mon2.Testempty().Val())
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/
H A Dluatest.lua94 assert(mon:Testempty() == nil)
H A Dpy_test.py170 self.assertTrue(monster2.Testempty() is None)
665 asserter(monster.Testempty() is None)
1924 self.assertEqual(123, mon2.Testempty().Val())
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua167 function Monster_mt:Testempty() function
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.lua167 function Monster_mt:Testempty() function
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua167 function Monster_mt:Testempty() function

12