Home
last modified time | relevance | path

Searched refs:left_operand (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/merge_operators/
Dmax.cc41 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()
Dsortlist.cc31 bool SortList::PartialMerge(const Slice& /*key*/, const Slice& left_operand, in PartialMerge() argument
36 MakeVector(left, left_operand); in PartialMerge()
Dsortlist.h22 bool PartialMerge(const Slice& /*key*/, const Slice& left_operand,
/rocksdb-6.9/db/
Dmerge_operator.cc79 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/
Dmerge_operator.h252 bool PartialMerge(const Slice& key, const Slice& left_operand,