Home
last modified time | relevance | path

Searched defs:Vtab (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
Detm_decode_trace_vtable.h30 struct Vtab : sqlite::Module<EtmDecodeTraceVtable>::Vtab { struct
31 explicit Vtab(TraceStorage* in_storage) : storage(in_storage) {} in Vtab() function
32 TraceStorage* storage;
Detm_iterate_range_vtable.h31 struct Vtab : sqlite::Module<EtmIterateRangeVtable>::Vtab { struct
32 TraceStorage* storage;
Dwindow_operator.h53 struct Vtab : sqlite::Module<WindowOperatorModule>::Vtab { struct
54 sqlite::ModuleStateManager<WindowOperatorModule>::PerVtabState* state;
Dcounter_mipmap_operator.h76 struct Vtab : sqlite::Module<CounterMipmapOperator>::Vtab { struct
77 sqlite::ModuleStateManager<CounterMipmapOperator>::PerVtabState* state;
Dslice_mipmap_operator.h76 struct Vtab : sqlite::Module<SliceMipmapOperator>::Vtab { struct
77 sqlite::ModuleStateManager<SliceMipmapOperator>::PerVtabState* state;
Dspan_join_operator.h411 struct Vtab : public sqlite3_vtab { struct
412 sqlite::ModuleStateManager<SpanJoinOperatorModule>::PerVtabState* state;
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.h75 struct Vtab : public sqlite::Module<DbSqliteModule>::Vtab { struct
76 sqlite::ModuleStateManager<DbSqliteModule>::PerVtabState* state;
77 int best_index_num = 0;
78 std::string table_name;
Dstats_table.h32 struct Vtab : sqlite::Module<StatsModule>::Vtab { struct
33 TraceStorage* storage = nullptr;
Dsql_stats_table.h33 struct Vtab : sqlite::Module<SqlStatsModule>::Vtab { struct
34 TraceStorage* storage = nullptr;
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Druntime_table_function.h77 struct Vtab : sqlite::Module<RuntimeTableFunctionModule>::Vtab { struct
78 sqlite::ModuleStateManager<RuntimeTableFunctionModule>::PerVtabState* state;
79 std::optional<SqliteEngine::PreparedStatement> reusable_stmt;
Dtable_pointer_module.h67 struct Vtab : sqlite::Module<TablePointerModule>::Vtab {}; struct
/external/perfetto/src/trace_processor/sqlite/bindings/
Dsqlite_module.h62 using Vtab = sqlite3_vtab; member