Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.cpp29 indexType_ = INDEX_TYPE_OUTER_INDEX; in CovertToIndexMap()
33 if (indexType_ == INDEX_TYPE_ID && HasData()) { in CovertToIndexMap()
40 indexType_ = INDEX_TYPE_OUTER_INDEX; in CovertToIndexMap()
63 if (indexType_ == INDEX_TYPE_OUTER_INDEX) { in Intersect()
170 if (indexType_ != INDEX_TYPE_ID && other->indexType_ != INDEX_TYPE_ID) { in MergeIndexTypeId()
258 if (indexType_ == INDEX_TYPE_ID) { in CurrentRow()
Dindex_map.h65 indexType_ = INDEX_TYPE_OUTER_INDEX; in ProcessData()
123 if (indexType_ == INDEX_TYPE_OUTER_INDEX) { in FixSize()
134 if (indexType_ == INDEX_TYPE_ID) { in Set()
209 indexType_ = INDEX_TYPE_OUTER_INDEX; in RemoveNullElements()
228 FindIndexType indexType_ = INDEX_TYPE_ID; variable