Searched refs:this_head (Results 1 – 1 of 1) sorted by relevance
88 Check* this_head = this->head_; in Equals() local90 while (this_head != that_head) { in Equals()91 if (this_head->node != that_head->node) return false; in Equals()92 this_head = this_head->next; in Equals()