Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs252 ptr = cursor.current_node_ptr(); in get_key_mut_maybe_insert()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs487 pub(crate) fn current_node_ptr(&self) -> *const Node<T> { in current_node_ptr() method