Home
last modified time | relevance | path

Searched refs:OptionsSanityCheckLevel (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/options/
Doptions_sanity_check.h16 enum OptionsSanityCheckLevel : unsigned char { enum
27 static const std::unordered_map<std::string, OptionsSanityCheckLevel>
31 static const std::unordered_map<std::string, OptionsSanityCheckLevel>
38 static const std::unordered_map<std::string, OptionsSanityCheckLevel>
41 OptionsSanityCheckLevel DBOptionSanityCheckLevel(
43 OptionsSanityCheckLevel CFOptionSanityCheckLevel(
45 OptionsSanityCheckLevel BBTOptionSanityCheckLevel(
Doptions_sanity_check.cc13 OptionsSanityCheckLevel SanityCheckLevelHelper( in SanityCheckLevelHelper()
14 const std::unordered_map<std::string, OptionsSanityCheckLevel>& smap, in SanityCheckLevelHelper()
21 OptionsSanityCheckLevel DBOptionSanityCheckLevel( in DBOptionSanityCheckLevel()
26 OptionsSanityCheckLevel CFOptionSanityCheckLevel( in CFOptionSanityCheckLevel()
31 OptionsSanityCheckLevel BBTOptionSanityCheckLevel( in BBTOptionSanityCheckLevel()
Doptions_parser.h78 OptionsSanityCheckLevel sanity_check_level = kSanityLevelExactMatch,
84 OptionsSanityCheckLevel sanity_check_level = kSanityLevelExactMatch);
89 OptionsSanityCheckLevel sanity_check_level = kSanityLevelExactMatch);
93 OptionsSanityCheckLevel sanity_check_level = kSanityLevelExactMatch);
Doptions_parser.cc662 OptionsSanityCheckLevel sanity_check_level, bool ignore_unknown_options) { in VerifyRocksDBOptionsFromFile()
741 OptionsSanityCheckLevel sanity_check_level) { in VerifyDBOptions()
779 OptionsSanityCheckLevel sanity_check_level) { in VerifyCFOptions()
815 OptionsSanityCheckLevel sanity_check_level) { in VerifyTableFactory()
Doptions_test.cc1756 OptionsSanityCheckLevel level) { in SanityCheckCFOptions()
/rocksdb-6.9/utilities/options/
Doptions_util.cc105 const OptionsSanityCheckLevel kDefaultLevel = kSanityLevelLooselyCompatible; in CheckOptionsCompatibility()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.h94 OptionsSanityCheckLevel sanity_check_level);
Dblock_based_table_factory.cc596 OptionsSanityCheckLevel sanity_check_level) { in VerifyBlockBasedTableFactory()