Home
last modified time | relevance | path

Searched defs:PartialMerge (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/utilities/merge_operators/
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
/rocksdb-6.9/db/
Dmerge_operator.cc77 bool AssociativeMergeOperator::PartialMerge( in PartialMerge() function in ROCKSDB_NAMESPACE::AssociativeMergeOperator
/rocksdb-6.9/include/rocksdb/
Dmerge_operator.h163 virtual bool PartialMerge(const Slice& /*key*/, const Slice& /*left_operand*/, in PartialMerge() function
/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