Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs237 let node2 = Entry::new(2); in ut_link_list_push_and_pop() localVariable
238 let node2 = node2.get_ptr(); in ut_link_list_push_and_pop() localVariable
266 let node2 = Entry::new(2); in ut_link_list_remove() localVariable
327 let node2 = Entry::new(2); in ut_link_list_for_each_mut() localVariable
328 let node2 = node2.get_ptr(); in ut_link_list_for_each_mut() localVariable