• Home
  • Raw
  • Download

Lines Matching refs:bb

28   this.bb = null;
41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) { argument
43 this.bb = bb;
52 NamespaceA.TableInFirstNS.getRootAsTableInFirstNS = function(bb, obj) { argument
53 …return (obj || new NamespaceA.TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(),
61 NamespaceA.TableInFirstNS.getSizePrefixedRootAsTableInFirstNS = function(bb, obj) { argument
62 bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
63 …return (obj || new NamespaceA.TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(),
71 var offset = this.bb.__offset(this.bb_pos, 4);
72 …ew NamespaceA.NamespaceB.TableInNestedNS).__init(this.bb.__indirect(this.bb_pos + offset), this.bb
79 var offset = this.bb.__offset(this.bb_pos, 6);
80 …return offset ? /** @type {NamespaceA.NamespaceB.EnumInNestedNS} */ (this.bb.readInt8(this.bb_pos …
88 var offset = this.bb.__offset(this.bb_pos, 6);
94 this.bb.writeInt8(this.bb_pos + offset, value);
103 var offset = this.bb.__offset(this.bb_pos, 8);
104 …? (obj || new NamespaceA.NamespaceB.StructInNestedNS).__init(this.bb_pos + offset, this.bb) : null;
169 this.bb = null;
182 NamespaceC.TableInC.prototype.__init = function(i, bb) { argument
184 this.bb = bb;
193 NamespaceC.TableInC.getRootAsTableInC = function(bb, obj) { argument
194 return (obj || new NamespaceC.TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
202 NamespaceC.TableInC.getSizePrefixedRootAsTableInC = function(bb, obj) { argument
203 bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
204 return (obj || new NamespaceC.TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
212 var offset = this.bb.__offset(this.bb_pos, 4);
213 … ? (obj || new NamespaceA.TableInFirstNS).__init(this.bb.__indirect(this.bb_pos + offset), this.bb
221 var offset = this.bb.__offset(this.bb_pos, 6);
222 … ? (obj || new NamespaceA.SecondTableInA).__init(this.bb.__indirect(this.bb_pos + offset), this.bb
277 this.bb = null;
290 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { argument
292 this.bb = bb;
301 NamespaceA.SecondTableInA.getRootAsSecondTableInA = function(bb, obj) { argument
302 …return (obj || new NamespaceA.SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(),
310 NamespaceA.SecondTableInA.getSizePrefixedRootAsSecondTableInA = function(bb, obj) { argument
311 bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
312 …return (obj || new NamespaceA.SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(),
320 var offset = this.bb.__offset(this.bb_pos, 4);
321 …offset ? (obj || new NamespaceC.TableInC).__init(this.bb.__indirect(this.bb_pos + offset), this.bb