Searched refs:cf_map_ (Results 1 – 4 of 4) sorted by relevance
179 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()
176 std::unordered_map<uint32_t, ColumnFamilyHandle*> cf_map_; variable
266 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()
435 return cf_map_; in GetCFComparatorMap()792 std::shared_ptr<std::map<uint32_t, const Comparator*>> cf_map_; variable