Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/slice/
Dslice_hash_table.h98 size_t max_num_probes_; variable
119 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()