Searched refs:readBigInt64LE (Results 1 – 8 of 8) sorted by relevance
54 readBigInt64LE(offset?: number): bigint;
98 readBigInt64LE(offset?: number): bigint;
163 readBigInt64LE(offset) { method in SmartBuffer165 return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset);
131 function readBigInt64LE(offset = 0) { function967 proto.readBigInt64LE = readBigInt64LE;
183 this.readBigInt64LE = function (...args) { method in mockBuffer.BufferClass
173 * readBigInt64LE
1064 readBigInt64LE?(offset?: number): bigint; method
1506 ### `buf.readBigInt64LE([offset])`