Searched refs:AllowSingleOperand (Results 1 – 6 of 6) sorted by relevance
33 virtual bool AllowSingleOperand() const override { return true; } in AllowSingleOperand() function
208 virtual bool AllowSingleOperand() const { return false; } in AllowSingleOperand() function
17 … merge operand during compactions, by appropriately overriding `MergeOperator::AllowSingleOperand`.
47 allow_single_operand_ = user_merge_operator_->AllowSingleOperand(); in MergeHelper()
636 bool AllowSingleOperand() const override { return true; } in TEST_P() function in ROCKSDB_NAMESPACE::TEST_P::SingleMergeOp
589 … merge operand during compactions, by appropriately overriding `MergeOperator::AllowSingleOperand`.