Searched defs:CanKeysWithDifferentByteContentsBeEqual (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/util/ | ||
| D | comparator.cc | 124 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function in ROCKSDB_NAMESPACE::__anondf8571150111::BytewiseComparatorImpl |
| D | user_comparator_wrapper.h | 57 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function |
| /rocksdb-6.9/include/rocksdb/ | ||
| D | comparator.h | 99 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; } in CanKeysWithDifferentByteContentsBeEqual() function |