Lines Matching defs:TableInNestedNS
11 public struct TableInNestedNS : IFlatbufferObject struct
13 private Table __p;
14 public ByteBuffer ByteBuffer { get { return __p.bb; } }
15 …tAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNestedNS(_bb, new TableInNestedNS()); } in GetRootAsTableInNestedNS()
16 … _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsTableInNestedNS()
17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
18 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
20 …nt Foo { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (int)0; } }
21 …ffset(4); if (o != 0) { __p.bb.PutInt(o + __p.bb_pos, foo); return true; } else { return false; } } in MutateFoo()
23 public static Offset<TableInNestedNS> CreateTableInNestedNS(FlatBufferBuilder builder, in CreateTableInNestedNS()
30 public static void StartTableInNestedNS(FlatBufferBuilder builder) { builder.StartObject(1); } in StartTableInNestedNS()
31 public static void AddFoo(FlatBufferBuilder builder, int foo) { builder.AddInt(0, foo, 0); } in AddFoo()
32 public static Offset<TableInNestedNS> EndTableInNestedNS(FlatBufferBuilder builder) { in EndTableInNestedNS()