Home
last modified time | relevance | path

Searched refs:cf_opts_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/options/
Doptions_parser.h62 const std::vector<ColumnFamilyOptions>* cf_opts() const { return &cf_opts_; } in cf_opts()
72 size_t NumColumnFamilies() { return cf_opts_.size(); } in NumColumnFamilies()
123 assert(cf_names_.size() == cf_opts_.size()); in GetCFOptionsImpl()
126 return &cf_opts_[i]; in GetCFOptionsImpl()
136 std::vector<ColumnFamilyOptions> cf_opts_; variable
Doptions_parser.cc116 cf_opts_.clear(); in Reset()
288 if (cf_opts_.size() == 0 && !is_default_cf) { in CheckSection()
293 } else if (cf_opts_.size() != 0 && is_default_cf) { in CheckSection()
392 cf_opts_.emplace_back(); in EndSection()
394 &cf_opts_.back(), true, in EndSection()