Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js883 return this.readUint16(offset) << 16 >> 16;
890 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/libmojo/mojo/public/js/
Dcodec.js75 Decoder.prototype.readUint16 = function() { method in Decoder
607 return decoder.readUint16();
/external/flatbuffers/tests/
Dmonster_test_generated.js507 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;