Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs30 public AbilityT UnPack() { in UnPack()
31 var _o = new AbilityT(); in UnPack()
35 public void UnPackTo(AbilityT _o) { in UnPackTo()
39 public static Offset<MyGame.Example.Ability> Pack(FlatBufferBuilder builder, AbilityT _o) { in Pack()
48 public class AbilityT class
55 public AbilityT() { in AbilityT() method in MyGame.Example.AbilityT
DAbility.go9 type AbilityT struct { struct
14 func (t *AbilityT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT { argument
18 func (rcv *Ability) UnPackTo(t *AbilityT) { argument
23 func (rcv *Ability) UnPack() *AbilityT {
25 t := &AbilityT{}
DAbility.py28 class AbilityT(object): class
43 x = AbilityT()
DMonster.go40 Testarrayofsortedstruct []*AbilityT
354 t.Testarrayofsortedstruct = make([]*AbilityT, testarrayofsortedstructLength)
DMonster.cs375 _o.Testarrayofsortedstruct = new List<MyGame.Example.AbilityT>(); in UnPackTo()
670 public List<MyGame.Example.AbilityT> Testarrayofsortedstruct { get; set; }
DMonster.py951 … ability_ = MyGame.Example.Ability.AbilityT.InitFromObj(monster.Testarrayofsortedstruct(i))