Home
last modified time | relevance | path

Searched defs:writeUint16 (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/js/binary/
Dencoder.js257 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder
/external/flatbuffers/js/
Dflatbuffers.js1017 flatbuffers.ByteBuffer.prototype.writeUint16 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js252 Encoder.prototype.writeUint16 = function(val) { method in Encoder