Lines Matching refs:section_arg
277 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()
408 section_arg); in EndSection()