Searched defs:V (Results 1 – 1 of 1) sorted by relevance
/rust/kernel/ |
A D | rbtree.rs | 201 pub fn iter(&self) -> Iter<'_, K, V> { in iter() argument 289 value: V, in try_create_and_insert() 291 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() argument 745 pub fn current(&self) -> (&K, &V) { in current() 1085 pub fn new(key: K, value: V, flags: Flags) -> Result<RBTreeNode<K, V>> { in new() argument 1090 pub fn to_key_value(self) -> (K, V) { in to_key_value() argument 1187 pub fn insert(self, value: V, reservation: RBTreeNodeReservation<K, V>) -> &'a mut V { in insert() argument 1204 pub fn get(&self) -> &V { in get() 1212 pub fn get_mut(&mut self) -> &mut V { in get_mut() 1222 pub fn into_mut(self) -> &'a mut V { in into_mut() [all …]
|
Completed in 26 milliseconds