Searched refs:BlockBasedTablePropertyNames (Results 1 – 5 of 5) sorted by relevance
637 const std::string BlockBasedTablePropertyNames::kIndexType =639 const std::string BlockBasedTablePropertyNames::kWholeKeyFiltering =641 const std::string BlockBasedTablePropertyNames::kPrefixFiltering =
255 properties->insert({BlockBasedTablePropertyNames::kIndexType, val}); in Finish()256 properties->insert({BlockBasedTablePropertyNames::kWholeKeyFiltering, in Finish()258 properties->insert({BlockBasedTablePropertyNames::kPrefixFiltering, in Finish()
828 BlockBasedTablePropertyNames::kWholeKeyFiltering, in ReadPropertiesBlock()832 BlockBasedTablePropertyNames::kPrefixFiltering, in ReadPropertiesBlock()844 auto pos = props.find(BlockBasedTablePropertyNames::kIndexType); in ReadPropertiesBlock()
322 struct BlockBasedTablePropertyNames { struct
299 auto pos = props.find(BlockBasedTablePropertyNames::kIndexType); in SetTableOptionsByMagicNumber()