Searched defs:writeBigUInt64BE (Results 1 – 5 of 5) sorted by relevance
48 writeBigUInt64BE: UINT64, property
333 this.writeBigUInt64BE = function (...args) { method in mockBuffer.BufferClass
510 writeBigUInt64BE(value, offset) { method in SmartBuffer
625 function writeBigUInt64BE(value, offset = 0) { function
1067 writeBigUInt64BE?(value: bigint, offset?: number): number; method