Searched refs:readUint16 (Results 1 – 5 of 5) sorted by relevance
883 return this.readUint16(offset) << 16 >> 16;890 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 Decoder607 return decoder.readUint16();
507 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;