Home
last modified time | relevance | path

Searched defs:TableBase (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.h34 class TableBase; variable
91 explicit TableBase(const TraceDataCache* dataCache) : dataCache_(dataCache), cursor_(nullptr) {} in TableBase() function