Searched defs:writeUInt32LE (Results 1 – 5 of 5) sorted by relevance
59 writeUInt32LE: UINT32, property
418 this.writeUInt32LE = function (...args) { method in mockBuffer.BufferClass
488 writeUInt32LE(value, offset) { method in SmartBuffer
703 function writeUInt32LE(value, offset = 0) { function
1050 writeUInt32LE(value: number, offset: number): number; method