Searched refs:GetSliceHash (Results 1 – 8 of 8) sorted by relevance
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder_test.cc | 26 uint64_t GetSliceHash(const Slice& s, uint32_t index, in GetSliceHash() function 174 GetSliceHash, 0 /* column_family_id */, in TEST_F() 217 GetSliceHash, 0 /* column_family_id */, in TEST_F() 267 GetSliceHash, 0 /* column_family_id */, in TEST_F() 371 GetSliceHash, 0 /* column_family_id */, in TEST_F() 422 GetSliceHash, 0 /* column_family_id */, in TEST_F() 466 GetSliceHash, 0 /* column_family_id */, in TEST_F() 511 GetSliceHash, 0 /* column_family_id */, in TEST_F() 558 GetSliceHash, 0 /* column_family_id */, in TEST_F() 604 GetSliceHash, 0 /* column_family_id */, in TEST_F() [all …]
|
| D | cuckoo_table_reader_test.cc | 59 uint64_t GetSliceHash(const Slice& s, uint32_t index, in GetSliceHash() function 100 GetSliceHash, 0 /* column_family_id */, kDefaultColumnFamilyName); in CreateCuckooFileAndCheckReader() 120 GetSliceHash); in CreateCuckooFileAndCheckReader() 150 GetSliceHash); in CheckIterator() 341 GetSliceHash); in TEST_F()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_reader.cc | 242 bloom_.AddHash(GetSliceHash(key.user_key)); in PopulateIndexRecordList() 246 prefix_hashes->push_back(GetSliceHash(prev_key_prefix_slice)); in PopulateIndexRecordList() 266 prefix_hashes->push_back(GetSliceHash(key_prefix_slice)); in PopulateIndexRecordList() 549 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() 567 if (!MatchBloom(GetSliceHash(GetUserKey(target)))) { in Get() 576 prefix_hash = GetSliceHash(prefix_slice); in Get() 703 prefix_hash = GetSliceHash(prefix_slice); in Seek()
|
| D | plain_table_builder.cc | 136 keys_or_prefixes_hashes_.push_back(GetSliceHash(internal_key.user_key)); in Add() 140 keys_or_prefixes_hashes_.push_back(GetSliceHash(prefix)); in Add()
|
| D | plain_table_index.cc | 77 prev_key_prefix_hash_ = GetSliceHash(key_prefix_slice); in AddKeyPrefix()
|
| /rocksdb-6.9/table/block_based/ |
| D | data_block_hash_index.cc | 23 uint32_t hash_value = GetSliceHash(key); in Add() 87 uint32_t hash_value = GetSliceHash(key); in Lookup()
|
| /rocksdb-6.9/util/ |
| D | hash.h | 68 inline uint32_t GetSliceHash(const Slice& s) { in GetSliceHash() function 81 uint32_t operator()(const Slice& s) const { return GetSliceHash(s); } in operator()
|
| D | filter_bench.cc | 127 using ROCKSDB_NAMESPACE::GetSliceHash; 375 uint32_t hash = GetSliceHash(kms_[0].Get(filter_id, i)); in Go() 439 uint32_t hash = GetSliceHash(kms_[0].Get(info.filter_id_, j)); in Go() 449 GetSliceHash(kms_[0].Get(info.filter_id_, j | 0x80000000)); in Go() 628 uint32_t hash = GetSliceHash(batch_slices[i]); in RandomQueryTest()
|