Searched defs:writeUInt32BE (Results 1 – 5 of 5) sorted by relevance
58 writeUInt32BE: UINT32, property
413 this.writeUInt32BE = function (...args) { method in mockBuffer.BufferClass
466 writeUInt32BE(value, offset) { method in SmartBuffer
813 function writeUInt32BE(value, offset = 0) { function
1051 writeUInt32BE(value: number, offset: number): number; method