Lines Matching refs:bb
18 bb: flatbuffers.ByteBuffer|null = null; property in NamespaceA.NamespaceB.TableInNestedNS
26 __init(i:number, bb:flatbuffers.ByteBuffer):TableInNestedNS {
28 this.bb = bb;
37 static getRootAsTableInNestedNS(bb:flatbuffers.ByteBuffer, obj?:TableInNestedNS):TableInNestedNS {
38 return (obj || new TableInNestedNS()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
46 static getSizePrefixedRootAsTableInNestedNS(bb:flatbuffers.ByteBuffer, obj?:TableInNestedNS):TableI…
47 bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
48 return (obj || new TableInNestedNS()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
55 var offset = this.bb!.__offset(this.bb_pos, 4);
56 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
64 var offset = this.bb!.__offset(this.bb_pos, 4);
70 this.bb!.writeInt32(this.bb_pos + offset, value);
110 bb: flatbuffers.ByteBuffer|null = null; property in NamespaceA.NamespaceB.StructInNestedNS
118 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS {
120 this.bb = bb;
128 return this.bb!.readInt32(this.bb_pos);
136 var offset = this.bb!.__offset(this.bb_pos, 0);
142 this.bb!.writeInt32(this.bb_pos + offset, value);
150 return this.bb!.readInt32(this.bb_pos + 4);
158 var offset = this.bb!.__offset(this.bb_pos, 4);
164 this.bb!.writeInt32(this.bb_pos + offset, value);