Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 25) sorted by relevance

/rocksdb-6.9/util/
Dhash.h86 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()
Dhash_test.cc364 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/
Dfilter_block.h106 virtual void KeysMayMatch(MultiGetRange* range, in KeysMayMatch()
131 virtual void PrefixesMayMatch(MultiGetRange* range, in PrefixesMayMatch()
Dfull_filter_block.cc188 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()
Dblock_based_table_reader.cc2099 MultiGetRange* range, const bool no_io, in FullFilterKeysMayMatch()
/rocksdb-6.9/db/
Dconvenience.cc24 RangePtr range(begin, end); in DeleteFilesInRange() local
Dmemtable_list.cc118 MultiGetRange* range, ReadCallback* callback, in MultiGet()
Dmemtable.cc870 void MemTable::MultiGet(const ReadOptions& read_options, MultiGetRange* range, in MultiGet()
Dversion_set.cc356 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()
Ddb_compaction_test.cc1830 RangePtr range; in TEST_F() local
Ddb_test.cc5628 for (const auto& range : ranges) { in TEST_F() local
/rocksdb-6.9/table/
Dmultiget_context.h156 Iterator(const Range* range, size_t idx) in Iterator()
/rocksdb-6.9/include/rocksdb/
Ddb.h1030 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/
Dstackable_db.h236 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/
DDbBenchmark.java205 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/
Dfault_injection_test_env.cc94 int range = static_cast<int>(pos_ - sync_pos); in DropRandomUnsyncedData() local
Dfault_injection_test_fs.cc56 int range = static_cast<int>(buffer_.size()); in DropRandomUnsyncedData() local
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2187 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()
Ddb_impl_compaction_flush.cc693 Range range(*begin, *end); in CompactRange() local
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DRocksDBTest.java1530 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/
Dcompaction_job.cc431 Range range; member
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DRocksDB.java3039 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/
Ddb_stress_test_base.cc1289 Range range{Slice(key1_str), Slice(key2_str)}; in TestApproximateSize() local
/rocksdb-6.9/java/rocksjni/
Drocksjni.cc2336 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/
Dgtest-all.cc1809 UInt32 Random::Generate(UInt32 range) { in Generate()