Home
last modified time | relevance | path

Searched refs:AddTableProperty (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/
Dmeta_blocks.h58 void AddTableProperty(const TableProperties& props);
Dmeta_blocks.cc70 void PropertyBlockBuilder::AddTableProperty(const TableProperties& props) { in AddTableProperty() function in ROCKSDB_NAMESPACE::PropertyBlockBuilder
/rocksdb-6.9/table/plain/
Dplain_table_builder.cc250 property_block_builder.AddTableProperty(properties_); in Finish()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc362 property_block_builder.AddTableProperty(properties_); in Finish()
/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc976 property_block_builder.AddTableProperty(rep_->props); in WritePropertiesBlock()