Home
last modified time | relevance | path

Searched refs:writeUint16 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/js/binary/
Ddecoder_test.js265 jspb.BinaryEncoder.prototype.writeUint16,
Dencoder.js227 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder
/external/libchrome/mojo/public/js/lib/
Dcodec.js252 Encoder.prototype.writeUint16 = function(val) { method in Encoder
768 encoder.writeUint16(val);
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go393 func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(v>>8), byte(v)) } func
774 f.writeUint16(uint16(s.ID))
/external/flatbuffers/js/
Dflatbuffers.js997 flatbuffers.ByteBuffer.prototype.writeUint16 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/flatbuffers/tests/
Dmonster_test_generated.ts633 this.bb!.writeUint16(this.bb_pos + offset, value);
2641 this.bb!.writeUint16(this.bb_pos + offset, value);
Dmonster_test_generated.js704 this.bb.writeUint16(this.bb_pos + offset, value);
2787 this.bb.writeUint16(this.bb_pos + offset, value);