Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc231 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 …]
Dfilter_block.h103 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()
Dblock_based_table_reader.h126 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 …]
Dpartitioned_filter_block.cc161 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()
Dpartitioned_filter_block.h81 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,
Ddata_block_hash_index_test.cc539 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 …]
Dfull_filter_block.cc109 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()
Dindex_reader_common.cc14 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()
Dfilter_block_reader_common.cc17 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()
Duncompression_dict_reader.cc46 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()
Dblock_based_filter_block.cc202 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()
Dblock_based_filter_block.h96 const Slice* const const_ikey_ptr, GetContext* get_context,
102 GetContext* get_context,
115 GetContext* get_context,
Dfull_filter_block.h98 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,
Dblock_based_table_reader_impl.h27 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()
Dfilter_block_reader_common.h35 GetContext* get_context,
44 Status GetOrReadFilterBlock(bool no_io, GetContext* get_context,
Duncompression_dict_reader.h34 FilePrefetchBuffer* prefetch_buffer, bool no_io, GetContext* get_context,
51 const ReadOptions& read_options, bool use_cache, GetContext* get_context,
Dindex_reader_common.h32 GetContext* get_context,
69 Status GetOrReadIndexBlock(bool no_io, GetContext* get_context,
Dbinary_search_index_reader.cc44 IndexBlockIter* iter, GetContext* get_context, in NewIterator() argument
50 GetOrReadIndexBlock(no_io, get_context, lookup_context, &index_block); in NewIterator()
/rocksdb-6.9/db/
Dtable_cache.cc300 (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 …]
Dcompacted_db_impl.cc38 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()
Dtable_cache.h91 GetContext* get_context,
211 GetContext* get_context, IterKey& row_cache_key);
216 size_t prefix_size, GetContext* get_context);
/rocksdb-6.9/table/
Dget_context.cc.d1 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 \
Dtable_reader.h99 GetContext* get_context,
108 *iter->s = Get(readOptions, iter->ikey, iter->get_context,
Dget_context.cc360 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/
Dcuckoo_table_reader_test.cc125 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()

12345678910>>...22