Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/my-game/example/
Dstat.js45 this.bb.writeUint16(this.bb_pos + offset, value);
Dstat.ts60 this.bb!.writeUint16(this.bb_pos + offset, value);
Dtype-aliases.js65 this.bb.writeUint16(this.bb_pos + offset, value);
Dtype-aliases.ts85 this.bb!.writeUint16(this.bb_pos + offset, value);
/third_party/flatbuffers/ts/
Dbyte-buffer.ts110 writeUint16(offset: number, value: number): void { method in ByteBuffer
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js258 jspb.BinaryEncoder.prototype.writeUint16,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js247 jspb.BinaryEncoder.prototype.writeUint16,
/third_party/protobuf/js/binary/
Dencoder.js271 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { method in jspb.BinaryEncoder
Ddecoder_test.js408 jspb.BinaryEncoder.prototype.writeUint16,