Lines Matching refs:Rep
410 void BlockBasedTable::SetupCacheKeyPrefix(Rep* rep) { in SetupCacheKeyPrefix()
616 Rep* rep = new BlockBasedTable::Rep(ioptions, env_options, table_options, in Open()
907 {Rep::FilterType::kFullFilter, Rep::FilterType::kPartitionedFilter, in PrefetchIndexAndFilterBlocks()
908 Rep::FilterType::kBlockFilter}) { in PrefetchIndexAndFilterBlocks()
911 case Rep::FilterType::kFullFilter: in PrefetchIndexAndFilterBlocks()
914 case Rep::FilterType::kPartitionedFilter: in PrefetchIndexAndFilterBlocks()
917 case Rep::FilterType::kBlockFilter: in PrefetchIndexAndFilterBlocks()
980 rep_->filter_type == Rep::FilterType::kPartitionedFilter); in PrefetchIndexAndFilterBlocks()
986 rep_->filter_type == Rep::FilterType::kPartitionedFilter); in PrefetchIndexAndFilterBlocks()
1297 if (filter_type == Rep::FilterType::kNoFilter) { in CreateFilterBlockReader()
1304 case Rep::FilterType::kPartitionedFilter: in CreateFilterBlockReader()
1308 case Rep::FilterType::kBlockFilter: in CreateFilterBlockReader()
1312 case Rep::FilterType::kFullFilter: in CreateFilterBlockReader()
1343 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1353 const Rep* rep, Block* block, BlockType block_type, in InitBlockIterator()
1879 const Rep* rep = table_->get_rep(); in NewSecondaryIterator()