Home
last modified time | relevance | path

Searched refs:blobCells (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts578 readonly blobCells: Uint8Array[] = [];
647 this.blobCells.push(new Uint8Array(reader.bytes()));
710 private blobCells: Uint8Array[] = []; property in RowIteratorImpl
814 const blob = this.blobCells[this.nextBlobCell++];
840 this.blobCells = batch.blobCells;
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts541 readonly blobCells: Uint8Array[] = [];
606 this.blobCells.push(new Uint8Array(reader.bytes()));
669 private blobCells: Uint8Array[] = []; property in RowIteratorImpl
767 const blob = this.blobCells[this.nextBlobCell++];
793 this.blobCells = batch.blobCells;