Lines Matching refs:BlockBasedTableFactory
162 BlockBasedTableFactory::BlockBasedTableFactory( in BlockBasedTableFactory() function in ROCKSDB_NAMESPACE::BlockBasedTableFactory
202 Status BlockBasedTableFactory::NewTableReader( in NewTableReader()
217 TableBuilder* BlockBasedTableFactory::NewTableBuilder( in NewTableBuilder()
237 Status BlockBasedTableFactory::SanitizeOptions( in SanitizeOptions()
292 std::string BlockBasedTableFactory::GetPrintableTableOptions() const { in GetPrintableTableOptions()
439 Status BlockBasedTableFactory::GetOptionString( in GetOptionString()
461 Status BlockBasedTableFactory::GetOptionString( in GetOptionString()
467 const BlockBasedTableOptions& BlockBasedTableFactory::table_options() const { in table_options()
594 const BlockBasedTableFactory* base_tf, in VerifyBlockBasedTableFactory()
595 const BlockBasedTableFactory* file_tf, in VerifyBlockBasedTableFactory()
633 return new BlockBasedTableFactory(_table_options); in NewBlockBasedTableFactory()
636 const std::string BlockBasedTableFactory::kName = "BlockBasedTable";