Searched refs:readUint16 (Results 1 – 11 of 11) sorted by relevance
63 return this.readUint16(offset) << 16 >> 16;66 readUint16(offset: number): number { method in ByteBuffer
62 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;66 return offset ? this.bb.readUint16(this.bb_pos + offset) : null;70 return offset ? this.bb.readUint16(this.bb_pos + offset) : 42;
77 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;82 return offset ? this.bb!.readUint16(this.bb_pos + offset) : null;87 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 42;
38 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
50 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
58 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
75 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
246 jspb.BinaryDecoder.prototype.readUint16,
257 jspb.BinaryDecoder.prototype.readUint16,
407 jspb.BinaryDecoder.prototype.readUint16,
651 jspb.BinaryDecoder.prototype.readUint16 = function() { method in jspb.BinaryDecoder