Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dindex_reader_common.cc14 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadIndexBlock()
35 bool no_io, GetContext* get_context, in GetOrReadIndexBlock()
Dfilter_block_reader_common.cc17 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadFilterBlock()
67 bool no_io, GetContext* get_context, in GetOrReadFilterBlock()
Duncompression_dict_reader.cc46 const ReadOptions& read_options, bool use_cache, GetContext* get_context, in ReadUncompressionDictionary()
77 FilePrefetchBuffer* prefetch_buffer, bool no_io, GetContext* get_context, in GetOrReadUncompressionDictionary()
Dpartitioned_filter_block.cc161 GetContext* get_context, BlockCacheLookupContext* lookup_context) { in KeyMayMatch()
176 GetContext* get_context, BlockCacheLookupContext* lookup_context) { in PrefixMayMatch()
217 bool no_io, GetContext* get_context, in GetFilterPartitionBlock()
251 GetContext* get_context, BlockCacheLookupContext* lookup_context, in MayMatch()
Dfilter_block.h113 GetContext* const get_context = iter->get_context; in KeysMayMatch() local
138 GetContext* const get_context = iter->get_context; in PrefixesMayMatch() local
Dfull_filter_block.cc109 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in KeyMayMatch()
150 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in PrefixMayMatch()
160 const Slice& entry, bool no_io, GetContext* get_context, in MayMatch()
Dblock_based_filter_block.cc202 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in KeyMayMatch()
214 const Slice* const /*const_ikey_ptr*/, GetContext* get_context, in PrefixMayMatch()
248 GetContext* get_context, BlockCacheLookupContext* lookup_context) const { in MayMatch()
Dbinary_search_index_reader.cc44 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
Ddata_block_hash_index_test.cc539 GetContext& get_context, Options& options) { in TestBoundary()
632 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
657 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
682 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
707 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
Dblock_based_table_reader_impl.h27 BlockType block_type, GetContext* get_context, in NewDataBlockIterator()
Dhash_index_reader.cc113 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
Dpartitioned_index_reader.cc46 IndexBlockIter* iter, GetContext* get_context, in NewIterator()
Dblock_based_table_reader.cc223 GetContext* get_context, in UpdateCacheHitMetrics()
334 GetContext* get_context, in UpdateCacheInsertionMetrics()
1328 IndexBlockIter* input_iter, GetContext* get_context, in NewIndexIterator()
1374 GetContext* get_context, BlockCacheLookupContext* lookup_context, in MaybeReadBlockAndLoadToCache()
1775 GetContext* get_context, BlockCacheLookupContext* lookup_context, in RetrieveBlock()
2065 const SliceTransform* prefix_extractor, GetContext* get_context, in FullFilterKeyMayMatch()
2117 GetContext* get_context, in Get()
2455 GetContext* get_context = miter->get_context; in MultiGet() local
/rocksdb-6.9/db/
Dcompacted_db_impl.cc38 GetContext get_context(user_comparator_, nullptr, nullptr, nullptr, in Get() local
71 GetContext get_context(user_comparator_, nullptr, nullptr, nullptr, in MultiGet() local
Dtable_cache.cc284 GetContext* get_context, in CreateRowCacheKeyPrefix()
318 size_t prefix_size, GetContext* get_context) { in GetFromRowCache()
356 GetContext* get_context, in Get()
467 GetContext* get_context = miter->get_context; in MultiGet() local
531 GetContext* get_context = miter->get_context; in MultiGet() local
Dversion_set.cc1757 GetContext get_context( in Get() local
1951 GetContext& get_context = *iter->get_context; in MultiGet() local
2026 GetContext& get_context = *iter->get_context; in MultiGet() local
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc125 GetContext get_context(ucomp, nullptr, nullptr, nullptr, in CreateCuckooFileAndCheckReader() local
350 GetContext get_context(ucmp, nullptr, nullptr, nullptr, GetContext::kNotFound, in TEST_F() local
458 GetContext get_context(nullptr, nullptr, nullptr, nullptr, in WriteFile() local
507 GetContext get_context(nullptr, nullptr, nullptr, nullptr, in ReadKeys() local
Dcuckoo_table_reader.cc145 const Slice& key, GetContext* get_context, in Get()
/rocksdb-6.9/tools/advisor/advisor/
Ddb_log_parser.py63 def get_context(self): member in Log
/rocksdb-6.9/table/
Dmock_table.cc38 GetContext* get_context, in Get()
Dget_context.cc360 GetContext* get_context, Cleanable* value_pinner) { in replayGetContextLog()
Dtable_reader_bench.cc176 GetContext get_context(ioptions.user_comparator, in TableReaderBenchmark() local
Dmultiget_context.h33 GetContext* get_context; member
Dtable_test.cc2531 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
2787 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
2962 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
3048 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
3074 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
4620 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
4646 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST_P() local
/rocksdb-6.9/table/plain/
Dplain_table_reader.cc555 GetContext* get_context, in Get()