Searched defs:existing_value (Results 1 – 18 of 18) sorted by relevance
| /rocksdb-6.9/utilities/merge_operators/ |
| D | bytesxor.cc | 18 const Slice* existing_value, in Merge() 26 void BytesXOROperator::XOR(const Slice* existing_value, in XOR()
|
| D | uint64add.cc | 23 bool Merge(const Slice& /*key*/, const Slice* existing_value, in Merge()
|
| /rocksdb-6.9/utilities/compaction_filters/ |
| D | remove_emptyvalue_compactionfilter.cc | 21 const Slice& existing_value, in Filter()
|
| /rocksdb-6.9/utilities/cassandra/ |
| D | cassandra_compaction_filter.cc | 20 const Slice& existing_value, std::string* new_value, in FilterV2()
|
| /rocksdb-6.9/utilities/merge_operators/string_append/ |
| D | stringappend.cc | 25 const Slice* existing_value, in Merge()
|
| /rocksdb-6.9/examples/ |
| D | options_file_example.cc | 30 virtual bool Filter(int level, const Slice& key, const Slice& existing_value, in Filter()
|
| D | compaction_filter_example.cc | 35 const ROCKSDB_NAMESPACE::Slice& existing_value, in Filter()
|
| /rocksdb-6.9/db/ |
| D | merge_operator.cc | 59 const Slice* existing_value = merge_in.existing_value; in FullMergeV2() local
|
| D | manual_compaction_test.cc | 52 bool Filter(int /*level*/, const Slice& /*key*/, const Slice& existing_value, in Filter() argument
|
| D | merge_test.cc | 41 bool Merge(const Slice& key, const Slice* existing_value, const Slice& value, in Merge()
|
| D | c_test.c | 266 const char* existing_value, in CFilterFilter() 334 const char* existing_value, size_t existing_value_length, in MergeOperatorFullMerge()
|
| D | c.cc | 2965 const char* existing_value, size_t value_length, in rocksdb_compactionfilter_create() 3113 const char* existing_value, in rocksdb_mergeoperator_create()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | merge_operator.h | 91 const Slice* existing_value; member
|
| D | compaction_filter.h | 158 const Slice& existing_value, std::string* new_value, in FilterV2()
|
| /rocksdb-6.9/utilities/ |
| D | util_merge_operators_test.cc | 16 std::string FullMergeV2(std::string existing_value, in FullMergeV2()
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_compaction_filter.cc | 84 const Slice& key, const Slice& existing_value, in PrepareBlobOutput()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_iterator_test.cc | 379 const Slice& existing_value, std::string* /*new_value*/, in TEST_P() 561 const Slice& existing_value, std::string* /*new_value*/, in TEST_P()
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 6184 std::string existing_value; in XORUpdateRandom() local
|