Home
last modified time | relevance | path

Searched refs:writeInt8 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-buffer-writeint.js18 buffer.writeInt8(0x23, 0);
19 buffer.writeInt8(-5, 1);
23 buffer.writeInt8(0x7f, 0);
24 buffer.writeInt8(-0x80, 1);
28 buffer.writeInt8(0x7f + 1, 0);
31 buffer.writeInt8(-0x80 - 1, 0);
35 buffer.writeInt8(23, undefined);
36 buffer.writeInt8(23);
40 () => buffer.writeInt8(23, off),
46 () => buffer.writeInt8(2
[all...]
H A Dtest-buffer-alloc.js841 assert.strictEqual(b.writeInt8(0, 7), 8);
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js50 writeInt8: INT8,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Ddecoder_test.js268 jspb.BinaryEncoder.prototype.writeInt8,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Ddecoder_test.js279 jspb.BinaryEncoder.prototype.writeInt8,
/third_party/node/lib/internal/
H A Dbuffer.js870 function writeInt8(value, offset = 0) { function
1018 proto.writeInt8 = writeInt8;
/third_party/protobuf/js/binary/
H A Ddecoder_test.js429 jspb.BinaryEncoder.prototype.writeInt8,
H A Dencoder.js315 jspb.BinaryEncoder.prototype.writeInt8 = function(value) {

Completed in 5 milliseconds