Home
last modified time | relevance | path

Searched refs:current_ (Results 1 - 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/base/
H A Dindex_map.cpp24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap()
37 current_ = start_ = 0; in ConvertToIndexMap()
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_ in MergeIndexTypeId()
[all...]
H A Dindex_map.h133 current_ = 0; in FixSize()
144 current_ = start_ = std::max(start_, start); in Set()
230 TableRowId current_ = 0; member in SysTuning::TraceStreamer::IndexMap

Completed in 1 milliseconds