Home
last modified time | relevance | path

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

/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js246 jspb.BinaryDecoder.prototype.readUint16,
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js246 jspb.BinaryDecoder.prototype.readUint16,
/external/flatbuffers/js/
Dflatbuffers.js926 return this.readUint16(offset) << 16 >> 16;
933 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { method in flatbuffers.ByteBuffer
/external/protobuf/js/binary/
Ddecoder_test.js287 jspb.BinaryDecoder.prototype.readUint16,
Ddecoder.js769 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.ts681 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
2714 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
Dmonster_test_generated.js811 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
2920 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;