Searched refs:InventoryLength (Results 1 – 16 of 16) sorted by relevance
171 for (int i = 0; i < monster.InventoryLength; i++) in CanCreateNewFlatBufferFromScratch()220 Assert.AreEqual(5, monster.InventoryLength); in TestBuffer()222 for (var i = 0; i < monster.InventoryLength; i++) in TestBuffer()521 Assert.AreEqual(a.InventoryLength, b.Inventory.Count); in AreEqual()522 for (var i = 0; i < a.InventoryLength; ++i) in AreEqual()607 Assert.AreEqual(a.InventoryLength, b.InventoryLength); in AreEqual()608 for (var i = 0; i < a.InventoryLength; ++i) in AreEqual()
86 for i=1,mon:InventoryLength() do
109 for i in xrange(monster.InventoryLength()):
93 for (int i = 0; i < monster.InventoryLength; i++) in Main()
115 for i := 0; i < monster.InventoryLength(); i++ {
272 if len(inventorySlice) != monster.InventoryLength() {273 …nster.InventoryBytes) != monster.InventoryLength", len(inventorySlice), monster.InventoryLength()))276 if got := monster.InventoryLength(); 5 != got {281 l := monster.InventoryLength()1576 for i := 0; i < monster.InventoryLength(); i++ {1934 monster.InventoryLength()1935 l := monster.InventoryLength()
58 assert(mon:InventoryLength() == 5)60 for i=1,mon:InventoryLength() do
151 self.assertEqual(monster2.InventoryLength(), 0)592 asserter(monster.InventoryLength() == 5)596 for i in compat_range(monster.InventoryLength()):1684 self.assertEqual(0, self.mon.InventoryLength())
61 function Monster_mt:InventoryLength() function
61 assert m.InventoryLength() == len(test_inventory)
86 for i in range(monster.InventoryLength()):
2758 int invLength = monster.InventoryLength;2764 invLength := monster.InventoryLength()2770 inv_len = monster.InventoryLength()2808 local invLength = mon:InventoryLength()
68 function Monster_mt:InventoryLength() function
80 def InventoryLength(self): member in Monster1197 for i in range(monster.InventoryLength()):
37 …public int InventoryLength { get { int o = __p.__offset(14); return o != 0 ? __p.__vector_len(o) :… property468 for (var _j = 0; _j < this.InventoryLength; ++_j) {_o.Inventory.Add(this.Inventory(_j));} in UnPackTo()
544 func (rcv *Monster) InventoryLength() int { func