Searched defs:StructOfStructsOfStructsT (Results 1 – 10 of 10) sorted by relevance
9 type StructOfStructsOfStructsT struct { struct10 A *StructOfStructsT `json:"a"`13 func (t *StructOfStructsOfStructsT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {19 func (rcv *StructOfStructsOfStructs) UnPackTo(t *StructOfStructsOfStructsT) {
22 public class StructOfStructsOfStructsT { class30 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in StructOfStructsOfStructsT
63 public class StructOfStructsOfStructsT class68 public StructOfStructsOfStructsT() { in StructOfStructsOfStructsT() method in MyGame.Example.StructOfStructsOfStructsT
47 class StructOfStructsOfStructsT(object): class
89 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack()97 pub struct StructOfStructsOfStructsT { struct100 impl StructOfStructsOfStructsT { impl
102 pub fn unpack(&self) -> StructOfStructsOfStructsT { in unpack()110 pub struct StructOfStructsOfStructsT { struct113 impl StructOfStructsOfStructsT { impl
14 export declare class StructOfStructsOfStructsT implements flatbuffers.IGeneratedObject { class
60 export class StructOfStructsOfStructsT implements flatbuffers.IGeneratedObject { class
44 export class StructOfStructsOfStructsT { class
632 class StructOfStructsOfStructsT(object): class