Home
last modified time | relevance | path

Searched defs:V (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/
Drbtree.rs195 pub fn iter(&self) -> Iter<'_, K, V> { in iter() argument
210 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { in iter_mut() argument
240 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front() argument
255 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_back() argument
283 value: V, in try_create_and_insert()
285 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() argument
295 pub fn insert(&mut self, node: RBTreeNode<K, V>) -> Option<RBTreeNode<K, V>> { in insert() argument
305 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry() argument
359 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry() argument
367 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut() argument
[all …]