Searched defs:options_map (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_options_test.cc | 37 std::unordered_map<std::string, std::string> options_map; in GetMutableDBOptionsMap() local 53 std::unordered_map<std::string, std::string> options_map; in GetMutableCFOptionsMap() local
|
| D | column_family.cc | 1322 const std::unordered_map<std::string, std::string>& options_map) { in SetOptions()
|
| D | c.cc | 2133 std::unordered_map<std::string, std::string> options_map; in rocksdb_set_options() local 2142 std::unordered_map<std::string, std::string> options_map; in rocksdb_set_options_cf() local
|
| /rocksdb-6.9/options/ |
| D | options_helper.cc | 791 const std::unordered_map<std::string, std::string>& options_map, in GetMutableOptionsFromStrings() 828 const std::unordered_map<std::string, std::string>& options_map, in GetMutableDBOptionsFromStrings()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 908 const std::unordered_map<std::string, std::string>& options_map) { in SetOptions() 972 const std::unordered_map<std::string, std::string>& options_map) { in SetDBOptions()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2457 std::unordered_map<std::string, std::string> options_map; in Java_org_rocksdb_RocksDB_setOptions() local 2517 std::unordered_map<std::string, std::string> options_map; in Java_org_rocksdb_RocksDB_setDBOptions() local
|