Home
last modified time | relevance | path

Searched defs:stmt (Results 51 - 75 of 159) sorted by relevance

1234567

/third_party/python/Modules/_sqlite/
H A Dstatement.c55 sqlite3_stmt *stmt; in pysqlite_statement_create() local
/base/request/request/services/src/manage/
H A Ddatabase.rs138 let mut stmt = self.inner.prepare(sql).unwrap(); variables
356 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
412 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
506 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
530 let mut stmt = self.inner.prepare(&sql).unwrap(); variables
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp267 sqlite3_stmt *stmt = nullptr; in ReBuildTempTrigger() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp105 sqlite3_stmt *stmt = nullptr; in InsertData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp90 int SQLiteSingleVerRelationalContinueToken::GetQuerySyncStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetQuerySyncStatement() argument
104 int SQLiteSingleVerRelationalContinueToken::GetMissQueryStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetMissQueryStatement() argument
[all...]
H A Dsqlite_relational_utils.cpp75 std::vector<DataValue> SQLiteRelationalUtils::GetSelectValues(sqlite3_stmt *stmt) in GetSelectValues() argument
238 int SQLiteRelationalUtils::GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket) in GetSelectVBucket() argument
270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, in argument
316 GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) GetBlobByStatement() argument
366 sqlite3_stmt *stmt = nullptr; SelectServerObserver() local
413 sqlite3_stmt *stmt = nullptr; QueryCount() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp45 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItem(sqlite3_stmt *stmt, const std::string &deviceName, in CheckMissQueryDataItem() argument
74 int SQLiteSingleVerStorageExecutor::CheckMissQueryDataItems(sqlite3_stmt *&stmt, const SqliteQueryHelper &helper, in CheckMissQueryDataItems() argument
115 sqlite3_stmt *stmt = nullptr; in CheckDataWithQuery() local
162 sqlite3_stmt *stmt = nullptr; AddSubscribeTrigger() local
252 sqlite3_stmt *stmt = nullptr; GetTriggers() local
[all...]
H A Dsqlite_single_ver_storage_executor_extend.cpp276 sqlite3_stmt *stmt = nullptr; in GetEntries() local
402 sqlite3_stmt *stmt = nullptr; in RemoveCloudUploadFlag() local
[all...]
H A Dsqlite_single_ver_continue_token.cpp152 sqlite3_stmt *&stmt = res.second; in GetCloudQueryStmt() local
/third_party/skia/src/sksl/ir/
H A DSkSLSwitchStatement.cpp84 static void move_all_but_break(std::unique_ptr<Statement>& stmt, StatementArray* target) { in move_all_but_break() argument
132 std::unique_ptr<Statement>& stmt = (*iter)->as<SwitchCase>().statement(); in BlockForCase() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc65 auto* stmt = Assign(Expr("dst"), Expr(Source{{3, 4}}, "wg")); in TEST_F() local
90 auto* stmt = Assign(Expr("dst"), Expr(Source{{3, 4}}, "wg")); in TEST_F() local
302 auto* stmt = Decl(var); in TEST_F() local
314 auto* stmt = Decl(var); in TEST_F() local
H A Dintrinsic_test.cc1966 auto* stmt = CallStmt(call); in TEST_P() local
H A Dresolver.cc836 sem::Statement* Resolver::Statement(const ast::Statement* stmt) { in Statement() argument
899 CaseStatement(const ast::CaseStatement* stmt) CaseStatement() argument
917 IfStatement(const ast::IfStatement* stmt) IfStatement() argument
[all...]
H A Dresolver_test_helper.h57 const ast::BlockStatement* BlockOf(const ast::Statement* stmt) { in BlockOf() argument
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector.cc47 Zero(ProgramBuilder& b, const sem::Type* ty, const sem::Statement* stmt) Zero() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp110 int RelationalSyncDataInserter::GetInsertStatement(sqlite3 *db, sqlite3_stmt *&stmt) in GetInsertStatement() argument
138 int RelationalSyncDataInserter::BindInsertStatement(sqlite3_stmt *stmt, const DataItem &dataItem) in BindInsertStatement() argument
176 int RelationalSyncDataInserter::GetDeleteLogStmt(sqlite3 *db, sqlite3_stmt *&stmt) in GetDeleteLogStmt() argument
192 int RelationalSyncDataInserter::GetDeleteSyncDataStmt(sqlite3 *db, sqlite3_stmt *&stmt) in GetDeleteSyncDataStmt() argument
234 PrepareStatement(sqlite3 *db, SaveSyncDataStmt &stmt) PrepareStatement() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp249 sqlite3_stmt *stmt = nullptr; in ExecSql() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp99 int FillSharedBlockOpt(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlockOpt() argument
136 int FillSharedBlock(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillSharedBlock() argument
174 void FillRow(SharedBlockInfo *info, sqlite3_stmt *stmt) in FillRow() argument
329 ResetStatement(SharedBlockInfo *info, sqlite3_stmt *stmt) ResetStatement() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c46 static struct statement * dup_statement(struct statement *stmt) in dup_statement() argument
197 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); in copy_expression() local
331 static struct statement *copy_one_statement(struct statement *stmt) in copy_one_statement() argument
477 struct statement *stmt; copy_statement() local
518 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); inline_function() local
[all...]
H A Dlib.h233 static inline void add_statement(struct statement_list **list, struct statement *stmt) in add_statement() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h510 void SetStatementPosition(Statement* stmt) { in SetStatementPosition() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp92 void GrGLSLShaderBuilder::codeAppend(std::unique_ptr<SkSL::Statement> stmt) { in codeAppend() argument
/third_party/skia/tests/
H A DSkSLDSLTest.cpp133 static SkSL::String stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() argument
134 static SkSL::String stringize(DSLPossibleStatement& stmt) { return stmt.release()->description(); } in stringize() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dzero_init_workgroup_memory.cc94 const ast::Statement* stmt; member
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc797 bool GeneratorImpl::EmitBlock(const ast::BlockStatement* stmt) { in EmitBlock() argument
807 bool GeneratorImpl::EmitStatement(const ast::Statement* stmt) { in EmitStatement() argument
873 EmitAssign(const ast::AssignmentStatement* stmt) EmitAssign() argument
896 EmitCase(const ast::CaseStatement* stmt) EmitCase() argument
935 EmitIf(const ast::IfStatement* stmt) EmitIf() argument
976 EmitLoop(const ast::LoopStatement* stmt) EmitLoop() argument
999 EmitForLoop(const ast::ForLoopStatement* stmt) EmitForLoop() argument
1073 EmitReturn(const ast::ReturnStatement* stmt) EmitReturn() argument
1086 EmitSwitch(const ast::SwitchStatement* stmt) EmitSwitch() argument
[all...]

Completed in 23 milliseconds

1234567