Searched refs:ScopedStmt (Results 1 – 10 of 10) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.h | 88 ScopedStmt, 161 ScopedStmt stmt_;
|
D | scoped_db.h | 33 using ScopedStmt = base::ScopedResource<sqlite3_stmt*, variable
|
D | trace_processor_impl.cc | 344 this, *db_, ScopedStmt(raw_stmt), col_count, error, sql_stats_row)); in ExecuteQuery() 364 ScopedStmt stmt, in IteratorImpl() 389 *this = IteratorImpl(nullptr, nullptr, ScopedStmt(), 0, base::nullopt, 0); in Reset()
|
D | sqlite3_str_split_unittest.cc | 58 ScopedStmt stmt_;
|
D | process_table_unittest.cc | 60 ScopedStmt stmt_;
|
D | thread_table_unittest.cc | 66 ScopedStmt stmt_;
|
D | span_join_operator_table_unittest.cc | 66 ScopedStmt stmt_;
|
D | span_join_operator_table.h | 207 ScopedStmt stmt_;
|
D | sched_slice_table_unittest.cc | 64 ScopedStmt stmt_;
|
D | sqlite_utils.h | 396 ScopedStmt stmt(raw_stmt); in GetColumnsForTable()
|