Searched refs:current_ (Results 1 – 2 of 2) sorted by relevance
24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap()37 current_ = start_ = 0; in CovertToIndexMap()75 start_ = current_ = 0; in Intersect()80 current_ = start_; in Intersect()93 if (current_ > start_ - 1) { in Next()94 current_--; in Next()97 if (current_ < end_) { in Next()98 current_++; in Next()185 start_ = current_ = 0; in MergeIndexTypeId()196 start_ = current_ = 0; in MergeIndexTypeId()[all …]
125 current_ = 0; in FixSize()136 current_ = start_ = std::max(start_, start); in Set()222 TableRowId current_ = 0; variable