Searched defs:TableInNestedNS (Results 1 – 6 of 6) sorted by relevance
9 public struct TableInNestedNS : IFlatbufferObject struct11 private Table __p;12 public ByteBuffer ByteBuffer { get { return __p.bb; } }13 …tAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNestedNS(_bb, new TableInNestedNS()); } in GetRootAsTableInNestedNS()14 … _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsTableInNestedNS()15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()16 public TableInNestedNS __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()18 …nt Foo { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (int)0; } }19 …ffset(4); if (o != 0) { __p.bb.PutInt(o + __p.bb_pos, foo); return true; } else { return false; } } in MutateFoo()21 public static Offset<TableInNestedNS> CreateTableInNestedNS(FlatBufferBuilder builder, in CreateTableInNestedNS()[all …]
9 type TableInNestedNS struct { struct10 _tab flatbuffers.Table20 func (rcv *TableInNestedNS) Init(buf []byte, i flatbuffers.UOffsetT) {25 func (rcv *TableInNestedNS) Table() flatbuffers.Table {29 func (rcv *TableInNestedNS) Foo() int32 {37 func (rcv *TableInNestedNS) MutateFoo(n int32) bool {
7 class TableInNestedNS(object): class
11 class TableInNestedNS extends Table class
11 public final class TableInNestedNS extends Table { class
27 NamespaceA.NamespaceB.TableInNestedNS = function() { class in NamespaceA.NamespaceB