Searched defs:writeUIntLE (Results 1 – 4 of 4) sorted by relevance
60 writeUIntLE: INT8, property67 writeUIntLE: 1, property
428 this.writeUIntLE = function (...args) { method in mockBuffer.BufferClass
639 function writeUIntLE(value, offset, byteLength) { function
1021 writeUIntLE(value: number, offset: number, byteLength: number): number; method