Searched defs:writeUint16 (Results 1 – 4 of 4) sorted by relevance
227 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder
997 flatbuffers.ByteBuffer.prototype.writeUint16 = function(offset, value) { method in flatbuffers.ByteBuffer
252 Encoder.prototype.writeUint16 = function(val) { method in Encoder
393 func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(v>>8), byte(v)) } func