Home
last modified time | relevance | path

Searched refs:readUint16 (Results 1 – 11 of 11) sorted by relevance

/third_party/flatbuffers/ts/
Dbyte-buffer.ts63 return this.readUint16(offset) << 16 >> 16;
66 readUint16(offset: number): number { method in ByteBuffer
/third_party/flatbuffers/tests/optional_scalars/
Dscalar-stuff.js62 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
66 return offset ? this.bb.readUint16(this.bb_pos + offset) : null;
70 return offset ? this.bb.readUint16(this.bb_pos + offset) : 42;
Dscalar-stuff.ts77 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
82 return offset ? this.bb!.readUint16(this.bb_pos + offset) : null;
87 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 42;
/third_party/flatbuffers/tests/my-game/example/
Dstat.js38 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
Dstat.ts50 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
Dtype-aliases.js58 return offset ? this.bb.readUint16(this.bb_pos + offset) : 0;
Dtype-aliases.ts75 return offset ? this.bb!.readUint16(this.bb_pos + offset) : 0;
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js246 jspb.BinaryDecoder.prototype.readUint16,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js257 jspb.BinaryDecoder.prototype.readUint16,
/third_party/protobuf/js/binary/
Ddecoder_test.js407 jspb.BinaryDecoder.prototype.readUint16,
Ddecoder.js651 jspb.BinaryDecoder.prototype.readUint16 = function() { method in jspb.BinaryDecoder