Searched refs:readInt16 (Results 1 – 15 of 15) sorted by relevance
62 readInt16(offset: number): number { method in ByteBuffer175 return vtable_offset < this.readInt16(vtable) ? this.readInt16(vtable + vtable_offset) : 0;
391 if (len == this.bb.readInt16(vt2)) {393 if (this.bb.readInt16(vt1 + j) != this.bb.readInt16(vt2 + j)) {461 const ok = this.bb.readInt16(vtable_start + field) != 0;
13 return this.bb.readInt16(this.bb_pos);
17 return this.bb!.readInt16(this.bb_pos);
46 return offset ? this.bb.readInt16(this.bb_pos + offset) : 0;
59 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 0;
43 return offset ? this.bb.readInt16(this.bb_pos + offset) : 150;55 return offset ? this.bb.readInt16(this.bb_pos + offset) : 100;
52 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 150;68 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 100;
50 return offset ? this.bb.readInt16(this.bb_pos + offset) : 0;54 return offset ? this.bb.readInt16(this.bb_pos + offset) : null;58 return offset ? this.bb.readInt16(this.bb_pos + offset) : 42;
62 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 0;67 return offset ? this.bb!.readInt16(this.bb_pos + offset) : null;72 return offset ? this.bb!.readInt16(this.bb_pos + offset) : 42;
272 jspb.BinaryDecoder.prototype.readInt16,
283 jspb.BinaryDecoder.prototype.readInt16,
433 jspb.BinaryDecoder.prototype.readInt16,
723 jspb.BinaryDecoder.prototype.readInt16 = function() { method in jspb.BinaryDecoder
194989 #define NCELL(pNode) readInt16(&(pNode)->zData[2])195120 static int readInt16(u8 *p){195388 pRtree->iDepth = readInt16(pNode->zData);198546 sqlite3_result_int(ctx, readInt16(zBlob));198819 iDepth = readInt16(aNode);198826 nCell = readInt16(&aNode[2]);