Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.h203 using TCursor = typename TTable::Cursor; variable
253 delete static_cast<TCursor*>(c);
273 return static_cast<TCursor*>(c)->Filter(c->table_->qc_cache_, v, history);
276 return static_cast<TCursor*>(c)->Next();
279 return static_cast<TCursor*>(c)->Eof();
282 return static_cast<TCursor*>(c)->Column(a, b);
285 return static_cast<TCursor*>(c)->RowId(r);