Searched refs:writeBigUInt64BE (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 510 writeBigUInt64BE(value, offset) { method in SmartBuffer 512 return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); 524 return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset);
|
/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 48 writeBigUInt64BE: UINT64, property
|
/third_party/node/lib/internal/ |
D | buffer.js | 628 function writeBigUInt64BE(value, offset = 0) { function 973 proto.writeBigUInt64BE = writeBigUInt64BE; 975 proto.writeBigUint64BE = writeBigUInt64BE;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 333 this.writeBigUInt64BE = function (...args) { method in mockBuffer.BufferClass
|
/third_party/node/deps/npm/node_modules/buffer/ |
D | index.js | 1540 Buffer.prototype.writeBigUInt64BE = defineBigIntMethod(function writeBigUInt64BE (value, offset = 0… function in Buffer
|
/third_party/typescript/src/compiler/ |
D | sys.ts | 1315 writeBigUInt64BE?(value: bigint, offset?: number): number; method
|
/third_party/node/doc/api/ |
D | buffer.md | 4006 ### `buf.writeBigUInt64BE(value[, offset])` 4034 buf.writeBigUInt64BE(0xdecafafecacefaden, 0); 4045 buf.writeBigUInt64BE(0xdecafafecacefaden, 0);
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 7222 writeBigUInt64BE(value, offset) { 7223 utils_1.bigIntAndBufferInt64Check("writeBigUInt64BE"); 7224 return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); 7235 utils_1.bigIntAndBufferInt64Check("writeBigUInt64BE"); 7236 return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset);
|