Searched refs:Testarrayofsortedstruct (Results 1 – 5 of 5) sorted by relevance
105 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method375 _o.Testarrayofsortedstruct = new List<MyGame.Example.AbilityT>(); in UnPackTo()376 …edstructLength; ++_j) {_o.Testarrayofsortedstruct.Add(this.Testarrayofsortedstruct(_j).HasValue ? … in UnPackTo()478 if (_o.Testarrayofsortedstruct != null) { in Pack()479 StartTestarrayofsortedstructVector(builder, _o.Testarrayofsortedstruct.Count); in Pack()480 …for (var _j = _o.Testarrayofsortedstruct.Count - 1; _j >= 0; --_j) { MyGame.Example.Ability.Pack(b… in Pack()670 public List<MyGame.Example.AbilityT> Testarrayofsortedstruct { get; set; } property in MyGame.Example.MonsterT762 this.Testarrayofsortedstruct = null; in MonsterT()
40 Testarrayofsortedstruct []*AbilityT member133 if t.Testarrayofsortedstruct != nil {134 testarrayofsortedstructLength := len(t.Testarrayofsortedstruct)137 t.Testarrayofsortedstruct[j].Pack(builder)354 t.Testarrayofsortedstruct = make([]*AbilityT, testarrayofsortedstructLength)357 rcv.Testarrayofsortedstruct(&x, j)358 t.Testarrayofsortedstruct[j] = x.UnPack()873 func (rcv *Monster) Testarrayofsortedstruct(obj *Ability, j int) bool { func
363 def Testarrayofsortedstruct(self, j): member in Monster948 if monster.Testarrayofsortedstruct(i) is None:951 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
290 function Monster_mt:Testarrayofsortedstruct(j) function
190 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)