Searched refs:readUint16 (Results 1 – 6 of 6) sorted by relevance
906 return this.readUint16(offset) << 16 >> 16;913 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { method in flatbuffers.ByteBuffer
264 jspb.BinaryDecoder.prototype.readUint16,
753 jspb.BinaryDecoder.prototype.readUint16 = function() { method in jspb.BinaryDecoder
75 Decoder.prototype.readUint16 = function() { method in Decoder764 return decoder.readUint16();
619 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;2627 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
690 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;2773 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;