Searched refs:GetSelectVBucket (Results 1 – 4 of 4) sorted by relevance
214 ASSERT_EQ(SQLiteRelationalUtils::GetSelectVBucket(statement, data), -E_INVALID_ARGS);217 EXPECT_EQ(SQLiteRelationalUtils::GetSelectVBucket(statement, data), E_OK);
38 static int GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket);
238 int SQLiteRelationalUtils::GetSelectVBucket(sqlite3_stmt *stmt, VBucket &bucket) in GetSelectVBucket() function in DistributedDB::SQLiteRelationalUtils
430 errCode = SQLiteRelationalUtils::GetSelectVBucket(statement, bucket); in ExecuteSql()