Home
last modified time | relevance | path

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

12

/external/perfetto/src/trace_processor/
Dandroid_logs_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dinstants_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_definitions_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_values_table.h36 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dslice_table.h43 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Draw_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dprocess_table.h59 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_values_table.cc47 BestIndexInfo* info) { in BestIndex()
Dstats_table.h66 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dstring_table.h71 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dthread_table.h67 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.h75 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsched_slice_table.h37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dandroid_logs_table.cc48 BestIndexInfo* info) { in BestIndex()
Dwindow_operator_table.h80 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dinstants_table.cc50 int InstantsTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
Dargs_table.h37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_definitions_table.cc50 BestIndexInfo* info) { in BestIndex()
Dtable.h141 struct BestIndexInfo { struct
279 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
Dstring_table.cc52 int StringTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex()
Dslice_table.cc51 int SliceTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
Dsql_stats_table.cc55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex()
Dstats_table.cc48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dprocess_table.cc54 int ProcessTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()
Dthread_table.cc55 int ThreadTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()

12