Home | History | Annotate | Download | only in dns

Lines Matching refs:counts_

418     memset(counts_, 0, sizeof(counts_));
431 ++counts_[req_priority];
438 DCHECK_GT(counts_[req_priority], 0u);
440 --counts_[req_priority];
442 for (i = highest_priority_; i > MINIMUM_PRIORITY && !counts_[i]; --i);
453 size_t counts_[NUM_PRIORITIES];