Home
last modified time | relevance | path

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

/external/perfetto/ui/src/trace_processor/
Dquery_result.ts648 readonly blobCells: Uint8Array[] = [];
717 this.blobCells.push(new Uint8Array(reader.bytes()));
780 private blobCells: Uint8Array[] = []; property in RowIteratorImpl
884 const blob = this.blobCells[this.nextBlobCell++];
910 this.blobCells = batch.blobCells;