Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs233 pub fn get_node_mut(&mut self, key: &str) -> Option<&mut Node<(String, JsonValue)>> { in get_node_mut() method
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dlinked_list.rs257 pub fn get_node_mut(&mut self, index: usize) -> Option<&mut Node<JsonValue>> { in get_node_mut() method