Searched defs:writeUint16 (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/js/binary/ | ||
D | encoder.js | 257 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder |
/external/flatbuffers/js/ | ||
D | flatbuffers.js | 1017 flatbuffers.ByteBuffer.prototype.writeUint16 = function(offset, value) { method in flatbuffers.ByteBuffer |
/external/libchrome/mojo/public/js/lib/ | ||
D | codec.js | 252 Encoder.prototype.writeUint16 = function(val) { method in Encoder |