Searched refs:BestIndexInfo (Results 1 – 25 of 32) sorted by relevance
12
/external/perfetto/src/trace_processor/ |
D | android_logs_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | instants_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_definitions_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_values_table.h | 36 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | slice_table.h | 43 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | raw_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | process_table.h | 59 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_values_table.cc | 47 BestIndexInfo* info) { in BestIndex()
|
D | stats_table.h | 66 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | string_table.h | 71 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | thread_table.h | 67 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.h | 75 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sched_slice_table.h | 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | android_logs_table.cc | 48 BestIndexInfo* info) { in BestIndex()
|
D | window_operator_table.h | 80 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | instants_table.cc | 50 int InstantsTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
|
D | args_table.h | 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_definitions_table.cc | 50 BestIndexInfo* info) { in BestIndex()
|
D | table.h | 141 struct BestIndexInfo { struct 279 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
|
D | string_table.cc | 52 int StringTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex()
|
D | slice_table.cc | 51 int SliceTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
|
D | sql_stats_table.cc | 55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex()
|
D | stats_table.cc | 48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
|
D | process_table.cc | 54 int ProcessTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
|
D | thread_table.cc | 55 int ThreadTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
|
12