Searched refs:kFilterBlockPrefix (Results 1 – 3 of 3) sorted by relevance
58 static const std::string kFilterBlockPrefix;
861 key = BlockBasedTable::kFilterBlockPrefix; in WriteFilterBlock()1221 const std::string BlockBasedTable::kFilterBlockPrefix = "filter."; member in ROCKSDB_NAMESPACE::BlockBasedTable
918 prefix = kFilterBlockPrefix; in PrefetchIndexAndFilterBlocks()2738 if (meta_block_name.starts_with(kFilterBlockPrefix) || in GetBlockTypeForMetaBlockByName()