Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs108 …public MyGame.Example.Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o… in Testarrayofsortedstruct() method
561 _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.MonsterT
981 this.Testarrayofsortedstruct = null; in MonsterT()
H A DMonster.go40 Testarrayofsortedstruct []*AbilityT `json:"testarrayofsortedstruct"` member
138 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
H A DMonster.py375 def Testarrayofsortedstruct(self, j): member in Monster
1220 if monster.Testarrayofsortedstruct(i) is None:
1223 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
H A DMonster.lua358 function mt:Testarrayofsortedstruct(j) function
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py1131 def Testarrayofsortedstruct(self, j): member in Monster
1805 if monster.Testarrayofsortedstruct(i) is None:
1808 ability_ = AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))
H A Dpy_test.py230 self.assertTrue(monster2.Testarrayofsortedstruct(0) is None)