Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dcomparator.cc124 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function in ROCKSDB_NAMESPACE::__anondf8571150111::BytewiseComparatorImpl
198 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function in ROCKSDB_NAMESPACE::__anondf8571150111::ReverseBytewiseComparatorImpl
Duser_comparator_wrapper.h57 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function
/rocksdb-6.9/include/rocksdb/
Dcomparator.h99 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; } in CanKeysWithDifferentByteContentsBeEqual() function