Home
last modified time | relevance | path

Searched defs:QueryConstraints (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsql_stats_table.cc55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex()
65 base::Status SqlStatsTable::Cursor::Filter(const QueryConstraints&, in Filter()
Dstats_table.cc52 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex()
63 base::Status StatsTable::Cursor::Filter(const QueryConstraints&, in Filter()
Dsql_stats_table.h29 class QueryConstraints; variable
Dquery_constraints.cc29 QueryConstraints::QueryConstraints(uint64_t cols_used) in QueryConstraints() function in perfetto::trace_processor::QueryConstraints
Dsqlite_table.cc163 base::Status SqliteTable::ModifyConstraints(QueryConstraints*) { in ModifyConstraints() argument
/external/perfetto/src/trace_processor/prelude/table_functions/
Dview.cc27 base::Status ViewTableFunction::ValidateConstraints(const QueryConstraints&) { in ValidateConstraints()
Dexperimental_sched_upid.cc48 const QueryConstraints&) { in ValidateConstraints()
Dexperimental_counter_dur.cc47 const QueryConstraints&) { in ValidateConstraints()
/external/perfetto/src/trace_processor/prelude/operators/
Dwindow_operator.cc61 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex()