Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dquery_iterator.ts102 private rowCount_: number; property in ColumnarRowIterator
112 this.rowCount_ = +queryResult.numRecords;
127 column.longValues.length === this.rowCount_) {
131 column.doubleValues.length === this.rowCount_) {
135 column.stringValues.length === this.rowCount_) {
141 if (this.rowCount_ > 0) {
151 return this.i_ < this.rowCount_;