Searched defs:writeBigUInt64LE (Results 1 – 5 of 5) sorted by relevance
49 writeBigUInt64LE: UINT64, property
338 this.writeBigUInt64LE = function (...args) { method in mockBuffer.BufferClass
534 writeBigUInt64LE(value, offset) { method in SmartBuffer
599 function writeBigUInt64LE(value, offset = 0) { function
1068 writeBigUInt64LE?(value: bigint, offset?: number): number; method