Searched refs:other_tail (Results 1 – 2 of 2) sorted by relevance
110 Entry* other_tail = other.free_list_tails_[index]; in Append() local112 if (other_tail) { in Append()113 other_tail->SetNext(this_head); in Append()115 this->free_list_tails_[index] = other_tail; in Append()
27397 if let Some(mut other_tail) = other.tail.take() {27399 head.as_mut().prev = Some(other_tail);27400 other_tail.as_mut().next = Some(head);