Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc118 has_version_section_ = false; in Reset()
313 if (has_version_section_) { in CheckSection()
318 has_version_section_ = true; in CheckSection()
Doptions_parser.h138 bool has_version_section_; variable