Lines Matching refs:rep
25 const BlockBasedTable::Rep* rep = table->get_rep(); in Create() local
26 assert(rep != nullptr); in Create()
66 RandomAccessFileReader* const file = rep->file.get(); in Create()
67 const Footer& footer = rep->footer; in Create()
68 const ImmutableCFOptions& ioptions = rep->ioptions; in Create()
69 const PersistentCacheOptions& cache_options = rep->persistent_cache_options; in Create()
71 GetMemoryAllocator(rep->table_options); in Create()
97 assert(rep->internal_prefix_transform.get() != nullptr); in Create()
98 s = BlockPrefixIndex::Create(rep->internal_prefix_transform.get(), in Create()
115 const BlockBasedTable::Rep* rep = table()->get_rep(); in NewIterator() local
136 rep->get_global_seqno(BlockType::kIndex), iter, kNullStats, in NewIterator()