Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.h256 std::vector<Slice> operands_without_ts; in FullMergeV2() local
264 operands_without_ts.push_back(operand); in FullMergeV2()
265 operands_without_ts.back().remove_suffix(ts_len); in FullMergeV2()
277 operands_without_ts, merge_in.logger), in FullMergeV2()
281 MergeOperationInput(merge_in.key, nullptr, operands_without_ts, in FullMergeV2()
318 std::deque<Slice> operands_without_ts; in PartialMergeMulti() local
327 operands_without_ts.push_back( in PartialMergeMulti()
333 if (!user_merge_op_->PartialMergeMulti(key, operands_without_ts, new_value, in PartialMergeMulti()