Searched defs:writeBigInt64LE (Results 1 – 5 of 5) sorted by relevance
47 writeBigInt64LE: INT64, property
328 this.writeBigInt64LE = function (...args) { method in mockBuffer.BufferClass
310 writeBigInt64LE(value, offset) { method in SmartBuffer
629 function writeBigInt64LE(value, offset = 0) { function
1066 writeBigInt64LE?(value: bigint, offset?: number): number; method