Home
last modified time | relevance | path

Searched refs:readUint16 (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/js/
Dflatbuffers.js906 return this.readUint16(offset) << 16 >> 16;
913 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { method in flatbuffers.ByteBuffer
/external/protobuf/js/binary/
Ddecoder_test.js264 jspb.BinaryDecoder.prototype.readUint16,
Ddecoder.js753 jspb.BinaryDecoder.prototype.readUint16 = function() { method in jspb.BinaryDecoder
/external/libchrome/mojo/public/js/lib/
Dcodec.js75 Decoder.prototype.readUint16 = function() { method in Decoder
764 return decoder.readUint16();
/external/flatbuffers/tests/
Dmonster_test_generated.ts619 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
2627 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
Dmonster_test_generated.js690 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
2773 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;