Searched defs:writeBigInt64BE (Results 1 – 5 of 5) sorted by relevance
46 writeBigInt64BE: INT64, property
323 this.writeBigInt64BE = function (...args) { method in mockBuffer.BufferClass
286 writeBigInt64BE(value, offset) { method in SmartBuffer
634 function writeBigInt64BE(value, offset = 0) { function
1065 writeBigInt64BE?(value: bigint, offset?: number): number; method