| /rocksdb-6.9/utilities/persistent_cache/ |
| D | hash_table_test.cc | 34 struct Equal { struct 48 HashTable<Node, Hash, Equal> map_; 66 struct Equal { struct 80 EvictableHashTable<Node, Hash, Equal> map_;
|
| D | hash_table_evictable.h | 24 template <class T, class Hash, class Equal> 25 class EvictableHashTable : private HashTable<T*, Hash, Equal> { 27 typedef HashTable<T*, Hash, Equal> hash_table; 32 : HashTable<T*, Hash, Equal>(capacity, load_factor, nlocks),
|
| D | block_cache_tier_metadata.h | 111 struct Equal { struct 117 typedef HashTable<BlockInfo*, Hash, Equal> BlockIndexType; argument
|
| D | hash_table.h | 64 template <class T, class Hash, class Equal> 177 if (Equal()(*it, t)) { in Find()
|
| D | hash_table_bench.cc | 263 struct Equal { struct in ROCKSDB_NAMESPACE::GranularLockImpl 269 HashTable<Node, Hash, Equal> impl_;
|
| /rocksdb-6.9/util/ |
| D | user_comparator_wrapper.h | 32 bool Equal(const Slice& a, const Slice& b) const override { in Equal() function 34 return user_comparator_->Equal(a, b); in Equal()
|
| D | comparator.cc | 31 bool Equal(const Slice& a, const Slice& b) const override { return a == b; } in Equal() function in ROCKSDB_NAMESPACE::__anondf8571150111::BytewiseComparatorImpl
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_iterator.cc | 285 !cmp_->Equal(ikey_.user_key, current_user_key_)) { in NextFromInput() 408 cmp_->Equal(ikey_.user_key, next_ikey.user_key)) { in NextFromInput() 552 cmp_->Equal(ikey_.user_key, next_ikey.user_key) && in NextFromInput() 560 cmp_->Equal(ikey_.user_key, next_ikey.user_key)) { in NextFromInput()
|
| /rocksdb-6.9/memtable/ |
| D | hash_linklist_rep.cc | 232 bool Equal(const Slice& a, const Key& b) const { in Equal() function in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep 236 bool Equal(const Key& a, const Key& b) const { return (compare_(a, b) == 0); } in Equal() function in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep 679 assert(cur == nullptr || !Equal(x->key, cur->key)); in Insert() 799 return (x != nullptr && Equal(user_key, x->key)); in LinkListContains()
|
| D | skiplist.h | 143 bool Equal(const Key& a, const Key& b) const { return (compare_(a, b) == 0); } in Equal() function 456 assert(prev_[0]->Next(0) == nullptr || !Equal(key, prev_[0]->Next(0)->key)); 489 if (x != nullptr && Equal(key, x->key)) {
|
| D | inlineskiplist.h | 221 bool Equal(const char* a, const char* b) const { in Equal() function 949 if (x != nullptr && Equal(key, x->Key())) {
|
| D | memtablerep_bench.cc | 303 ->Equal(Slice(key_ptr, key_length - 8), in callback()
|
| /rocksdb-6.9/db/ |
| D | db_iter.cc | 475 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in MergeValuesNewToOld() 743 !user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKey() 905 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKeyUsingSeek() 962 if (!user_comparator_.Equal(ikey.user_key, saved_key_.GetUserKey())) { in FindValueForCurrentKeyUsingSeek() 1333 if (Valid() && user_comparator_.Equal(*iterate_upper_bound_, key())) { in SeekToLast()
|
| D | merge_helper.cc | 165 assert(user_comparator_->Equal(ikey.user_key, orig_ikey.user_key)); in MergeUntil() 167 } else if (!user_comparator_->Equal(ikey.user_key, orig_ikey.user_key)) { in MergeUntil()
|
| D | memtable.cc | 962 if (comparator_.comparator.user_comparator()->Equal( in Update() 1021 if (comparator_.comparator.user_comparator()->Equal( in UpdateCallback() 1092 if (!comparator_.comparator.user_comparator()->Equal( in CountSuccessiveMergeEntries()
|
| D | db_test_util.cc | 933 if (!last_options_.comparator->Equal(ikey.user_key, user_key)) { in AllEntriesFor()
|
| /rocksdb-6.9/table/ |
| D | merging_iterator.cc | 359 if (child.Valid() && comparator_->Equal(target, child.key())) { in SwitchToForward() 377 if (child.Valid() && comparator_->Equal(target, child.key())) { in SwitchToBackward()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_reader.cc | 157 if (ucomp_->Equal(Slice(unused_key_.data(), user_key.size()), in Get() 163 if (ucomp_->Equal(user_key, Slice(bucket, user_key.size()))) { in Get()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | comparator.h | 55 virtual bool Equal(const Slice& a, const Slice& b) const { in Equal() function
|
| /rocksdb-6.9/table/block_based/ |
| D | full_filter_block.cc | 320 if (!comparator->Equal(prefix, upper_bound_xform)) { in IsFilterCompatible()
|
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index.cc | 109 if (comparator_->Equal(delta_iterator_->Entry().key, in Next() 145 if (comparator_->Equal(delta_iterator_->Entry().key, in Prev()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_test.cc | 5573 bool Equal(const Slice& a, const Slice& b) const override { in Equal() function in ROCKSDB_NAMESPACE::ThreeBytewiseComparator
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 866 * Added Equal() method to the Comparator interface that can optionally be overwritten in cases wher…
|