Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc119 has_db_options_ = false; in Reset()
280 if (has_db_options_) { in CheckSection()
285 has_db_options_ = true; in CheckSection()
441 if (!has_db_options_) { in ValidityCheck()
Doptions_parser.h139 bool has_db_options_; variable