Home
last modified time | relevance | path

Searched refs:decodeInt64Varint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result_unittest.ts18 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');
H A Dquery_result.ts78 export function decodeInt64Varint(buf: Uint8Array, pos: number): bigint { function
796 const value = decodeInt64Varint(
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts77 export function decodeInt64Varint(buf: Uint8Array, pos: number): bigint { function
752 decodeInt64Varint(this.batchBytes, this.varIntReader.pos);