Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs252 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()
/external/flatbuffers/tests/MyGame/Example/
DMonster.go26 Testbool bool `json:"testbool"` member
279 MonsterAddTestbool(builder, t.Testbool)
359 t.Testbool = rcv.Testbool()
732 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
545 _o.Testbool = this.Testbool; in UnPackTo()
761 _o.Testbool, in Pack()
843 public bool Testbool { get; set; } property in MyGame.Example.MonsterT
967 this.Testbool = false; in MonsterT()
DMonster.lua224 function mt:Testbool() function
DMonster.py244 def Testbool(self): member in Monster
1194 self.testbool = monster.Testbool()
/external/flatbuffers/tests/
Dluatest.lua32 assert(mon:Testbool() == true)
Dpy_test.py211 self.assertTrue(monster2.Testbool() is False)
502 self.assertTrue(monster.Testbool())
2355 self.assertFalse(self.mon.Testbool())
2366 self.assertTrue(mon2.Testbool())
Dgo_test.go226 if got := monster.Testbool(); true != got {
392 testcase{"Testbool", func() bool { return monster.Testbool() == true }},
420 testcase{"Testbool", func() bool { return monster.Testbool() == false }},
Dmonster_test_generated.py1000 def Testbool(self): member in Monster
1779 self.testbool = monster.Testbool()