Home
last modified time | relevance | path

Searched refs:Testbool (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs248 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()
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.go26 Testbool bool member
276 MonsterAddTestbool(builder, t.Testbool)
352 t.Testbool = rcv.Testbool()
722 func (rcv *Monster) Testbool() bool { func
DMonster.cs73 …public bool Testbool { get { int o = __p.__offset(34); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_po… property
494 _o.Testbool = this.Testbool; in UnPackTo()
707 _o.Testbool, in Pack()
786 public bool Testbool { get; set; } property in MyGame.Example.MonsterT
904 this.Testbool = false; in MonsterT()
DMonster.lua185 function Monster_mt:Testbool() function
DMonster.py244 def Testbool(self): member in Monster
1235 self.testbool = monster.Testbool()
/third_party/flatbuffers/tests/
Dluatest.lua32 assert(mon:Testbool() == true)
Dgo_test.go193 if got := monster.Testbool(); true != got {
359 testcase{"Testbool", func() bool { return monster.Testbool() == true }},
387 testcase{"Testbool", func() bool { return monster.Testbool() == false }},
Dpy_test.py171 self.assertTrue(monster2.Testbool() is False)
430 self.assertTrue(monster.Testbool())
1927 self.assertFalse(self.mon.Testbool())
1939 self.assertTrue(mon2.Testbool())