Home
last modified time | relevance | path

Searched refs:get_cursor_mut (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs135 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
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dlinked_list.rs221 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