Searched defs:IndexMap (Results 1 – 2 of 2) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/base/ | ||
| D | index_map.cpp | 24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap() function in SysTuning::TraceStreamer::IndexMap |
| D | index_map.h | 30 IndexMap() {} in IndexMap() function |