Searched refs:left_operand (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/merge_operators/ |
| D | max.cc | 41 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() argument 44 if (left_operand.compare(right_operand) >= 0) { in PartialMerge() 45 new_value->assign(left_operand.data(), left_operand.size()); in PartialMerge()
|
| D | sortlist.cc | 31 bool SortList::PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() argument 36 MakeVector(left, left_operand); in PartialMerge()
|
| D | sortlist.h | 22 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand,
|
| /rocksdb-6.9/db/ |
| D | merge_operator.cc | 79 const Slice& left_operand, in PartialMerge() argument 83 return Merge(key, &left_operand, right_operand, new_value, logger); in PartialMerge()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | merge_operator.h | 252 bool PartialMerge(const Slice& key, const Slice& left_operand,
|