Searched refs:get_rep (Results 1 – 15 of 15) sorted by relevance
40 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()
26 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()
137 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()
20 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()
169 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()
18 assert(table->get_rep()); in Create()46 const BlockBasedTable::Rep* rep = table()->get_rep(); in NewIterator()
43 assert(!Valid() || (table_->get_rep()->index_key_includes_seq in SeekImpl()84 auto* rep = table_->get_rep(); in InitPartitionedIndexBlock()
25 const BlockBasedTable::Rep* rep = table->get_rep(); in Create()115 const BlockBasedTable::Rep* rep = table()->get_rep(); in NewIterator()
23 const Rep* const rep = table->get_rep(); in ReadIndexBlock()
45 assert(t->get_rep()); in MyPartitionedFilterBlockReader()48 t->get_rep()->table_options.filter_policy.get(), in MyPartitionedFilterBlockReader()
218 Rep* get_rep() { return rep_; } in get_rep() function219 const Rep* get_rep() const { return rep_; } in get_rep() function
21 assert(table->get_rep()); in Create()
226 auto* rep = table_->get_rep(); in InitDataBlock()
126 assert(table->get_rep()); in Create()
1879 const Rep* rep = table_->get_rep(); in NewSecondaryIterator()