• Home
  • Raw
  • Download

Lines Matching refs:TableInFirstNS

12 public struct TableInFirstNS : IFlatbufferObject  struct
17 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirs… in GetRootAsTableInFirstNS()
18 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return … in GetRootAsTableInFirstNS()
20 public TableInFirstNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
30 public static Offset<NamespaceA.TableInFirstNS> CreateTableInFirstNS(FlatBufferBuilder builder, in CreateTableInFirstNS() argument
37TableInFirstNS.AddFooStruct(builder, NamespaceA.NamespaceB.StructInNestedNS.Pack(builder, foo_stru… in CreateTableInFirstNS()
38 TableInFirstNS.AddFooUnion(builder, foo_unionOffset); in CreateTableInFirstNS()
39 TableInFirstNS.AddFooTable(builder, foo_tableOffset); in CreateTableInFirstNS()
40 TableInFirstNS.AddFooUnionType(builder, foo_union_type); in CreateTableInFirstNS()
41 TableInFirstNS.AddFooEnum(builder, foo_enum); in CreateTableInFirstNS()
42 return TableInFirstNS.EndTableInFirstNS(builder); in CreateTableInFirstNS()
51 public static Offset<NamespaceA.TableInFirstNS> EndTableInFirstNS(FlatBufferBuilder builder) { in EndTableInFirstNS() argument
53 return new Offset<NamespaceA.TableInFirstNS>(o); in EndTableInFirstNS()
73 …public static Offset<NamespaceA.TableInFirstNS> Pack(FlatBufferBuilder builder, TableInFirstNST _o… in Pack() argument
74 if (_o == null) return default(Offset<NamespaceA.TableInFirstNS>); in Pack()