Home
last modified time | relevance | path

Searched refs:readBigInt64LE (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dutils.d.ts54 readBigInt64LE(offset?: number): bigint;
Dsmartbuffer.d.ts98 readBigInt64LE(offset?: number): bigint;
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js163 readBigInt64LE(offset) { method in SmartBuffer
165 return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset);
/third_party/node/lib/internal/
Dbuffer.js131 function readBigInt64LE(offset = 0) { function
967 proto.readBigInt64LE = readBigInt64LE;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js183 this.readBigInt64LE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/docs/
DREADME_v3.md173 * readBigInt64LE
/third_party/typescript/src/compiler/
Dsys.ts1064 readBigInt64LE?(offset?: number): bigint; method
/third_party/node/doc/api/
Dbuffer.md1506 ### `buf.readBigInt64LE([offset])`