Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.cs105 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method
375 _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.MonsterT
762 this.Testarrayofsortedstruct = null; in MonsterT()
DMonster.go40 Testarrayofsortedstruct []*AbilityT member
133 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
DMonster.py363 def Testarrayofsortedstruct(self, j): member in Monster
948 if monster.Testarrayofsortedstruct(i) is None:
951 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
DMonster.lua290 function Monster_mt:Testarrayofsortedstruct(j) function
/external/flatbuffers/tests/
Dpy_test.py190 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)