Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/
Dutil_merge_operators_test.cc54 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/
Dmerge_operator.cc40 if (!PartialMerge(key, temp_slice, operand, &temp_value, logger)) { in PartialMergeMulti()
77 bool AssociativeMergeOperator::PartialMerge( in PartialMerge() function in ROCKSDB_NAMESPACE::AssociativeMergeOperator
Dmerge_test.cc50 return mergeOperator_->PartialMerge( in Merge()
/rocksdb-6.9/include/rocksdb/
Dmerge_operator.h163 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/
Dsortlist.h22 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand,
Dmax.cc41 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() function in __anon2ed2ae5e0111::MaxOperator
Dput.cc35 bool PartialMerge(const Slice& /*key*/, const Slice& /*left_operand*/, in PartialMerge() function in __anon3739e0d10111::PutOperator
Dsortlist.cc31 bool SortList::PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() function in ROCKSDB_NAMESPACE::SortList