Lines Matching refs:second
72 num_hash_func_ = *reinterpret_cast<const uint32_t*>(hash_funs->second.data()); in CuckooTableReader()
78 unused_key_ = unused_key->second; in CuckooTableReader()
87 user_key_len->second.data()); in CuckooTableReader()
95 value_length->second.data()); in CuckooTableReader()
105 hash_table_size->second.data()); in CuckooTableReader()
112 is_last_level_ = *reinterpret_cast<const bool*>(is_last_level->second.data()); in CuckooTableReader()
121 identity_as_first_hash->second.data()); in CuckooTableReader()
130 use_module_hash->second.data()); in CuckooTableReader()
138 cuckoo_block_size->second.data()); in CuckooTableReader()
228 bool operator()(const uint32_t first, const uint32_t second) const { in operator ()()
233 (second == kInvalidIndex) ? target_.data() : in operator ()()
234 &file_data_.data()[second * bucket_len_]; in operator ()()