HomeSort by relevance Sort by last modified time
    Searched refs:BestIndexInfo (Results 1 - 25 of 32) sorted by null

1 2

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

Completed in 521 milliseconds

1 2