Searched refs:user_props (Results 1 – 6 of 6) sorted by relevance
68 if (hash_funs == user_props.end()) { in CuckooTableReader()74 if (unused_key == user_props.end()) { in CuckooTableReader()82 if (user_key_len == user_props.end()) { in CuckooTableReader()90 if (value_length == user_props.end()) { in CuckooTableReader()98 auto hash_table_size = user_props.find( in CuckooTableReader()100 if (hash_table_size == user_props.end()) { in CuckooTableReader()108 if (is_last_level == user_props.end()) { in CuckooTableReader()123 auto use_module_hash = user_props.find( in CuckooTableReader()125 if (use_module_hash == user_props.end()) { in CuckooTableReader()131 auto cuckoo_block_size = user_props.find( in CuckooTableReader()[all …]
488 const UserCollectedProperties user_props = in ReadKeys() local491 user_props.at(CuckooTablePropertyNames::kNumHashFunc).data()); in ReadKeys()493 user_props.at(CuckooTablePropertyNames::kHashTableSize).data()); in ReadKeys()
140 auto& user_props = props->user_collected_properties; in Open() local160 user_props.find(PlainTablePropertyNames::kEncodingType); in Open()161 if (encoding_type_prop != user_props.end()) { in Open()
745 auto user_props = file_props.second->user_collected_properties; in TEST_F() local746 ASSERT_EQ(user_props["abc_SstFileWriterCollector"], "YES"); in TEST_F()747 ASSERT_EQ(user_props["xyz_SstFileWriterCollector"], "YES"); in TEST_F()748 ASSERT_EQ(user_props["abc_Count"], "100"); in TEST_F()749 ASSERT_EQ(user_props["xyz_Count"], "100"); in TEST_F()768 auto user_props = file_props.second->user_collected_properties; in TEST_F() local769 ASSERT_EQ(user_props["abc_SstFileWriterCollector"], "YES"); in TEST_F()770 ASSERT_EQ(user_props["xyz_SstFileWriterCollector"], "YES"); in TEST_F()771 ASSERT_EQ(user_props["abc_Count"], "100"); in TEST_F()772 ASSERT_EQ(user_props["xyz_Count"], "100"); in TEST_F()
367 auto& user_props = props->user_collected_properties; in NewTableReader() local369 user_props.find(PlainTablePropertyNames::kEncodingType); in NewTableReader()370 assert(encoding_type_prop != user_props.end()); in NewTableReader()
4100 UserCollectedProperties user_props = props->user_collected_properties; in TEST_P() local4102 user_props[ExternalSstFilePropertyNames::kVersion].c_str()); in TEST_P()4104 user_props[ExternalSstFilePropertyNames::kGlobalSeqno].c_str()); in TEST_P()