| /rocksdb-6.9/util/ |
| D | hash.h | 86 inline uint32_t fastrange32(uint32_t hash, uint32_t range) { in fastrange32() 95 inline size_t fastrange64(uint64_t hash, size_t range) { in fastrange64()
|
| D | hash_test.cc | 364 uint32_t fastrange32(uint32_t hash, uint32_t range) { in fastrange32() 369 size_t fastrange64(uint64_t hash, size_t range) { in fastrange64()
|
| /rocksdb-6.9/table/block_based/ |
| D | filter_block.h | 106 virtual void KeysMayMatch(MultiGetRange* range, in KeysMayMatch() 131 virtual void PrefixesMayMatch(MultiGetRange* range, in PrefixesMayMatch()
|
| D | full_filter_block.cc | 188 MultiGetRange* range, const SliceTransform* /*prefix_extractor*/, in KeysMayMatch() 205 MultiGetRange* range, const SliceTransform* prefix_extractor, in PrefixesMayMatch() 217 MultiGetRange* range, bool no_io, const SliceTransform* prefix_extractor, in MayMatch()
|
| D | block_based_table_reader.cc | 2099 MultiGetRange* range, const bool no_io, in FullFilterKeysMayMatch()
|
| /rocksdb-6.9/db/ |
| D | convenience.cc | 24 RangePtr range(begin, end); in DeleteFilesInRange() local
|
| D | memtable_list.cc | 118 MultiGetRange* range, ReadCallback* callback, in MultiGet()
|
| D | memtable.cc | 870 void MemTable::MultiGet(const ReadOptions& read_options, MultiGetRange* range, in MultiGet()
|
| D | version_set.cc | 356 FilePickerMultiGet(MultiGetRange* range, in FilePickerMultiGet() 1349 const Range* range, std::size_t n, TablePropertiesCollection* props) const { in GetPropertiesOfTablesInRange() argument 1877 void Version::MultiGet(const ReadOptions& read_options, MultiGetRange* range, in MultiGet()
|
| D | db_compaction_test.cc | 1830 RangePtr range; in TEST_F() local
|
| D | db_test.cc | 5628 for (const auto& range : ranges) { in TEST_F() local
|
| /rocksdb-6.9/table/ |
| D | multiget_context.h | 156 Iterator(const Range* range, size_t idx) in Iterator()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 1030 virtual void GetApproximateMemTableStats(const Range& range, in GetApproximateMemTableStats() 1038 const Range* range, int n, uint64_t* sizes, bool include_memtable) { in GetApproximateSizes() 1046 ColumnFamilyHandle* column_family, const Range* range, int n, in GetApproximateSizes()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | stackable_db.h | 236 const Range& range, in GetApproximateMemTableStats() 428 ColumnFamilyHandle* column_family, const Range* range, std::size_t n, in GetPropertiesOfTablesInRange()
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 205 protected void getRandomKey(byte[] key, long range) { in getRandomKey() 281 abstract protected void getKey(byte[] key, long id, long range); in getKey() 302 @Override protected void getKey(byte[] key, long id, long range) { in getKey() 322 @Override protected void getKey(byte[] key, long id, long range) { in getKey() 345 @Override protected void getKey(byte[] key, long id, long range) { in getKey()
|
| /rocksdb-6.9/test_util/ |
| D | fault_injection_test_env.cc | 94 int range = static_cast<int>(pos_ - sync_pos); in DropRandomUnsyncedData() local
|
| D | fault_injection_test_fs.cc | 56 int range = static_cast<int>(buffer_.size()); in DropRandomUnsyncedData() local
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 2187 MultiGetRange range = ctx.GetMultiGetRange(); in MultiGetImpl() local 2800 const Range* range, std::size_t n, in GetPropertiesOfTablesInRange() 3074 const Range& range, in GetApproximateMemTableStats() 3097 const Range* range, int n, uint64_t* sizes) { in GetApproximateSizes()
|
| D | db_impl_compaction_flush.cc | 693 Range range(*begin, *end); in CompactRange() local
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | RocksDBTest.java | 1530 final Range range = new Range( in getPropertiesOfTablesInRange() local 1560 final Range range = db.suggestCompactRange(cfHandles.get(0)); in suggestCompactRange() local
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 431 Range range; member
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RocksDB.java | 3039 final Range range) { in getApproximateMemTableStats() 3057 final Range range) { in getApproximateMemTableStats() 4208 final Range range = ranges.get(i); in toRangeSliceHandles() local
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_test_base.cc | 1289 Range range{Slice(key1_str), Slice(key2_str)}; in TestApproximateSize() local
|
| /rocksdb-6.9/java/rocksjni/ |
| D | rocksjni.cc | 2336 const ROCKSDB_NAMESPACE::Range range(*start, *limit); in Java_org_rocksdb_RocksDB_getApproximateMemTableStats() local
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 1809 UInt32 Random::Generate(UInt32 range) { in Generate()
|