Searched defs:readInt32LE (Results 1 – 5 of 5) sorted by relevance
238 this.readInt32LE = function (...args) { method in mockBuffer.BufferClass
144 readInt32LE(offset) { method in SmartBuffer
387 function readInt32LE(offset = 0) { function
1285 readInt32LE(offset: number): number; method
1307 Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { method in Buffer