Searched refs:Testbool (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/tests/
H A Dpy_test.py1059 self.assertFalse(self.mon.Testbool())
1071 self.assertTrue(mon2.Testbool())
/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs54 public bool Testbool { get { int o = __p.__offset(34); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_pos) : (bool)false; } } property in struct:MyGame.Example.Monster
H A DMonster.py201 def Testbool(self): member in class:Monster

Completed in 49 milliseconds