Searched refs:_readNumberValue (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | smartbuffer.js | 109 return this._readNumberValue(Buffer.prototype.readInt8, 1, offset); 118 return this._readNumberValue(Buffer.prototype.readInt16BE, 2, offset); 127 return this._readNumberValue(Buffer.prototype.readInt16LE, 2, offset); 136 return this._readNumberValue(Buffer.prototype.readInt32BE, 4, offset); 145 return this._readNumberValue(Buffer.prototype.readInt32LE, 4, offset); 155 return this._readNumberValue(Buffer.prototype.readBigInt64BE, 8, offset); 165 return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset); 334 return this._readNumberValue(Buffer.prototype.readUInt8, 1, offset); 343 return this._readNumberValue(Buffer.prototype.readUInt16BE, 2, offset); 352 return this._readNumberValue(Buffer.prototype.readUInt16LE, 2, offset); [all …]
|
/third_party/node/deps/npm/node_modules/smart-buffer/typings/ |
D | smartbuffer.d.ts | 727 private _readNumberValue;
|