Searched refs:get_cursor_mut (Results 1 – 2 of 2) sorted by relevance
135 self.get_cursor_mut(key)?.remove_current().map(|(_, v)| v) in remove()234 self.get_cursor_mut(key)?.current_node() in get_node_mut()284 fn get_cursor_mut(&mut self, key: &str) -> Option<CursorMut<'_, (String, JsonValue)>> { in get_cursor_mut() method
221 self.get_cursor_mut(index)?.remove_current() in remove()258 self.get_cursor_mut(index)?.current_node() in get_node_mut()321 fn get_cursor_mut(&mut self, index: usize) -> Option<CursorMut<'_, JsonValue>> { in get_cursor_mut() method