Searched refs:Testarrayofsortedstruct (Results 1 – 6 of 6) sorted by relevance
108 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method561 _o.Testarrayofsortedstruct = new List<MyGame.Example.AbilityT>(); in UnPackTo()562 …edstructLength; ++_j) {_o.Testarrayofsortedstruct.Add(this.Testarrayofsortedstruct(_j).HasValue ? … in UnPackTo()671 if (_o.Testarrayofsortedstruct != null) { in Pack()672 StartTestarrayofsortedstructVector(builder, _o.Testarrayofsortedstruct.Count); in Pack()673 …for (var _j = _o.Testarrayofsortedstruct.Count - 1; _j >= 0; --_j) { MyGame.Example.Ability.Pack(b… in Pack()879 public List<MyGame.Example.AbilityT> Testarrayofsortedstruct { get; set; } property in MyGame.Example.MonsterT981 this.Testarrayofsortedstruct = null; in MonsterT()
40 Testarrayofsortedstruct []*AbilityT `json:"testarrayofsortedstruct"` member138 if t.Testarrayofsortedstruct != nil {139 testarrayofsortedstructLength := len(t.Testarrayofsortedstruct)142 t.Testarrayofsortedstruct[j].Pack(builder)382 t.Testarrayofsortedstruct = make([]*AbilityT, testarrayofsortedstructLength)385 rcv.Testarrayofsortedstruct(&x, j)386 t.Testarrayofsortedstruct[j] = x.UnPack()919 func (rcv *Monster) Testarrayofsortedstruct(obj *Ability, j int) bool { func
375 def Testarrayofsortedstruct(self, j): member in Monster1220 if monster.Testarrayofsortedstruct(i) is None:1223 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
358 function mt:Testarrayofsortedstruct(j) function
1131 def Testarrayofsortedstruct(self, j): member in Monster1805 if monster.Testarrayofsortedstruct(i) is None:1808 ability_ = AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
230 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)