Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc120 has_default_cf_options_ = false; in Reset()
303 has_default_cf_options_ |= is_default_cf; in CheckSection()
445 if (!has_default_cf_options_) { in ValidityCheck()
Doptions_parser.h140 bool has_default_cf_options_; variable