Searched defs:StructOfStructsT (Results 1 – 6 of 6) sorted by relevance
9 type StructOfStructsT struct { struct10 A *AbilityT11 B *TestT12 C *AbilityT15 func (t *StructOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {19 func (rcv *StructOfStructs) UnPackTo(t *StructOfStructsT) {
66 public class StructOfStructsT class75 public StructOfStructsT() { in StructOfStructsT() method in MyGame.Example.StructOfStructsT
57 class StructOfStructsT(object): class
70 export class StructOfStructsT { class
52 export class StructOfStructsT { class
1649 pub fn unpack(&self) -> StructOfStructsT { in unpack()1659 pub struct StructOfStructsT { struct1660 pub a: AbilityT,1661 pub b: TestT,1662 pub c: AbilityT,1664 impl StructOfStructsT { implementation