Searched refs:Testbool (Results 1 – 8 of 8) sorted by relevance
248 Assert.AreEqual(true, monster.Testbool); in TestBuffer()550 Assert.AreEqual(a.Testbool, b.Testbool); in AreEqual()638 Assert.AreEqual(a.Testbool, b.Testbool); in AreEqual()
26 Testbool bool member276 MonsterAddTestbool(builder, t.Testbool)352 t.Testbool = rcv.Testbool()722 func (rcv *Monster) Testbool() bool { func
73 …public bool Testbool { get { int o = __p.__offset(34); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_po… property494 _o.Testbool = this.Testbool; in UnPackTo()707 _o.Testbool, in Pack()786 public bool Testbool { get; set; } property in MyGame.Example.MonsterT904 this.Testbool = false; in MonsterT()
185 function Monster_mt:Testbool() function
244 def Testbool(self): member in Monster1235 self.testbool = monster.Testbool()
32 assert(mon:Testbool() == true)
193 if got := monster.Testbool(); true != got {359 testcase{"Testbool", func() bool { return monster.Testbool() == true }},387 testcase{"Testbool", func() bool { return monster.Testbool() == false }},
171 self.assertTrue(monster2.Testbool() is False)430 self.assertTrue(monster.Testbool())1927 self.assertFalse(self.mon.Testbool())1939 self.assertTrue(mon2.Testbool())