Searched refs:BestIndexInfo (Results 1 – 12 of 12) sorted by relevance
/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.h | 172 int BestIndex(const QueryConstraints&, BestIndexInfo*) override final; 182 BestIndexInfo*);
|
D | stats_table.h | 68 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.h | 77 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | window_operator_table.h | 82 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.cc | 59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
|
D | sqlite_table.h | 158 struct BestIndexInfo { struct 325 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
|
D | stats_table.cc | 53 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
|
D | window_operator_table.cc | 64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
|
D | sqlite_table.cc | 82 BestIndexInfo info; in BestIndexInternal()
|
D | db_sqlite_table.cc | 153 int DbSqliteTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() 171 BestIndexInfo* info) { in BestIndex()
|
D | span_join_operator_table.h | 363 int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) override;
|
D | span_join_operator_table.cc | 254 BestIndexInfo* info) { in BestIndex()
|