Home
last modified time | relevance | path

Searched refs:batch_ (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/write_batch_with_index/
H A Dwrite_batch_with_index_test.cc263 batch_->Delete(cf, key); in AddToBatch()
529 batch_->Clear(); in TEST_F()
771 batch_->Clear(); in TEST_P()
1660 batch_->SetSavePoint(); // 1 in TEST_P()
1673 batch_->SetSavePoint(); // 2 in TEST_P()
1687 batch_->SetSavePoint(); // 3 in TEST_P()
1688 batch_->SetSavePoint(); // 4 in TEST_P()
1714 batch_->SetSavePoint(); // 5 in TEST_P()
1736 batch_->SetSavePoint(); // 6 in TEST_P()
1738 batch_->Clear(); in TEST_P()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/write_batch_with_index/
H A Dwrite_batch_with_index_test.cc263 batch_->Delete(cf, key); in AddToBatch()
529 batch_->Clear(); in TEST_F()
771 batch_->Clear(); in TEST_P()
1660 batch_->SetSavePoint(); // 1 in TEST_P()
1673 batch_->SetSavePoint(); // 2 in TEST_P()
1687 batch_->SetSavePoint(); // 3 in TEST_P()
1688 batch_->SetSavePoint(); // 4 in TEST_P()
1714 batch_->SetSavePoint(); // 5 in TEST_P()
1736 batch_->SetSavePoint(); // 6 in TEST_P()
1738 batch_->Clear(); in TEST_P()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/write_batch_with_index/
H A Dwrite_batch_with_index_test.cc263 batch_->Delete(cf, key); in AddToBatch()
529 batch_->Clear(); in TEST_F()
771 batch_->Clear(); in TEST_P()
1660 batch_->SetSavePoint(); // 1 in TEST_P()
1673 batch_->SetSavePoint(); // 2 in TEST_P()
1687 batch_->SetSavePoint(); // 3 in TEST_P()
1688 batch_->SetSavePoint(); // 4 in TEST_P()
1714 batch_->SetSavePoint(); // 5 in TEST_P()
1736 batch_->SetSavePoint(); // 6 in TEST_P()
1738 batch_->Clear(); in TEST_P()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/write_batch_with_index/
H A Dwrite_batch_with_index_test.cc263 batch_->Delete(cf, key); in AddToBatch()
529 batch_->Clear(); in TEST_F()
771 batch_->Clear(); in TEST_P()
1660 batch_->SetSavePoint(); // 1 in TEST_P()
1673 batch_->SetSavePoint(); // 2 in TEST_P()
1687 batch_->SetSavePoint(); // 3 in TEST_P()
1688 batch_->SetSavePoint(); // 4 in TEST_P()
1714 batch_->SetSavePoint(); // 5 in TEST_P()
1736 batch_->SetSavePoint(); // 6 in TEST_P()
1738 batch_->Clear(); in TEST_P()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/write_batch_with_index/
H A Dwrite_batch_with_index_test.cc263 batch_->Delete(cf, key); in AddToBatch()
529 batch_->Clear(); in TEST_F()
771 batch_->Clear(); in TEST_P()
1660 batch_->SetSavePoint(); // 1 in TEST_P()
1673 batch_->SetSavePoint(); // 2 in TEST_P()
1687 batch_->SetSavePoint(); // 3 in TEST_P()
1688 batch_->SetSavePoint(); // 4 in TEST_P()
1714 batch_->SetSavePoint(); // 5 in TEST_P()
1736 batch_->SetSavePoint(); // 6 in TEST_P()
1738 batch_->Clear(); in TEST_P()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/csv/
H A Dparser.cc191 batch_(num_cols) {} in BlockParserImpl()
210 batch_.num_rows_ + batch_.num_skipped_rows(); in HandleInvalidRow()
221 DCHECK_GE(batch_.num_rows_, batch_.skipped_rows_.back()); in HandleInvalidRow()
225 batch_.skipped_rows_.push_back(batch_.num_rows_); in HandleInvalidRow()
359 ++batch_.num_rows_; in ParseLine()
384 ++batch_.num_rows_; in ParseLine()
423 batch_ = DataBatch{batch_.num_cols_}; in ParseSpecialized()
489 batch_.parsed_size_ = static_cast<int32_t>(batch_.parsed_buffer_->size()); in ParseSpecialized()
490 batch_.parsed_ = batch_.parsed_buffer_->data(); in ParseSpecialized()
495 DCHECK_EQ(values_size_, batch_.num_rows_ * batch_.num_cols_); in ParseSpecialized()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/csv/
H A Dparser.cc299 if (batch_.num_cols_ == -1) { in ParseLine()
305 ++batch_.num_rows_; in ParseLine()
323 batch_.num_cols_ = 1; in ParseLine()
330 ++batch_.num_rows_; in ParseLine()
369 batch_ = DataBatch{batch_.num_cols_}; in ParseSpecialized()
435 batch_.parsed_size_ = static_cast<int32_t>(batch_.parsed_buffer_->size()); in ParseSpecialized()
436 batch_.parsed_ = batch_.parsed_buffer_->data(); in ParseSpecialized()
438 if (batch_.num_cols_ == -1) { in ParseSpecialized()
441 DCHECK_EQ(values_size_, batch_.num_rows_ * batch_.num_cols_); in ParseSpecialized()
443 if (batch_.num_rows_ > 0) { in ParseSpecialized()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dstatic_shape.h40 StaticShape() : batch_(0), height_(0), width_(0), depth_(0), loss_type_(LT_NONE) {} in StaticShape()
42 return batch_; in batch()
45 batch_ = value; in set_batch()
72 batch_ = batch; in SetShape()
79 tprintf("Batch=%d, Height=%d, Width=%d, Depth=%d, loss=%d\n", batch_, height_, width_, depth_, in Print()
85 bool result = fp->DeSerialize(&batch_) && fp->DeSerialize(&height_) && in DeSerialize()
93 return fp->Serialize(&batch_) && fp->Serialize(&height_) && fp->Serialize(&width_) && in Serialize()
102 int32_t batch_;
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_drawlist.cc68 batch_ = NULL; in GLDrawList()
96 batch_ = NULL; in init()
131 if (batch != batch_) { in append()
134 batch_ = batch; in append()
136 GLIndexBuf *el = batch_->elem_(); in append()
187 GLenum prim = to_gl(batch_->prim_type); in submit()
196 batch_->bind(0); in submit()
199 GLenum gl_type = to_gl(batch_->elem_()->index_type_); in submit()
213 batch_->draw(cmd->v_first, cmd->v_count, cmd->i_first, cmd->i_count); in submit()
221 batch_->draw(cmd->v_first, cmd->v_count, cmd->i_first, cmd->i_count); in submit()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h225 : batch_(batch), in LocalSavePoint()
242 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
243 batch_->rep_.resize(savepoint_.size); in commit()
244 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
245 if (batch_->prot_info_ != nullptr) { in commit()
246 batch_->prot_info_->entries_.resize(savepoint_.count); in commit()
248 batch_->content_flags_.store(savepoint_.content_flags, in commit()
256 WriteBatch* batch_;
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Dwrite_batch_internal.h225 : batch_(batch), in LocalSavePoint()
242 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
243 batch_->rep_.resize(savepoint_.size); in commit()
244 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
245 if (batch_->prot_info_ != nullptr) { in commit()
246 batch_->prot_info_->entries_.resize(savepoint_.count); in commit()
248 batch_->content_flags_.store(savepoint_.content_flags, in commit()
256 WriteBatch* batch_;
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Dwrite_batch_internal.h225 : batch_(batch), in LocalSavePoint()
242 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
243 batch_->rep_.resize(savepoint_.size); in commit()
244 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
245 if (batch_->prot_info_ != nullptr) { in commit()
246 batch_->prot_info_->entries_.resize(savepoint_.count); in commit()
248 batch_->content_flags_.store(savepoint_.content_flags, in commit()
256 WriteBatch* batch_;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h225 : batch_(batch), in LocalSavePoint()
242 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
243 batch_->rep_.resize(savepoint_.size); in commit()
244 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
245 if (batch_->prot_info_ != nullptr) { in commit()
246 batch_->prot_info_->entries_.resize(savepoint_.count); in commit()
248 batch_->content_flags_.store(savepoint_.content_flags, in commit()
256 WriteBatch* batch_;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h225 : batch_(batch), in LocalSavePoint()
242 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
243 batch_->rep_.resize(savepoint_.size); in commit()
244 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
245 if (batch_->prot_info_ != nullptr) { in commit()
246 batch_->prot_info_->entries_.resize(savepoint_.count); in commit()
248 batch_->content_flags_.store(savepoint_.content_flags, in commit()
256 WriteBatch* batch_;
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dadapter.h193 CSRAdapterBatch batch_;
247 DenseAdapterBatch batch_;
305 ArrayAdapterBatch batch_;
391 return batch_; in Value()
401 CSRArrayAdapterBatch batch_;
469 CSCAdapterBatch batch_;
599 DataTableAdapterBatch batch_;
656 batch_.reset(); in BeforeFirst()
672 std::unique_ptr<FileAdapterBatch> batch_; variable
709 return *batch_.get(); in Value()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dadapter.h193 CSRAdapterBatch batch_;
247 DenseAdapterBatch batch_;
305 ArrayAdapterBatch batch_;
391 return batch_; in Value()
401 CSRArrayAdapterBatch batch_;
469 CSCAdapterBatch batch_;
599 DataTableAdapterBatch batch_;
656 batch_.reset(); in BeforeFirst()
672 std::unique_ptr<FileAdapterBatch> batch_; variable
709 return *batch_.get(); in Value()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/reading_list/core/
H A Dreading_list_store.cc65 batch_ = store_->CreateWriteBatch(); in BeginTransaction()
73 store_->CommitWriteBatch(std::move(batch_), in CommitTransaction()
76 batch_.reset(); in CommitTransaction()
100 batch_->GetMetadataChangeList()); in SaveEntry()
107 batch_->DeleteData(entry.URL().spec()); in RemoveEntry()
112 batch_->GetMetadataChangeList()); in RemoveEntry()
238 batch_->WriteData(merged_entry->URL().spec(), in MergeSyncData()
275 batch_->TakeMetadataChangesFrom(std::move(metadata_change_list)); in MergeSyncData()
295 batch_->DeleteData(change->storage_key()); in ApplySyncChanges()
325 batch_->WriteData(merged_entry->URL().spec(), in ApplySyncChanges()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/reading_list/core/
H A Dreading_list_store.cc65 batch_ = store_->CreateWriteBatch(); in BeginTransaction()
73 store_->CommitWriteBatch(std::move(batch_), in CommitTransaction()
76 batch_.reset(); in CommitTransaction()
100 batch_->GetMetadataChangeList()); in SaveEntry()
107 batch_->DeleteData(entry.URL().spec()); in RemoveEntry()
112 batch_->GetMetadataChangeList()); in RemoveEntry()
238 batch_->WriteData(merged_entry->URL().spec(), in MergeSyncData()
275 batch_->TakeMetadataChangesFrom(std::move(metadata_change_list)); in MergeSyncData()
295 batch_->DeleteData(change->storage_key()); in ApplySyncChanges()
325 batch_->WriteData(merged_entry->URL().spec(), in ApplySyncChanges()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Dwrite_batch_internal.h215 : batch_(batch), in LocalSavePoint()
232 if (batch_->max_bytes_ && batch_->rep_.size() > batch_->max_bytes_) { in commit()
233 batch_->rep_.resize(savepoint_.size); in commit()
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()
235 batch_->content_flags_.store(savepoint_.content_flags, in commit()
243 WriteBatch* batch_;

12345678910