Home
last modified time | relevance | path

Searched defs:AllowSingleOperand (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/cassandra/
Dmerge_operator.h33 virtual bool AllowSingleOperand() const override { return true; } in AllowSingleOperand() function
/rocksdb-6.9/include/rocksdb/
Dmerge_operator.h208 virtual bool AllowSingleOperand() const { return false; } in AllowSingleOperand() function
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc636 bool AllowSingleOperand() const override { return true; } in TEST_P() function in ROCKSDB_NAMESPACE::TEST_P::SingleMergeOp