Home
last modified time | relevance | path

Searched refs:Testarrayofsortedstruct (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.cs108 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method
510 _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.MonsterT
918 this.Testarrayofsortedstruct = null; in MonsterT()
DMonster.go40 Testarrayofsortedstruct []*AbilityT member
135 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
DMonster.py375 def Testarrayofsortedstruct(self, j): member in Monster
1261 if monster.Testarrayofsortedstruct(i) is None:
1264 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
DMonster.lua299 function Monster_mt:Testarrayofsortedstruct(j) function
/third_party/flatbuffers/tests/
Dpy_test.py190 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)