Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts460 const parsedBatch = new ResultBatch(batchRaw); constant
461 this.batches.push(parsedBatch);
462 this._isComplete = parsedBatch.isLastBatch;
469 assertTrue(parsedBatch.numCells % numColumns === 0);
470 this._numRows += parsedBatch.numCells / numColumns;
473 assertTrue(parsedBatch.numCells === 0);