Searched refs:opt_section_titles (Results 1 – 2 of 2) sorted by relevance
60 opt_section_titles[kOptionSectionVersion] + in PersistRocksDBOptions()68 writable->Append("\n[" + opt_section_titles[kOptionSectionDBOptions] + in PersistRocksDBOptions()80 writable->Append("\n[" + opt_section_titles[kOptionSectionCFOptions] + in PersistRocksDBOptions()92 writable->Append("[" + opt_section_titles[kOptionSectionTableOptions] + in PersistRocksDBOptions()158 if (title->find(opt_section_titles[i]) == 0) { in ParseSection()161 if (title->size() == opt_section_titles[i].size()) { in ParseSection()169 if (title->size() > opt_section_titles[i].size()) { in ParseSection()413 opt_section_titles[kOptionSectionTableOptions].size()), in EndSection()
32 static const std::string opt_section_titles[] = { variable