Lines Matching refs:bb
40 this.bb = null;
53 NamespaceA.NamespaceB.TableInNestedNS.prototype.__init = function(i, bb) { argument
55 this.bb = bb;
64 NamespaceA.NamespaceB.TableInNestedNS.getRootAsTableInNestedNS = function(bb, obj) { argument
65 …|| new NamespaceA.NamespaceB.TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.position(), …
73 NamespaceA.NamespaceB.TableInNestedNS.getSizePrefixedRootAsTableInNestedNS = function(bb, obj) { argument
74 bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
75 …|| new NamespaceA.NamespaceB.TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.position(), …
82 var offset = this.bb.__offset(this.bb_pos, 4);
83 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
91 var offset = this.bb.__offset(this.bb_pos, 4);
97 this.bb.writeInt32(this.bb_pos + offset, value);
143 this.bb = null;
156 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { argument
158 this.bb = bb;
166 return this.bb.readInt32(this.bb_pos);
174 var offset = this.bb.__offset(this.bb_pos, 0);
180 this.bb.writeInt32(this.bb_pos + offset, value);
188 return this.bb.readInt32(this.bb_pos + 4);
196 var offset = this.bb.__offset(this.bb_pos, 4);
202 this.bb.writeInt32(this.bb_pos + offset, value);