Lines Matching refs:IndexMap
24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap() function in SysTuning::TraceStreamer::IndexMap
26 void IndexMap::CovertToIndexMap() in CovertToIndexMap()
44 void IndexMap::Print() in Print()
51 void IndexMap::Sort() {} in Sort()
53 void IndexMap::Init() in Init()
57 bool IndexMap::HasData() const in HasData()
61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
85 size_t IndexMap::Size() const in Size()
90 void IndexMap::Next() in Next()
102 void IndexMap::FilterId(unsigned char op, sqlite3_value* argv) in FilterId()
139 void IndexMap::FilterTS(unsigned char op, sqlite3_value* argv, const std::deque<InternalTime>& time… in FilterTS()
168 bool IndexMap::MergeIndexTypeId(IndexMap* other) in MergeIndexTypeId()
201 bool IndexMap::Merge(IndexMap* other) in Merge()
246 bool IndexMap::Eof() const in Eof()
255 TableRowId IndexMap::CurrentRow() const in CurrentRow()
265 void IndexMap::SortBy(bool desc) in SortBy()