Searched refs:writeUint16 (Results 1 – 7 of 7) sorted by relevance
265 jspb.BinaryEncoder.prototype.writeUint16,
227 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder
252 Encoder.prototype.writeUint16 = function(val) { method in Encoder768 encoder.writeUint16(val);
393 func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(v>>8), byte(v)) } func774 f.writeUint16(uint16(s.ID))
997 flatbuffers.ByteBuffer.prototype.writeUint16 = function(offset, value) { method in flatbuffers.ByteBuffer
633 this.bb!.writeUint16(this.bb_pos + offset, value);2641 this.bb!.writeUint16(this.bb_pos + offset, value);
704 this.bb.writeUint16(this.bb_pos + offset, value);2787 this.bb.writeUint16(this.bb_pos + offset, value);