Searched refs:section_arg (Results 1 – 2 of 2) sorted by relevance
277 const std::string& section_arg, in CheckSection() argument287 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() argument390 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 …]
104 const std::string& section_arg, const int line_num);110 const std::string& section_arg,