Searched defs:cursor (Results 1 – 4 of 4) sorted by relevance
313 let mut cursor = CursorMut { in remove_self() localVariable782 let mut cursor = list.cursor_front(); in ut_cursor_index() localVariable804 let mut cursor = list.cursor_front(); in ut_cursor_move_next() localVariable833 let mut cursor = list.cursor_front(); in ut_cursor_move_prev() localVariable860 let mut cursor = list.cursor_front(); in ut_cursor_current_node() localVariable881 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_index() localVariable902 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_move_next() localVariable927 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_move_prev() localVariable952 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_current() localVariable973 let mut cursor = list.cursor_front_mut(); in ut_cursor_mut_remove_current() localVariable
240 let mut cursor = self.inner.cursor_back_mut(); in last_node_mut() localVariable247 let mut cursor = self.inner.cursor_front(); in get_key_mut_maybe_insert() localVariable272 let mut cursor = self.inner.cursor_front(); in get_cursor() localVariable285 let mut cursor = self.inner.cursor_front_mut(); in get_cursor_mut() localVariable
301 let mut cursor = self.inner.cursor_back(); in get_cursor() localVariable310 let mut cursor = self.inner.cursor_front(); in get_cursor() localVariable330 let mut cursor = self.inner.cursor_back_mut(); in get_cursor_mut() localVariable339 let mut cursor = self.inner.cursor_front_mut(); in get_cursor_mut() localVariable
224 unsigned int cursor = 0; in Base64Decode() local