Searched refs:max_num_probes_ (Results 1 – 1 of 1) sorted by relevance
98 size_t max_num_probes_; variable119 max_num_probes_(0) { in SliceHashTable()150 if (offset > max_num_probes_) max_num_probes_ = offset; in Add()162 for (size_t offset = 0; offset <= max_num_probes_; ++offset) { in Get()