Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs228 let node1 = Entry::new(1); in ut_link_list_is_empty() localVariable
229 let node1 = node1.get_ptr(); in ut_link_list_is_empty() localVariable
243 let node1 = Entry::new(1); in ut_link_list_push_and_pop() localVariable
244 let node1 = node1.get_ptr(); in ut_link_list_push_and_pop() localVariable
270 let node1 = Entry::new(1); in ut_link_list_remove() localVariable
329 let node1 = Entry::new(1); in ut_link_list_for_each_mut() localVariable
/commonlibrary/rust/ylong_json/src/
Dadapter.rs2287 let node1 = ylong_json_get_array_node(array, 1); in ut_ylong_json_get_array_node() localVariable
2335 let node1 = ylong_json_get_array_node(array, 1); in ut_ylong_json_get_item_from_array_node() localVariable
2567 let node1 = ylong_json_get_array_node(array, 0); in ut_ylong_json_delete_array_node() localVariable