| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | AbstractMutableOptions.java | 13 private final String[] values; field in AbstractMutableOptions 21 protected AbstractMutableOptions(final String[] keys, final String[] values) { in AbstractMutableOptions() 80 protected abstract T build(final String[] keys, final String[] values); in build() 84 final String values[] = new String[options.size()]; in build() local
|
| D | MutableDBOptions.java | 22 private MutableDBOptions(final String[] keys, final String[] values) { in MutableDBOptions() 138 final String[] values) { in build()
|
| D | MutableColumnFamilyOptions.java | 22 final String[] values) { in MutableColumnFamilyOptions() 185 final String[] values) { in build()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder_test.cc | 42 const std::vector<std::string>& values, in CheckFileContents() 187 std::vector<std::string> values; in TEST_F() local 241 std::vector<std::string> values = {"v01", "v02", "v03", "v04"}; in TEST_F() local 290 std::vector<std::string> values = {"v01", "v02", "v03", "v04"}; in TEST_F() local 344 std::vector<std::string> values = {"v01", "v02", "v03", "v04", "v05"}; in TEST_F() local 395 std::vector<std::string> values = {"v01", "v02", "v03", "v04", "v05"}; in TEST_F() local 445 std::vector<std::string> values = {"v01", "v02", "v03", "v04"}; in TEST_F() local 489 std::vector<std::string> values = {"v01", "v02", "v03", "v04"}; in TEST_F() local 535 std::vector<std::string> values = {"v01", "v02", "v03", "v04", "v05"}; in TEST_F() local
|
| /rocksdb-6.9/table/block_based/ |
| D | block_test.cc | 54 std::vector<std::string> *values, const int from, in GenerateRandomKVs() 80 std::vector<std::string> values; in TEST_F() local 133 const std::vector<std::string> &values, in GetBlockContents() 151 const std::vector<std::string> &values) { in CheckBlockContents() 190 std::vector<std::string> values; in TEST_F() local 206 std::vector<std::string> values; in TEST_F() local 360 std::vector<std::string> values; in TEST_F() local
|
| /rocksdb-6.9/db_stress_tool/ |
| D | batched_ops_stress.cc | 32 std::string values[10] = {"9", "8", "7", "6", "5", "4", "3", "2", "1", "0"}; in TestPut() local 122 std::string values[10]; in TestGet() local 183 std::vector<PinnableSlice> values(num_prefixes); in TestMultiGet() local 284 std::string values[10]; in TestPrefixScan() local
|
| D | no_batched_ops_stress.cc | 171 std::vector<PinnableSlice> values(num_keys); in TestMultiGet() local 541 std::vector<uint32_t> values; in TestIngestExternalFile() local
|
| /rocksdb-6.9/db/ |
| D | db_basic_test.cc | 185 std::vector<std::string> values; in TEST_F() local 843 std::vector<std::string> values; in TEST_F() local 1086 std::vector<std::string> values; in TEST_P() local 1173 std::vector<std::string> values; in TEST_P() local 1232 std::vector<std::string> values; in TEST_P() local 1392 std::vector<std::string> values; in TEST_F() local 1472 std::vector<std::string> values; in TEST_F() local 1545 std::vector<std::string> values; in TEST_P() local 1724 std::vector<PinnableSlice> values(10); in TEST_F() local 2148 std::vector<PinnableSlice> values(10); in TEST_P() local [all …]
|
| D | db_merge_operand_test.cc | 56 std::vector<PinnableSlice> values(num_records); in TEST_F() local
|
| D | merge_helper.h | 118 const std::vector<Slice>& values() const { in values() function
|
| D | db_compaction_test.cc | 296 std::vector<std::string> values; in TEST_P() local 344 std::vector<std::string> values; in TEST_P() local 409 std::vector<std::string> values; in TEST_F() local 556 std::vector<std::string> values; in TEST_P() local 674 std::vector<std::string> values; in TEST_F() local 749 std::vector<std::string> values; in TEST_P() local 868 std::vector<std::string> values; in TEST_P() local 1106 std::vector<std::string> values; in TEST_P() local 1916 std::vector<std::string> values; in TEST_P() local 2759 std::vector<std::string> values; in TEST_P() local [all …]
|
| D | db_range_del_test.cc | 109 std::vector<std::string> values; in TEST_F() local 157 std::vector<std::string> values; in TEST_F() local 363 std::vector<std::string> values; in TEST_F() local 423 std::vector<std::string> values; in TEST_F() local 1582 std::vector<std::string> values; in TEST_F() local 1621 std::vector<std::string> values; in TEST_F() local
|
| D | perf_context_test.cc | 270 std::vector<std::string> values; in ProfileQueries() local 304 std::vector<std::string> values; in ProfileQueries() local 418 std::vector<std::string> values; in ProfileQueries() local
|
| D | compacted_db_impl.cc | 52 const std::vector<Slice>& keys, std::vector<std::string>* values) { in MultiGet()
|
| D | merge_helper.cc | 378 const auto& values = merge_helper_->values(); in SeekToFirst() local
|
| D | range_del_aggregator_bench.cc | 144 std::vector<std::string> keys, values; in MakeRangeDelIterator() local
|
| D | range_tombstone_fragmenter.cc | 53 std::vector<std::string> keys, values; in FragmentedRangeTombstoneList() local
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | persistent_cache_test.h | 237 const int num_iter, std::vector<std::string>* values) { in Insert() 269 void Verify(const int num_iter, const std::vector<std::string>& values) { in Verify()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_base.h | 93 std::vector<std::string>* values) override { in MultiGet() 112 std::vector<std::string>* values) override { in MultiGetForUpdate()
|
| D | transaction_base.cc | 309 const std::vector<Slice>& keys, std::vector<std::string>* values) { in MultiGet() 325 PinnableSlice* values, Status* statuses, in MultiGet() 335 const std::vector<Slice>& keys, std::vector<std::string>* values) { in MultiGetForUpdate()
|
| /rocksdb-6.9/java/samples/src/main/java/ |
| D | RocksDBSample.java | 287 Map<byte[], byte[]> values = db.multiGet(keys); in main() local
|
| /rocksdb-6.9/util/ |
| D | vector_iterator.h | 18 VectorIterator(std::vector<std::string> keys, std::vector<std::string> values, in VectorIterator()
|
| D | coding_test.cc | 118 std::vector<uint64_t> values; in TEST() local
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | db_options_parser.py | 54 def get_option_str(key, values): argument
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db.h | 160 std::vector<std::string>* values) override { in MultiGet()
|