Searched refs:Testarrayofsortedstruct (Results 1 – 5 of 5) sorted by relevance
108 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method510 _o.Testarrayofsortedstruct = new List<MyGame.Example.AbilityT>(); in UnPackTo()511 …edstructLength; ++_j) {_o.Testarrayofsortedstruct.Add(this.Testarrayofsortedstruct(_j).HasValue ? … in UnPackTo()617 if (_o.Testarrayofsortedstruct != null) { in Pack()618 StartTestarrayofsortedstructVector(builder, _o.Testarrayofsortedstruct.Count); in Pack()619 …for (var _j = _o.Testarrayofsortedstruct.Count - 1; _j >= 0; --_j) { MyGame.Example.Ability.Pack(b… in Pack()822 public List<MyGame.Example.AbilityT> Testarrayofsortedstruct { get; set; } property in MyGame.Example.MonsterT918 this.Testarrayofsortedstruct = null; in MonsterT()
40 Testarrayofsortedstruct []*AbilityT member135 if t.Testarrayofsortedstruct != nil {136 testarrayofsortedstructLength := len(t.Testarrayofsortedstruct)139 t.Testarrayofsortedstruct[j].Pack(builder)375 t.Testarrayofsortedstruct = make([]*AbilityT, testarrayofsortedstructLength)378 rcv.Testarrayofsortedstruct(&x, j)379 t.Testarrayofsortedstruct[j] = x.UnPack()909 func (rcv *Monster) Testarrayofsortedstruct(obj *Ability, j int) bool { func
375 def Testarrayofsortedstruct(self, j): member in Monster1261 if monster.Testarrayofsortedstruct(i) is None:1264 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
299 function Monster_mt:Testarrayofsortedstruct(j) function
190 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)