Home
last modified time | relevance | path

Searched refs:get_rep (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/table/block_based/
Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
Dfilter_block_reader_common.cc26 const BlockBasedTable::Rep* const rep = table->get_rep(); in ReadFilterBlock()
43 const BlockBasedTable::Rep* const rep = table_->get_rep(); in table_prefix_extractor()
52 assert(table_->get_rep()); in whole_key_filtering()
54 return table_->get_rep()->whole_key_filtering; in whole_key_filtering()
60 assert(table_->get_rep()); in cache_filter_blocks()
62 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_filter_blocks()
Dpartitioned_filter_block.cc137 assert(table->get_rep()); in Create()
198 table()->get_rep()->get_global_seqno(BlockType::kFilter), &iter, in GetFilterPartitionHandle()
299 const BlockBasedTable::Rep* const rep = table()->get_rep(); in CacheDependencies()
371 assert(table()->get_rep()); in internal_comparator()
373 return &table()->get_rep()->internal_comparator; in internal_comparator()
378 assert(table()->get_rep()); in index_key_includes_seq()
380 return table()->get_rep()->index_key_includes_seq; in index_key_includes_seq()
385 assert(table()->get_rep()); in index_value_is_full()
387 return table()->get_rep()->index_value_is_full; in index_value_is_full()
Duncompression_dict_reader.cc20 assert(table->get_rep()); in Create()
55 const BlockBasedTable::Rep* const rep = table->get_rep(); in ReadUncompressionDictionary()
115 assert(table_->get_rep()); in cache_dictionary_blocks()
117 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_dictionary_blocks()
Dblock_based_filter_block.cc169 assert(table()->get_rep()); in BlockBasedFilterBlockReader()
170 assert(table()->get_rep()->filter_policy); in BlockBasedFilterBlockReader()
178 assert(table->get_rep()); in Create()
276 assert(table()->get_rep()); in MayMatch()
277 const FilterPolicy* const policy = table()->get_rep()->filter_policy; in MayMatch()
Dbinary_search_index_reader.cc18 assert(table->get_rep()); in Create()
46 const BlockBasedTable::Rep* rep = table()->get_rep(); in NewIterator()
Dpartitioned_index_iterator.cc43 assert(!Valid() || (table_->get_rep()->index_key_includes_seq in SeekImpl()
84 auto* rep = table_->get_rep(); in InitPartitionedIndexBlock()
Dhash_index_reader.cc25 const BlockBasedTable::Rep* rep = table->get_rep(); in Create()
115 const BlockBasedTable::Rep* rep = table()->get_rep(); in NewIterator()
Dindex_reader_common.cc23 const Rep* const rep = table->get_rep(); in ReadIndexBlock()
Dpartitioned_filter_block_test.cc45 assert(t->get_rep()); in MyPartitionedFilterBlockReader()
48 t->get_rep()->table_options.filter_policy.get(), in MyPartitionedFilterBlockReader()
Dblock_based_table_reader.h218 Rep* get_rep() { return rep_; } in get_rep() function
219 const Rep* get_rep() const { return rep_; } in get_rep() function
Dpartitioned_index_reader.cc21 assert(table->get_rep()); in Create()
Dblock_based_table_iterator.cc226 auto* rep = table_->get_rep(); in InitDataBlock()
Dfull_filter_block.cc126 assert(table->get_rep()); in Create()
Dblock_based_table_reader.cc1879 const Rep* rep = table_->get_rep(); in NewSecondaryIterator()