Lines Matching refs:ylong_json_delete
95 pub unsafe extern "C" fn ylong_json_delete(item: *mut YlongJson) { in ylong_json_delete() function
1142 ylong_json_delete(json); in ut_ylong_json_parse()
1156 ylong_json_delete(json); in ut_ylong_json_parse()
1190 ylong_json_delete(json); in ut_ylong_json_free_string()
1222 ylong_json_delete(json); in ut_ylong_json_print_unformatted()
1239 ylong_json_delete(json); in ut_ylong_json_delete()
1249 ylong_json_delete(json); in ut_ylong_json_delete()
1255 ylong_json_delete(null); in ut_ylong_json_delete()
1291 ylong_json_delete(duplicate); in ut_ylong_json_duplicate()
1305 ylong_json_delete(duplicate); in ut_ylong_json_duplicate()
1306 ylong_json_delete(json); in ut_ylong_json_duplicate()
1323 ylong_json_delete(null); in ut_ylong_json_create_null()
1345 ylong_json_delete(null); in ut_ylong_json_is_null()
1350 ylong_json_delete(bool); in ut_ylong_json_is_null()
1370 ylong_json_delete(bool); in ut_ylong_json_create_bool()
1377 ylong_json_delete(bool); in ut_ylong_json_create_bool()
1399 ylong_json_delete(bool); in ut_ylong_json_is_bool()
1404 ylong_json_delete(bool); in ut_ylong_json_is_bool()
1409 ylong_json_delete(null); in ut_ylong_json_is_bool()
1439 ylong_json_delete(bool); in ut_ylong_json_get_value_from_bool()
1447 ylong_json_delete(null); in ut_ylong_json_get_value_from_bool()
1480 ylong_json_delete(bool); in ut_ylong_json_set_value_to_bool()
1484 ylong_json_delete(null); in ut_ylong_json_set_value_to_bool()
1503 ylong_json_delete(double); in ut_ylong_json_create_double_number()
1522 ylong_json_delete(int); in ut_ylong_json_create_int_number()
1543 ylong_json_delete(int); in ut_ylong_json_is_number()
1547 ylong_json_delete(double); in ut_ylong_json_is_number()
1551 ylong_json_delete(null); in ut_ylong_json_is_number()
1572 ylong_json_delete(int); in ut_ylong_json_is_double_number()
1576 ylong_json_delete(double); in ut_ylong_json_is_double_number()
1580 ylong_json_delete(null); in ut_ylong_json_is_double_number()
1601 ylong_json_delete(int); in ut_ylong_json_is_int_number()
1605 ylong_json_delete(double); in ut_ylong_json_is_int_number()
1609 ylong_json_delete(null); in ut_ylong_json_is_int_number()
1639 ylong_json_delete(int); in ut_ylong_json_get_double_value_from_number()
1648 ylong_json_delete(double); in ut_ylong_json_get_double_value_from_number()
1656 ylong_json_delete(null); in ut_ylong_json_get_double_value_from_number()
1686 ylong_json_delete(int); in ut_ylong_json_get_int_value_from_number()
1695 ylong_json_delete(double); in ut_ylong_json_get_int_value_from_number()
1703 ylong_json_delete(null); in ut_ylong_json_get_int_value_from_number()
1729 ylong_json_delete(double); in ut_ylong_json_set_double_value_to_number()
1738 ylong_json_delete(int); in ut_ylong_json_set_double_value_to_number()
1742 ylong_json_delete(null); in ut_ylong_json_set_double_value_to_number()
1768 ylong_json_delete(int); in ut_ylong_json_set_int_value_to_number()
1777 ylong_json_delete(double); in ut_ylong_json_set_int_value_to_number()
1781 ylong_json_delete(null); in ut_ylong_json_set_int_value_to_number()
1808 ylong_json_delete(string); in ut_ylong_json_create_string()
1831 ylong_json_delete(string); in ut_ylong_json_is_string()
1835 ylong_json_delete(null); in ut_ylong_json_is_string()
1868 ylong_json_delete(string); in ut_ylong_json_get_value_from_string()
1876 ylong_json_delete(null); in ut_ylong_json_get_value_from_string()
1903 ylong_json_delete(string); in ut_ylong_json_set_value_to_string()
1921 ylong_json_delete(string); in ut_ylong_json_set_value_to_string()
1927 ylong_json_delete(null); in ut_ylong_json_set_value_to_string()
1946 ylong_json_delete(array); in ut_ylong_json_create_array()
1967 ylong_json_delete(array); in ut_ylong_json_is_array()
1971 ylong_json_delete(null); in ut_ylong_json_is_array()
1995 ylong_json_delete(array); in ut_ylong_json_get_array_size()
2001 ylong_json_delete(array); in ut_ylong_json_get_array_size()
2006 ylong_json_delete(null); in ut_ylong_json_get_array_size()
2065 ylong_json_delete(array); in ut_ylong_json_get_array_item()
2069 ylong_json_delete(null); in ut_ylong_json_get_array_item()
2088 ylong_json_delete(item); in ut_ylong_json_add_item_to_array()
2093 ylong_json_delete(array); in ut_ylong_json_add_item_to_array()
2101 ylong_json_delete(array); in ut_ylong_json_add_item_to_array()
2106 ylong_json_delete(null); in ut_ylong_json_add_item_to_array()
2107 ylong_json_delete(null2); in ut_ylong_json_add_item_to_array()
2126 ylong_json_delete(item); in ut_ylong_json_replace_item_in_array()
2132 ylong_json_delete(array); in ut_ylong_json_replace_item_in_array()
2145 ylong_json_delete(array); in ut_ylong_json_replace_item_in_array()
2150 ylong_json_delete(null); in ut_ylong_json_replace_item_in_array()
2151 ylong_json_delete(null2); in ut_ylong_json_replace_item_in_array()
2184 ylong_json_delete(item0); in ut_ylong_json_remove_array_item_by_index()
2190 ylong_json_delete(item3); in ut_ylong_json_remove_array_item_by_index()
2196 ylong_json_delete(item1); in ut_ylong_json_remove_array_item_by_index()
2202 ylong_json_delete(item2); in ut_ylong_json_remove_array_item_by_index()
2203 ylong_json_delete(array); in ut_ylong_json_remove_array_item_by_index()
2208 ylong_json_delete(null); in ut_ylong_json_remove_array_item_by_index()
2253 ylong_json_delete(array); in ut_ylong_json_delete_array_item_by_index()
2257 ylong_json_delete(null); in ut_ylong_json_delete_array_item_by_index()
2299 ylong_json_delete(array); in ut_ylong_json_get_array_node()
2303 ylong_json_delete(null); in ut_ylong_json_get_array_node()
2366 ylong_json_delete(array); in ut_ylong_json_get_item_from_array_node()
2386 ylong_json_delete(item); in ut_ylong_json_add_item_to_array_then_get_node()
2392 ylong_json_delete(array); in ut_ylong_json_add_item_to_array_then_get_node()
2405 ylong_json_delete(item0); in ut_ylong_json_add_item_to_array_then_get_node()
2408 ylong_json_delete(array); in ut_ylong_json_add_item_to_array_then_get_node()
2428 ylong_json_delete(item); in ut_ylong_json_replace_item_of_array_node()
2436 ylong_json_delete(array); in ut_ylong_json_replace_item_of_array_node()
2451 ylong_json_delete(array); in ut_ylong_json_replace_item_of_array_node()
2488 ylong_json_delete(item0); in ut_ylong_json_remove_array_node()
2502 ylong_json_delete(item0); in ut_ylong_json_remove_array_node()
2516 ylong_json_delete(item0); in ut_ylong_json_remove_array_node()
2531 ylong_json_delete(item0); in ut_ylong_json_remove_array_node()
2533 ylong_json_delete(array); in ut_ylong_json_remove_array_node()
2582 ylong_json_delete(array); in ut_ylong_json_delete_array_node()
2602 ylong_json_delete(object); in ut_ylong_json_create_object()
2623 ylong_json_delete(object); in ut_ylong_json_is_object()
2627 ylong_json_delete(null); in ut_ylong_json_is_object()
2654 ylong_json_delete(object); in ut_ylong_json_get_object_size()
2663 ylong_json_delete(object); in ut_ylong_json_get_object_size()
2668 ylong_json_delete(null); in ut_ylong_json_get_object_size()
2693 ylong_json_delete(object); in ut_ylong_json_has_object_item()
2709 ylong_json_delete(object); in ut_ylong_json_has_object_item()
2715 ylong_json_delete(null); in ut_ylong_json_has_object_item()
2740 ylong_json_delete(object); in ut_ylong_json_get_object_item()
2758 ylong_json_delete(object); in ut_ylong_json_get_object_item()
2764 ylong_json_delete(null); in ut_ylong_json_get_object_item()
2785 ylong_json_delete(item); in ut_ylong_json_add_item_to_object()
2792 ylong_json_delete(object); in ut_ylong_json_add_item_to_object()
2793 ylong_json_delete(item); in ut_ylong_json_add_item_to_object()
2800 ylong_json_delete(object); in ut_ylong_json_add_item_to_object()
2819 ylong_json_delete(object); in ut_ylong_json_add_item_to_object()
2825 ylong_json_delete(null); in ut_ylong_json_add_item_to_object()
2827 ylong_json_delete(item); in ut_ylong_json_add_item_to_object()
2851 ylong_json_delete(item); in ut_ylong_json_replace_object_item_by_index()
2861 ylong_json_delete(object); in ut_ylong_json_replace_object_item_by_index()
2862 ylong_json_delete(item); in ut_ylong_json_replace_object_item_by_index()
2872 ylong_json_delete(object); in ut_ylong_json_replace_object_item_by_index()
2891 ylong_json_delete(object); in ut_ylong_json_replace_object_item_by_index()
2897 ylong_json_delete(null); in ut_ylong_json_replace_object_item_by_index()
2899 ylong_json_delete(item); in ut_ylong_json_replace_object_item_by_index()
2924 ylong_json_delete(object); in ut_ylong_json_remove_object_item_by_index()
2939 ylong_json_delete(object); in ut_ylong_json_remove_object_item_by_index()
2941 ylong_json_delete(item); in ut_ylong_json_remove_object_item_by_index()
2946 ylong_json_delete(null); in ut_ylong_json_remove_object_item_by_index()
2972 ylong_json_delete(object); in ut_ylong_json_delete_object_by_index()
2985 ylong_json_delete(object); in ut_ylong_json_delete_object_by_index()
2991 ylong_json_delete(null); in ut_ylong_json_delete_object_by_index()
3030 ylong_json_delete(object); in ut_ylong_json_get_all_object_items()
3042 ylong_json_delete(object); in ut_ylong_json_get_all_object_items()
3056 ylong_json_delete(object); in ut_ylong_json_get_all_object_items()
3095 ylong_json_delete(object); in ut_ylong_json_get_all_object_items()
3107 ylong_json_delete(null); in ut_ylong_json_get_all_object_items()
3147 ylong_json_delete(object); in ut_ylong_json_for_each_object_item()
3151 ylong_json_delete(null); in ut_ylong_json_for_each_object_item()
3179 ylong_json_delete(object); in ut_ylong_json_get_object_node()
3192 ylong_json_delete(object); in ut_ylong_json_get_object_node()
3200 ylong_json_delete(null); in ut_ylong_json_get_object_node()
3232 ylong_json_delete(object); in ut_ylong_json_get_item_from_object_node()
3255 ylong_json_delete(item); in ut_ylong_json_add_item_to_object_then_get_node()
3263 ylong_json_delete(object); in ut_ylong_json_add_item_to_object_then_get_node()
3264 ylong_json_delete(item); in ut_ylong_json_add_item_to_object_then_get_node()
3272 ylong_json_delete(object); in ut_ylong_json_add_item_to_object_then_get_node()
3282 ylong_json_delete(object); in ut_ylong_json_add_item_to_object_then_get_node()
3290 ylong_json_delete(null); in ut_ylong_json_add_item_to_object_then_get_node()
3292 ylong_json_delete(item); in ut_ylong_json_add_item_to_object_then_get_node()
3312 ylong_json_delete(item); in ut_ylong_json_replace_item_of_object_node()
3321 ylong_json_delete(object); in ut_ylong_json_replace_item_of_object_node()
3336 ylong_json_delete(object); in ut_ylong_json_replace_item_of_object_node()
3371 ylong_json_delete(item); in ut_ylong_json_remove_object_node()
3372 ylong_json_delete(object); in ut_ylong_json_remove_object_node()
3404 ylong_json_delete(object); in ut_ylong_json_delete_object_node()