Searched defs:writeUInt32BE (Results 1 – 6 of 6) sorted by relevance
58 writeUInt32BE: UINT32, property
413 this.writeUInt32BE = function (...args) { method in mockBuffer.BufferClass
466 writeUInt32BE(value, offset) { method in SmartBuffer
816 function writeUInt32BE(value, offset = 0) { function
1299 writeUInt32BE(value: number, offset: number): number; method
1481 Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { method in Buffer