Searched refs:readUint16 (Results 1 – 8 of 8) sorted by relevance
246 jspb.BinaryDecoder.prototype.readUint16,
926 return this.readUint16(offset) << 16 >> 16;933 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { method in flatbuffers.ByteBuffer
287 jspb.BinaryDecoder.prototype.readUint16,
769 jspb.BinaryDecoder.prototype.readUint16 = function() { method in jspb.BinaryDecoder
75 Decoder.prototype.readUint16 = function() { method in Decoder764 return decoder.readUint16();
681 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;2714 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
811 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;2920 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;