Searched refs:CanKeysWithDifferentByteContentsBeEqual (Results 1 – 5 of 5) sorted by relevance
57 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function58 return user_comparator_->CanKeysWithDifferentByteContentsBeEqual(); in CanKeysWithDifferentByteContentsBeEqual()
124 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function in ROCKSDB_NAMESPACE::__anondf8571150111::BytewiseComparatorImpl198 bool CanKeysWithDifferentByteContentsBeEqual() const override { in CanKeysWithDifferentByteContentsBeEqual() function in ROCKSDB_NAMESPACE::__anondf8571150111::ReverseBytewiseComparatorImpl
99 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; } in CanKeysWithDifferentByteContentsBeEqual() function
71 virtual bool CanKeysWithDifferentByteContentsBeEqual() const { return true; }77 …ever treat different keys as equal; and 2) override the `CanKeysWithDifferentByteContentsBeEqual()…
384 ->CanKeysWithDifferentByteContentsBeEqual() in Rep()