Home
last modified time | relevance | path

Searched refs:mutable_cf_options_list (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Dversion_set.h839 autovector<const MutableCFOptions*> mutable_cf_options_list; variable
840 mutable_cf_options_list.emplace_back(&mutable_cf_options);
845 return LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu,
858 autovector<const MutableCFOptions*> mutable_cf_options_list; variable
859 mutable_cf_options_list.emplace_back(&mutable_cf_options);
862 return LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu,
871 const autovector<const MutableCFOptions*>& mutable_cf_options_list,
Dmemtable_list.h139 const autovector<const MutableCFOptions*>& mutable_cf_options_list,
379 const autovector<const MutableCFOptions*>& mutable_cf_options_list,
422 const autovector<const MutableCFOptions*>& mutable_cf_options_list,
Dmemtable_list_test.cc132 const autovector<const MutableCFOptions*>& mutable_cf_options_list, in Mock_InstallMemtableAtomicFlushResults() argument
183 &lists, cfds, mutable_cf_options_list, mems_list, &versions, &mutex, in Mock_InstallMemtableAtomicFlushResults()
807 autovector<const MutableCFOptions*> mutable_cf_options_list; in TEST_F() local
810 mutable_cf_options_list.emplace_back(new MutableCFOptions(options)); in TEST_F()
814 new MemTable(cmp, ioptions, *(mutable_cf_options_list.back()), &wb, in TEST_F()
883 tmp_options_list.push_back(mutable_cf_options_list[i]); in TEST_F()
906 for (auto& mutable_cf_options : mutable_cf_options_list) { in TEST_F()
Dflush_job_test.cc391 autovector<const MutableCFOptions*> mutable_cf_options_list; in TEST_F() local
393 mutable_cf_options_list.push_back(cfd->GetLatestMutableCFOptions()); in TEST_F()
397 nullptr /* imm_lists */, all_cfds, mutable_cf_options_list, mems_list, in TEST_F()
Dmemtable_list.cc645 const autovector<const MutableCFOptions*>& mutable_cf_options_list, in InstallMemtableAtomicFlushResults() argument
698 s = vset->LogAndApply(cfds, mutable_cf_options_list, edit_lists, mu, in InstallMemtableAtomicFlushResults()
Dversion_set_test.cc1277 autovector<const MutableCFOptions*> mutable_cf_options_list; in TEST_P() local
1285 mutable_cf_options_list.emplace_back(cfd->GetLatestMutableCFOptions()); in TEST_P()
1318 s = versions_->LogAndApply(cfds, mutable_cf_options_list, edit_lists, in TEST_P()
Dversion_set.cc4070 const autovector<const MutableCFOptions*>& mutable_cf_options_list, in LogAndApply() argument
4099 assert(static_cast<size_t>(num_cfds) == mutable_cf_options_list.size()); in LogAndApply()
4104 *mutable_cf_options_list[i], edit_lists[i]); in LogAndApply()
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc511 autovector<const MutableCFOptions*> mutable_cf_options_list; in AtomicFlushMemTablesToOutputFiles() local
518 mutable_cf_options_list.emplace_back(&all_mutable_cf_options[i]); in AtomicFlushMemTablesToOutputFiles()
524 nullptr /* imm_lists */, tmp_cfds, mutable_cf_options_list, mems_list, in AtomicFlushMemTablesToOutputFiles()
Ddb_impl.cc4189 autovector<const MutableCFOptions*> mutable_cf_options_list; in IngestExternalFiles() local
4199 mutable_cf_options_list.push_back(cfd->GetLatestMutableCFOptions()); in IngestExternalFiles()
4215 versions_->LogAndApply(cfds_to_commit, mutable_cf_options_list, in IngestExternalFiles()