Searched refs:Testbool (Results 1 – 9 of 9) sorted by relevance
252 Assert.AreEqual(true, monster.Testbool); in TestBuffer()574 Assert.AreEqual(a.Testbool, b.Testbool); in AreEqual()662 Assert.AreEqual(a.Testbool, b.Testbool); in AreEqual()
26 Testbool bool `json:"testbool"` member279 MonsterAddTestbool(builder, t.Testbool)359 t.Testbool = rcv.Testbool()732 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… property545 _o.Testbool = this.Testbool; in UnPackTo()761 _o.Testbool, in Pack()843 public bool Testbool { get; set; } property in MyGame.Example.MonsterT967 this.Testbool = false; in MonsterT()
224 function mt:Testbool() function
244 def Testbool(self): member in Monster1194 self.testbool = monster.Testbool()
32 assert(mon:Testbool() == true)
211 self.assertTrue(monster2.Testbool() is False)502 self.assertTrue(monster.Testbool())2355 self.assertFalse(self.mon.Testbool())2366 self.assertTrue(mon2.Testbool())
226 if got := monster.Testbool(); true != got {392 testcase{"Testbool", func() bool { return monster.Testbool() == true }},420 testcase{"Testbool", func() bool { return monster.Testbool() == false }},
1000 def Testbool(self): member in Monster1779 self.testbool = monster.Testbool()