| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder.cc | 294 properties_.user_collected_properties[ in Finish() 326 properties_.user_collected_properties[ in Finish() 328 properties_.user_collected_properties[ in Finish() 332 properties_.user_collected_properties[ in Finish() 336 properties_.user_collected_properties[ in Finish() 340 properties_.user_collected_properties[ in Finish() 344 properties_.user_collected_properties[ in Finish() 348 properties_.user_collected_properties[ in Finish() 353 properties_.user_collected_properties[ in Finish() 363 property_block_builder.Add(properties_.user_collected_properties); in Finish()
|
| D | cuckoo_table_builder_test.cc | 74 std::string unused_key = props->user_collected_properties[ in CheckFileContents() 80 *reinterpret_cast<const uint64_t*>(props->user_collected_properties[ in CheckFileContents() 85 *reinterpret_cast<const uint64_t*>(props->user_collected_properties[ in CheckFileContents() 89 *reinterpret_cast<const uint32_t*>(props->user_collected_properties[ in CheckFileContents() 93 *reinterpret_cast<const uint32_t*>(props->user_collected_properties[ in CheckFileContents() 97 *reinterpret_cast<const bool*>(props->user_collected_properties[ in CheckFileContents()
|
| D | cuckoo_table_reader_test.cc | 374 reader.GetTableProperties()->user_collected_properties.at( in TEST_F() 489 reader.GetTableProperties()->user_collected_properties; in ReadKeys()
|
| D | cuckoo_table_reader.cc | 66 auto& user_props = props->user_collected_properties; in CuckooTableReader()
|
| /rocksdb-6.9/table/ |
| D | meta_blocks.cc | 64 const UserCollectedProperties& user_collected_properties) { in Add() argument 65 for (const auto& prop : user_collected_properties) { in Add() 179 UserCollectedProperties user_collected_properties; in NotifyCollectTableCollectorsOnFinish() local 180 Status s = collector->Finish(&user_collected_properties); in NotifyCollectTableCollectorsOnFinish() 187 builder->Add(user_collected_properties); in NotifyCollectTableCollectorsOnFinish() 300 new_table_properties->user_collected_properties.insert( in ReadProperties() 332 new_table_properties->user_collected_properties.insert( in ReadProperties()
|
| D | meta_blocks.h | 61 void Add(const UserCollectedProperties& user_collected_properties);
|
| D | sst_file_reader_test.cc | 93 auto& user_properties = properties->user_collected_properties; in CheckFile()
|
| D | table_test.cc | 4100 UserCollectedProperties user_props = props->user_collected_properties; in TEST_P()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_reader.cc | 140 auto& user_props = props->user_collected_properties; in Open() 367 auto num_blocks_property = props->user_collected_properties.find( in PopulateIndex() 371 if (num_blocks_property != props->user_collected_properties.end()) { in PopulateIndex() 419 props->user_collected_properties["plain_table_hash_table_size"] = in PopulateIndex() 421 props->user_collected_properties["plain_table_sub_index_size"] = in PopulateIndex() 424 props->user_collected_properties["plain_table_hash_table_size"] = in PopulateIndex() 426 props->user_collected_properties["plain_table_sub_index_size"] = in PopulateIndex()
|
| D | plain_table_builder.cc | 84 properties_.user_collected_properties in PlainTableBuilder() 106 properties_.user_collected_properties in PlainTableBuilder() 213 PutVarint32(&properties_.user_collected_properties in Finish() 252 property_block_builder.Add(properties_.user_collected_properties); in Finish()
|
| /rocksdb-6.9/db/ |
| D | plain_table_db_test.cc | 295 auto bloom_version_ptr = props->user_collected_properties.find( in TestPlainTableReader() 297 EXPECT_TRUE(bloom_version_ptr != props->user_collected_properties.end()); in TestPlainTableReader() 300 auto num_blocks_ptr = props->user_collected_properties.find( in TestPlainTableReader() 302 EXPECT_TRUE(num_blocks_ptr != props->user_collected_properties.end()); in TestPlainTableReader() 367 auto& user_props = props->user_collected_properties; in NewTableReader() 534 (tp->user_collected_properties) in TEST_P() 536 ASSERT_EQ("0", (tp->user_collected_properties) in TEST_P() 539 ASSERT_EQ("0", (tp->user_collected_properties) in TEST_P() 541 ASSERT_EQ("0", (tp->user_collected_properties) in TEST_P()
|
| D | table_properties_collector_test.cc | 300 auto user_collected = props->user_collected_properties; in TestCustomizedTablePropertiesCollector() 441 auto user_collected = props->user_collected_properties; in TestInternalKeyPropertiesCollector()
|
| D | listener_test.cc | 144 ASSERT_EQ(tp->user_collected_properties.find("0")->second, "1"); in OnCompactionCompleted() 289 ASSERT_EQ(info.table_properties.user_collected_properties.find("0")->second, in OnFlushCompleted()
|
| D | external_sst_file_ingestion_job.cc | 407 const auto& uprops = props->user_collected_properties; in GetIngestedFileInfo()
|
| D | external_sst_file_test.cc | 745 auto user_props = file_props.second->user_collected_properties; in TEST_F() 768 auto user_props = file_props.second->user_collected_properties; in TEST_F()
|
| D | db_properties_test.cc | 1193 auto& user_collected = item.second->user_collected_properties; in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table_properties.h | 222 UserCollectedProperties user_collected_properties; member
|
| /rocksdb-6.9/tools/ |
| D | sst_dump_tool.cc | 298 auto& props = table_properties_->user_collected_properties; in SetTableOptionsByMagicNumber() 751 for (const auto& kv : table_properties->user_collected_properties) { in Run()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 461 auto& props = table_properties.user_collected_properties; in IsFeatureSupported() 479 const auto& props = table_properties.user_collected_properties; in GetGlobalSequenceNumber() 843 auto& props = rep_->table_properties->user_collected_properties; in ReadPropertiesBlock()
|
| D | block_based_table_builder.cc | 1200 collector->Finish(&ret.user_collected_properties); in GetTableProperties()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | portal.h | 6054 env, &table_properties.user_collected_properties); in fromCppTableProperties()
|