Searched refs:writeBigInt64BE (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 286 writeBigInt64BE(value, offset) { method in SmartBuffer 288 return this._writeNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); 300 return this._insertNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset);
|
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 46 writeBigInt64BE: INT64, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 637 function writeBigInt64BE(value, offset = 0) { function 977 proto.writeBigInt64BE = writeBigInt64BE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 323 this.writeBigInt64BE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1644 Buffer.prototype.writeBigInt64BE = defineBigIntMethod(function writeBigInt64BE (value, offset = 0) { method in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1313 writeBigInt64BE?(value: bigint, offset?: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 3928 ### `buf.writeBigInt64BE(value[, offset])` 3950 buf.writeBigInt64BE(0x0102030405060708n, 0); 3961 buf.writeBigInt64BE(0x0102030405060708n, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 6998 writeBigInt64BE(value, offset) { 6999 utils_1.bigIntAndBufferInt64Check("writeBigInt64BE"); 7000 return this._writeNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); 7011 utils_1.bigIntAndBufferInt64Check("writeBigInt64BE"); 7012 return this._insertNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset);
|