| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 231 if (get_context) { in UpdateCacheHitMetrics() 243 if (get_context) { in UpdateCacheHitMetrics() 252 if (get_context) { in UpdateCacheHitMetrics() 262 if (get_context) { in UpdateCacheHitMetrics() 272 if (get_context) { in UpdateCacheHitMetrics() 289 if (get_context) { in UpdateCacheMissMetrics() 298 if (get_context) { in UpdateCacheMissMetrics() 306 if (get_context) { in UpdateCacheMissMetrics() 314 if (get_context) { in UpdateCacheMissMetrics() 339 if (get_context) { in UpdateCacheInsertionMetrics() [all …]
|
| D | filter_block.h | 103 GetContext* get_context, 113 GetContext* const get_context = iter->get_context; in KeysMayMatch() local 115 get_context, lookup_context)) { in KeysMayMatch() 128 GetContext* get_context, 138 GetContext* const get_context = iter->get_context; in PrefixesMayMatch() local 141 block_offset, no_io, &ikey, get_context, in PrefixesMayMatch()
|
| D | block_based_table_reader.h | 126 GetContext* get_context, const SliceTransform* prefix_extractor, 195 IndexBlockIter* iter, GetContext* get_context, 257 void UpdateCacheHitMetrics(BlockType block_type, GetContext* get_context, 260 GetContext* get_context) const; 265 GetContext* get_context) const; 288 GetContext* get_context, BlockCacheLookupContext* lookup_context, 299 BlockType block_type, GetContext* get_context, 326 IndexBlockIter* input_iter, GetContext* get_context, 341 GetContext* get_context) const; 363 GetContext* get_context) const; [all …]
|
| D | partitioned_filter_block.cc | 161 GetContext* get_context, BlockCacheLookupContext* lookup_context) { in KeyMayMatch() argument 169 get_context, lookup_context, in KeyMayMatch() 176 GetContext* get_context, BlockCacheLookupContext* lookup_context) { in PrefixMayMatch() argument 187 get_context, lookup_context, in PrefixMayMatch() 217 bool no_io, GetContext* get_context, in GetFilterPartitionBlock() argument 242 BlockType::kFilter, get_context, lookup_context, in GetFilterPartitionBlock() 251 GetContext* get_context, BlockCacheLookupContext* lookup_context, in MayMatch() argument 255 GetOrReadFilterBlock(no_io, get_context, lookup_context, &filter_block); in MayMatch() 271 no_io, get_context, lookup_context, in MayMatch() 280 slice, prefix_extractor, block_offset, no_io, const_ikey_ptr, get_context, in MayMatch()
|
| D | partitioned_filter_block.h | 81 const Slice* const const_ikey_ptr, GetContext* get_context, 87 GetContext* get_context, 97 bool no_io, GetContext* get_context, 104 const Slice* const const_ikey_ptr, GetContext* get_context, 108 GetContext* get_context,
|
| D | data_block_hash_index_test.cc | 539 GetContext& get_context, Options& options) { in TestBoundary() argument 632 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local 636 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST() 637 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST() 657 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local 661 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST() 662 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST() 686 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST() 687 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST() 711 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST() [all …]
|
| D | full_filter_block.cc | 109 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in KeyMayMatch() argument 118 return MayMatch(key, no_io, get_context, lookup_context); in KeyMayMatch() 150 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in PrefixMayMatch() argument 156 return MayMatch(prefix, no_io, get_context, lookup_context); in PrefixMayMatch() 160 const Slice& entry, bool no_io, GetContext* get_context, in MayMatch() argument 165 GetOrReadFilterBlock(no_io, get_context, lookup_context, &filter_block); in MayMatch() 221 const Status s = GetOrReadFilterBlock(no_io, range->begin()->get_context, in MayMatch()
|
| D | index_reader_common.cc | 14 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadIndexBlock() argument 29 get_context, lookup_context, /* for_compaction */ false, use_cache); in ReadIndexBlock() 35 bool no_io, GetContext* get_context, in GetOrReadIndexBlock() argument 51 cache_index_blocks(), get_context, lookup_context, in GetOrReadIndexBlock()
|
| D | filter_block_reader_common.cc | 17 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadFilterBlock() argument 32 BlockType::kFilter, get_context, lookup_context, in ReadFilterBlock() 67 bool no_io, GetContext* get_context, in GetOrReadFilterBlock() argument 83 cache_filter_blocks(), get_context, lookup_context, in GetOrReadFilterBlock()
|
| D | uncompression_dict_reader.cc | 46 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadUncompressionDictionary() argument 62 BlockType::kCompressionDictionary, get_context, lookup_context, in ReadUncompressionDictionary() 77 FilePrefetchBuffer* prefetch_buffer, bool no_io, GetContext* get_context, in GetOrReadUncompressionDictionary() argument 93 cache_dictionary_blocks(), get_context, in GetOrReadUncompressionDictionary()
|
| D | block_based_filter_block.cc | 202 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in KeyMayMatch() argument 208 return MayMatch(key, block_offset, no_io, get_context, lookup_context); in KeyMayMatch() 214 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in PrefixMayMatch() argument 217 return MayMatch(prefix, block_offset, no_io, get_context, lookup_context); in PrefixMayMatch() 248 GetContext* get_context, BlockCacheLookupContext* lookup_context) const { in MayMatch() argument 252 GetOrReadFilterBlock(no_io, get_context, lookup_context, &filter_block); in MayMatch()
|
| D | block_based_filter_block.h | 96 const Slice* const const_ikey_ptr, GetContext* get_context, 102 GetContext* get_context, 115 GetContext* get_context,
|
| D | full_filter_block.h | 98 const Slice* const const_ikey_ptr, GetContext* get_context, 105 GetContext* get_context, 126 bool MayMatch(const Slice& entry, bool no_io, GetContext* get_context,
|
| D | block_based_table_reader_impl.h | 27 BlockType block_type, GetContext* get_context, in NewDataBlockIterator() argument 42 prefetch_buffer, no_io, get_context, lookup_context, in NewDataBlockIterator() 56 get_context, lookup_context, for_compaction, in NewDataBlockIterator()
|
| D | filter_block_reader_common.h | 35 GetContext* get_context, 44 Status GetOrReadFilterBlock(bool no_io, GetContext* get_context,
|
| D | uncompression_dict_reader.h | 34 FilePrefetchBuffer* prefetch_buffer, bool no_io, GetContext* get_context, 51 const ReadOptions& read_options, bool use_cache, GetContext* get_context,
|
| D | index_reader_common.h | 32 GetContext* get_context, 69 Status GetOrReadIndexBlock(bool no_io, GetContext* get_context,
|
| D | binary_search_index_reader.cc | 44 IndexBlockIter* iter, GetContext* get_context, in NewIterator() argument 50 GetOrReadIndexBlock(no_io, get_context, lookup_context, &index_block); in NewIterator()
|
| /rocksdb-6.9/db/ |
| D | table_cache.cc | 300 (get_context->has_callback() || in CreateRowCacheKeyPrefix() 356 GetContext* get_context, in Get() argument 373 get_context); in Get() 393 get_context->max_covering_tombstone_seq(); in Get() 407 get_context->SetReplayLog(nullptr); in Get() 410 get_context->MarkKeyMayExist(); in Get() 467 GetContext* get_context = miter->get_context; in MultiGet() local 470 get_context)) { in MultiGet() 515 iter->get_context->MarkKeyMayExist(); in MultiGet() 531 GetContext* get_context = miter->get_context; in MultiGet() local [all …]
|
| D | compacted_db_impl.cc | 38 GetContext get_context(user_comparator_, nullptr, nullptr, nullptr, in Get() local 43 &get_context, nullptr); in Get() 44 if (get_context.State() == GetContext::kFound) { in Get() 71 GetContext get_context(user_comparator_, nullptr, nullptr, nullptr, in MultiGet() local 75 r->Get(options, lkey.internal_key(), &get_context, nullptr); in MultiGet() 77 if (get_context.State() == GetContext::kFound) { in MultiGet()
|
| D | table_cache.h | 91 GetContext* get_context, 211 GetContext* get_context, IterKey& row_cache_key); 216 size_t prefix_size, GetContext* get_context);
|
| /rocksdb-6.9/table/ |
| D | get_context.cc.d | 1 table/get_context.cc.d table/get_context.o: table/get_context.cc \ 2 table/get_context.h db/dbformat.h db/lookup_key.h include/rocksdb/db.h \
|
| D | table_reader.h | 99 GetContext* get_context, 108 *iter->s = Get(readOptions, iter->ikey, iter->get_context,
|
| D | get_context.cc | 360 GetContext* get_context, Cleanable* value_pinner) { in replayGetContextLog() argument 374 get_context->SaveValue( in replayGetContextLog() 381 (void)get_context; in replayGetContextLog()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_reader_test.cc | 125 GetContext get_context(ucomp, nullptr, nullptr, nullptr, in CreateCuckooFileAndCheckReader() local 129 reader.Get(ReadOptions(), Slice(keys[i]), &get_context, nullptr)); in CreateCuckooFileAndCheckReader() 350 GetContext get_context(ucmp, nullptr, nullptr, nullptr, GetContext::kNotFound, in TEST_F() local 354 reader.Get(ReadOptions(), Slice(not_found_key), &get_context, nullptr)); in TEST_F() 458 GetContext get_context(nullptr, nullptr, nullptr, nullptr, in WriteFile() local 464 ASSERT_OK(reader.Get(r_options, Slice(keys[i]), &get_context, nullptr)); in WriteFile() 507 GetContext get_context(nullptr, nullptr, nullptr, nullptr, in ReadKeys() local 518 &get_context, nullptr); in ReadKeys() 524 &get_context, nullptr); in ReadKeys()
|