Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dquery_result.ts533 readonly blobCells: Uint8Array[] = [];
598 this.blobCells.push(new Uint8Array(reader.bytes()));
661 private blobCells: Uint8Array[] = []; property in RowIteratorImpl
759 const blob = this.blobCells[this.nextBlobCell++];
785 this.blobCells = batch.blobCells;