Home
last modified time | relevance | path

Searched defs:AbilityT (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAbility.go9 type AbilityT struct { struct
10 Id uint32 `json:"id"`
11 Distance uint32 `json:"distance"`
14 func (t *AbilityT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
18 func (rcv *Ability) UnPackTo(t *AbilityT) {
H A DAbilityT.java10 public class AbilityT { class
23 public AbilityT() { in AbilityT() method in AbilityT
H A DAbility.cs48 public class AbilityT class
55 public AbilityT() { in AbilityT() method in MyGame.Example.AbilityT
H A DAbility.py32 class AbilityT(object): class
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dability_generated.rs150 pub fn unpack(&self) -> AbilityT { in unpack()
159 pub struct AbilityT { struct
163 impl AbilityT { impl
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dability_generated.rs164 pub fn unpack(&self) -> AbilityT { in unpack()
173 pub struct AbilityT { struct
177 impl AbilityT { impl
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dability.ts64 export class AbilityT { class
H A Dability.js46 export class AbilityT { class
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py433 class AbilityT(object): class