Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs245 let node2 = Entry::new(2); in ut_link_list_push_and_pop() localVariable
246 let node2 = node2.get_ptr(); in ut_link_list_push_and_pop() localVariable
272 let node2 = Entry::new(2); in ut_link_list_remove() localVariable
331 let node2 = Entry::new(2); in ut_link_list_for_each_mut() localVariable
/commonlibrary/rust/ylong_json/src/
Dadapter.rs2290 let node2 = ylong_json_get_array_node(array, 2); in ut_ylong_json_get_array_node() localVariable
2345 let node2 = ylong_json_get_array_node(array, 2); in ut_ylong_json_get_item_from_array_node() localVariable
2572 let node2 = ylong_json_get_array_node(array, 0); in ut_ylong_json_delete_array_node() localVariable