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