Searched defs:PartialMerge (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/utilities/merge_operators/ | ||
| 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 |
| /rocksdb-6.9/db/ | ||
| D | merge_operator.cc | 77 bool AssociativeMergeOperator::PartialMerge( in PartialMerge() function in ROCKSDB_NAMESPACE::AssociativeMergeOperator |
| /rocksdb-6.9/include/rocksdb/ | ||
| D | merge_operator.h | 163 virtual bool PartialMerge(const Slice& /*key*/, const Slice& /*left_operand*/, in PartialMerge() function |
| /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 |