Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dquery_iterator.ts103 private columnCount_: number; property in ColumnarRowIterator
113 this.columnCount_ = 0;
121 this.columnCount_++;
142 for (let j = 0; j < this.columnCount_; ++j) {
156 for (let j = 0; j < this.columnCount_; ++j) {