Searched refs:TableComputation (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.h | 30 enum class TableComputation { enum 144 TableComputation computation; 193 TableComputation computation_ = TableComputation::kStatic;
|
D | db_sqlite_table.cc | 101 Context context{cache, schema, TableComputation::kStatic, table, nullptr}; in RegisterTable() 117 Context context{cache, std::move(schema), TableComputation::kDynamic, nullptr, in RegisterTable() 155 case TableComputation::kStatic: in BestIndex() 158 case TableComputation::kDynamic: in BestIndex() 425 case TableComputation::kStatic: in Filter() 434 case TableComputation::kDynamic: { in Filter()
|
D | sqlite_raw_table.cc | 438 {context.cache, tables::RawTable::Schema(), TableComputation::kStatic, in SqliteRawTable()
|