Searched defs:writeUIntBE (Results 1 – 4 of 4) sorted by relevance
61 writeUIntBE: INT16, property68 writeUIntBE: 2, property
423 this.writeUIntBE = function (...args) { method in mockBuffer.BufferClass
750 function writeUIntBE(value, offset, byteLength) { function
1022 writeUIntBE(value: number, offset: number, byteLength: number): number; method