Searched refs:ylong_json_remove_array_item_by_index (Results 1 – 1 of 1) sorted by relevance
541 pub unsafe extern "C" fn ylong_json_remove_array_item_by_index( in ylong_json_remove_array_item_by_index() function2169 assert!(ylong_json_remove_array_item_by_index(array, 0).is_null()); in ut_ylong_json_remove_array_item_by_index()2180 let item0 = ylong_json_remove_array_item_by_index(array, 0); in ut_ylong_json_remove_array_item_by_index()2186 let item3 = ylong_json_remove_array_item_by_index(array, 2); in ut_ylong_json_remove_array_item_by_index()2192 let item1 = ylong_json_remove_array_item_by_index(array, 0); in ut_ylong_json_remove_array_item_by_index()2198 let item2 = ylong_json_remove_array_item_by_index(array, 0); in ut_ylong_json_remove_array_item_by_index()2206 let item = ylong_json_remove_array_item_by_index(null, 0); in ut_ylong_json_remove_array_item_by_index()