Searched refs:decodeInt64Varint (Results 1 – 3 of 3) sorted by relevance
18 decodeInt64Varint,359 expect(() => decodeInt64Varint(new Uint8Array(), 0)).toThrow(372 expect(decodeInt64Varint(input, 0)).toEqual(expected);391 expect(decodeInt64Varint(input, 0)).toEqual(expected);418 expect(decodeInt64Varint(input, 0)).toEqual(expected);429 expect(() => decodeInt64Varint(input, 0)).toThrow('Index out of range');
78 export function decodeInt64Varint(buf: Uint8Array, pos: number): bigint { function796 const value = decodeInt64Varint(
77 export function decodeInt64Varint(buf: Uint8Array, pos: number): bigint { function752 decodeInt64Varint(this.batchBytes, this.varIntReader.pos);