Lines Matching refs:head_
80 Check* this_head = this->head_;
81 Check* that_head = that->head_;
97 Check* that_head = that->head_;
104 head_ = head_->next;
110 while (head_ != that_head) {
112 DCHECK_NOT_NULL(head_);
114 head_ = head_->next;
122 Check* head = zone->New<Check>(node, head_);
227 for (Check const* check = head_; check != nullptr; check = check->next) {
238 for (Check const* check = head_; check != nullptr; check = check->next) {