Searched refs:PartialMerge (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/utilities/ |
| D | util_merge_operators_test.cc | 54 std::string PartialMerge(std::string left, std::string right, in PartialMerge() function in ROCKSDB_NAMESPACE::UtilMergeOperatorTest 58 merge_operator_->PartialMerge(key, left, right, &result, nullptr); in PartialMerge() 89 EXPECT_EQ("b", PartialMerge("a", "b")); in TEST_F() 90 EXPECT_EQ("z", PartialMerge("z", "azzz")); in TEST_F() 91 EXPECT_EQ("a", PartialMerge("a", "")); in TEST_F()
|
| /rocksdb-6.9/db/ |
| D | merge_operator.cc | 40 if (!PartialMerge(key, temp_slice, operand, &temp_value, logger)) { in PartialMergeMulti() 77 bool AssociativeMergeOperator::PartialMerge( in PartialMerge() function in ROCKSDB_NAMESPACE::AssociativeMergeOperator
|
| D | merge_test.cc | 50 return mergeOperator_->PartialMerge( in Merge()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | merge_operator.h | 163 virtual bool PartialMerge(const Slice& /*key*/, const Slice& /*left_operand*/, in PartialMerge() function 252 bool PartialMerge(const Slice& key, const Slice& left_operand,
|
| /rocksdb-6.9/utilities/merge_operators/ |
| D | sortlist.h | 22 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand,
|
| D | max.cc | 41 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() function in __anon2ed2ae5e0111::MaxOperator
|
| D | put.cc | 35 bool PartialMerge(const Slice& /*key*/, const Slice& /*left_operand*/, in PartialMerge() function in __anon3739e0d10111::PutOperator
|
| D | sortlist.cc | 31 bool SortList::PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() function in ROCKSDB_NAMESPACE::SortList
|