Searched refs:that_head (Results 1 – 1 of 1) sorted by relevance
89 Check* that_head = that->head_; in Equals() local90 while (this_head != that_head) { in Equals()91 if (this_head->node != that_head->node) return false; in Equals()93 that_head = that_head->next; in Equals()105 Check* that_head = that->head_; in Merge() local108 that_head = that_head->next; in Merge()118 while (head_ != that_head) { in Merge()123 that_head = that_head->next; in Merge()