Lines Matching defs:seq
174 auto seq = probe(hash, Capacity());
175 // At this point, seq.offset() denotes the index of the first bucket in the
180 Group g{ctrl + seq.offset()};
182 int candidate_entry = seq.offset(i);
189 // The following selects the next group to probe. Note that seq.offset()
194 seq.next();
211 DCHECK_LT(seq.index(), Capacity());
390 auto seq = probe(hash, Capacity());
392 Group g{CtrlTable() + seq.offset()};
398 return seq.offset(mask.LowestBitSet());
400 seq.next();
401 DCHECK_LT(seq.index(), Capacity());