Home
last modified time | relevance | path

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

/rocksdb-6.9/options/
Doptions_parser.cc277 const std::string& section_arg, in CheckSection() argument
287 bool is_default_cf = (section_arg == kDefaultColumnFamilyName); in CheckSection()
298 } else if (GetCFOptions(section_arg) != nullptr) { in CheckSection()
305 if (GetCFOptions(section_arg) == nullptr) { in CheckSection()
310 section_arg); in CheckSection()
376 const std::string& section_arg, in EndSection() argument
390 assert(GetCFOptions(section_arg) == nullptr); in EndSection()
391 cf_names_.emplace_back(section_arg); in EndSection()
402 assert(GetCFOptions(section_arg) != nullptr); in EndSection()
403 auto* cf_opt = GetCFOptionsImpl(section_arg); in EndSection()
[all …]
Doptions_parser.h104 const std::string& section_arg, const int line_num);
110 const std::string& section_arg,