Searched refs:writeInt32LE (Results 1 – 11 of 11) sorted by relevance
/third_party/node/test/parallel/ |
D | test-buffer-writeint.js | 108 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/ |
D | conformance_testee_runner_node.js | 51 responseLengthBuf.writeInt32LE(serializedResponse.byteLength, 0);
|
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 264 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/ |
D | buffer-write.js | 54 writeInt32LE: INT32, property
|
/third_party/protobuf/conformance/ |
D | conformance_nodejs.js | 171 lengthBuf.writeInt32LE(serializedResponse.length, 0);
|
/third_party/node/lib/internal/ |
D | buffer.js | 862 function writeInt32LE(value, offset = 0) { function 1016 proto.writeInt32LE = writeInt32LE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 383 this.writeInt32LE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1617 Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1303 writeInt32LE(value: number, offset: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4440 ### `buf.writeInt32LE(value[, offset])` 4467 buf.writeInt32LE(0x05060708, 0); 4478 buf.writeInt32LE(0x05060708, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 6976 writeInt32LE(value, offset) { 6977 return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); 6988 return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset);
|