Home
last modified time | relevance | path

Searched refs:parent (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.h42 std::string parent = "_parent"; member
H A Djs_convertxml.cpp199 SetKeyValue(env, elementsObject, options_.parent, parentName); in SetNodeInfo()
453 case 7: // 7:parent in SetDefaultKey()
454 options_.parent = strRecv; in SetDefaultKey()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs143 let _ = std::fs::create_dir_all(file_path.parent().unwrap()); in get_file_dir()
/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs197 // Sets node.parent to the current linked_list in order to delete node.
199 node.parent = self as *const LinkedList<T>;
284 parent: *const LinkedList<T>,
294 parent: null(),
312 let list = unsafe { &mut *(self.parent as *mut LinkedList<T>) };
552 node.parent = self.list as *mut LinkedList<T>;

Completed in 4 milliseconds