Searched refs:Testarrayoftables (Results 1 – 6 of 6) sorted by relevance
150 Assert.AreEqual(monster.Testarrayoftables(0).Value.Name, "Barney"); in CanCreateNewFlatBufferFromScratch()151 Assert.AreEqual(monster.Testarrayoftables(1).Value.Name, "Frodo"); in CanCreateNewFlatBufferFromScratch()152 Assert.AreEqual(monster.Testarrayoftables(2).Value.Name, "Wilma"); in CanCreateNewFlatBufferFromScratch()
1223 self.assertEqual(None, self.mon.Testarrayoftables(0))1246 self.assertEqual(99, mon2.Testarrayoftables(0).Hp())
125 function Monster_mt:Testarrayoftables(j) function
173 func (rcv *Monster) Testarrayoftables(obj *Monster, j int) bool { func
137 def Testarrayoftables(self, j): member in Monster
54 …public Monster? Testarrayoftables(int j) { int o = __p.__offset(26); return o != 0 ? (Monster?)(ne… in Testarrayoftables() method