Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs103 self.get_cursor(key).is_some() in contains_key()
178 self.get_cursor(key)?.current().map(|(_, v)| v) in get()
215 self.get_cursor(key)?.current_node() in get_node()
271 fn get_cursor(&self, key: &str) -> Option<Cursor<'_, (String, JsonValue)>> { in get_cursor() method
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dlinked_list.rs155 self.get_cursor(index)?.current() in get()
239 self.get_cursor(index)?.current_node() in get_node()
292 fn get_cursor(&self, index: usize) -> Option<Cursor<'_, JsonValue>> { in get_cursor() method