Searched refs:cursor_mut (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/cranelift/bforest/src/ |
| H A D | map.rs | 140 self.cursor_mut(forest, comp).insert(key, value) in insert() 151 self.cursor_mut(forest, comp).try_insert(key, value) in try_insert() 161 let mut c = self.cursor_mut(forest, comp); in remove() 216 pub fn cursor_mut<'a, C: Comparator<K>>( in cursor_mut() function 897 let mut c = m.cursor_mut(&mut f, &()); in empty() 957 let mut c = m.cursor_mut(f, &()); in inserting() 990 let mut c = m.cursor_mut(f, &()); in inserting() 1111 let mut c = m.cursor_mut(f, &()); in split_level1_leaf()
|
| /wasmtime-44.0.1/crates/environ/src/collections/ |
| H A D | btree_map.rs | 193 let mut cursor = self.map.cursor_mut(&mut self.forest, &()); in entry()
|