Searched refs:kFullFilterBlockPrefix (Results 1 – 3 of 3) sorted by relevance
59 static const std::string kFullFilterBlockPrefix; variable
865 : BlockBasedTable::kFullFilterBlockPrefix; in WriteFilterBlock()1222 const std::string BlockBasedTable::kFullFilterBlockPrefix = "fullfilter."; member in ROCKSDB_NAMESPACE::BlockBasedTable
912 prefix = kFullFilterBlockPrefix; in PrefetchIndexAndFilterBlocks()2739 meta_block_name.starts_with(kFullFilterBlockPrefix) || in GetBlockTypeForMetaBlockByName()