Searched refs:remove_next (Results 1 – 3 of 3) sorted by relevance
269 let remove_next = match cursor.peek_next() { in reservation_abort() localVariable281 if remove_next { in reservation_abort()284 cursor.remove_next(); in reservation_abort()
1104 pub fn remove_next(&mut self) -> Option<ListArc<T, ID>> {1088 pub fn remove_next(&mut self) -> Option<ListArc<T, ID>> { remove_next() method
766 /// // Calling `remove_next` from the last element returns [`None`].767 /// assert!(cursor.remove_next().is_none());774 /// // Calling `remove_next` removes and returns the last element.775 /// assert_eq!(cursor.remove_next().unwrap().to_key_value(), (30, 300));947 pub fn remove_next(&mut self) -> Option<RBTreeNode<K, V>> {944 pub fn remove_next(&mut self) -> Option<RBTreeNode<K, V>> { remove_next() method