Lines Matching defs:that_head
81 Check* that_head = that->head_;82 while (this_head != that_head) {83 if (this_head->node != that_head->node) return false;85 that_head = that_head->next;97 Check* that_head = that->head_;100 that_head = that_head->next;110 while (head_ != that_head) {115 that_head = that_head->next;