Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.h172 int BestIndex(const QueryConstraints&, BestIndexInfo*) override final;
182 BestIndexInfo*);
Dstats_table.h68 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.h77 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dwindow_operator_table.h82 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.cc59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dsqlite_table.h158 struct BestIndexInfo { struct
325 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
Dstats_table.cc53 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dwindow_operator_table.cc64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dsqlite_table.cc82 BestIndexInfo info; in BestIndexInternal()
Ddb_sqlite_table.cc153 int DbSqliteTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
171 BestIndexInfo* info) { in BestIndex()
Dspan_join_operator_table.h363 int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) override;
Dspan_join_operator_table.cc254 BestIndexInfo* info) { in BestIndex()