Home
last modified time | relevance | path

Searched refs:cf_map_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/trace_replay/
Dtrace_replay.cc179 cf_map_[cfh->GetID()] = cfh; in Replayer()
230 if (cf_id > 0 && cf_map_.find(cf_id) == cf_map_.end()) { in Replay()
238 db_->Get(roptions, cf_map_[cf_id], key, &value); in Replay()
245 if (cf_id > 0 && cf_map_.find(cf_id) == cf_map_.end()) { in Replay()
252 single_iter = db_->NewIterator(roptions, cf_map_[cf_id]); in Replay()
262 if (cf_id > 0 && cf_map_.find(cf_id) == cf_map_.end()) { in Replay()
269 single_iter = db_->NewIterator(roptions, cf_map_[cf_id]); in Replay()
Dtrace_replay.h176 std::unordered_map<uint32_t, ColumnFamilyHandle*> cf_map_; variable
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc266 cf_map_.reset(cf_map); in UpdateCFComparatorMap()
271 auto old_cf_map_ptr = cf_map_.get(); in UpdateCFComparatorMap()
282 cf_map_.reset(cf_map); in UpdateCFComparatorMap()
Dwrite_prepared_txn_db.h435 return cf_map_; in GetCFComparatorMap()
792 std::shared_ptr<std::map<uint32_t, const Comparator*>> cf_map_; variable