Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-buffer-writeint.js108 buffer.writeInt32LE(0x23, 4);
114 buffer.writeInt32LE(-5, 4);
120 buffer.writeInt32LE(-805306713, 4);
132 buffer.writeInt32LE(0x7fffffff, 0);
133 buffer.writeInt32LE(-0x80000000, 4);
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dconformance_testee_runner_node.js51 responseLengthBuf.writeInt32LE(serializedResponse.byteLength, 0);
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js264 writeInt32LE(value, offset) { method in SmartBuffer
265 return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset);
276 return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset);
/third_party/node/benchmark/buffers/
Dbuffer-write.js54 writeInt32LE: INT32, property
/third_party/protobuf/conformance/
Dconformance_nodejs.js171 lengthBuf.writeInt32LE(serializedResponse.length, 0);
/third_party/node/lib/internal/
Dbuffer.js862 function writeInt32LE(value, offset = 0) { function
1016 proto.writeInt32LE = writeInt32LE;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js383 this.writeInt32LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/buffer/
Dindex.js1617 Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { method in Buffer
/third_party/typescript/src/compiler/
Dsys.ts1303 writeInt32LE(value: number, offset: number): number; method
/third_party/node/doc/api/
Dbuffer.md4440 ### `buf.writeInt32LE(value[, offset])`
4467 buf.writeInt32LE(0x05060708, 0);
4478 buf.writeInt32LE(0x05060708, 0);
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs6976 writeInt32LE(value, offset) {
6977 return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset);
6988 return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset);