Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Duser_comparator_wrapper.h57 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function
58 return user_comparator_->CanKeysWithDifferentByteContentsBeEqual(); in CanKeysWithDifferentByteContentsBeEqual()
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
/rocksdb-6.9/include/rocksdb/
Dcomparator.h99 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; } in CanKeysWithDifferentByteContentsBeEqual() function
/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown71 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; }
77 …ever treat different keys as equal; and 2) override the `CanKeysWithDifferentByteContentsBeEqual()…
/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc384 ->CanKeysWithDifferentByteContentsBeEqual() in Rep()