Lines Matching refs:is_null
248 self.first.is_null() in is_empty()
278 if next.is_null() { in insert_inner()
325 if self.first.is_null() { in pop_back()
337 if self.first.is_null() { in pop_front()
367 debug_assert_eq!(next.is_null(), prev.is_null()); in remove()
368 if !next.is_null() { in remove()
551 if self.current.is_null() { in next()
737 if next.is_null() { in prev_ptr()
751 if self.next.is_null() { in peek_next()
768 if prev.is_null() { in peek_prev()
786 if self.next.is_null() { in move_next()
819 let ptr = if self.next.is_null() { in insert_inner()