Searched defs:readUIntBE (Results 1 – 4 of 4) sorted by relevance
278 this.readUIntBE = function (...args) { method in mockBuffer.BufferClass
259 function readUIntBE(offset, byteLength) { function
1274 readUIntBE(offset: number, byteLength: number): number; method
1147 Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { method in Buffer