Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs219 let node1 = Entry::new(1); in ut_link_list_is_empty() localVariable
220 let node1 = node1.get_ptr(); in ut_link_list_is_empty() localVariable
235 let node1 = Entry::new(1); in ut_link_list_push_and_pop() localVariable
236 let node1 = node1.get_ptr(); in ut_link_list_push_and_pop() localVariable
264 let node1 = Entry::new(1); in ut_link_list_remove() localVariable
325 let node1 = Entry::new(1); in ut_link_list_for_each_mut() localVariable
326 let node1 = node1.get_ptr(); in ut_link_list_for_each_mut() localVariable