Lines Matching refs:Box

58     Box::into_raw(Box::from(value)) as *mut YlongJson  in ylong_json_parse()
68 let _ = Box::from_raw(string); in ylong_json_free_string()
100 let _ = Box::from_raw(item as *mut JsonValue); in ylong_json_delete()
121 return Box::into_raw(Box::from(value_clone)) as *mut YlongJson; in ylong_json_duplicate()
125 Box::into_raw(Box::from(value.clone())) as *mut YlongJson in ylong_json_duplicate()
131 Box::into_raw(Box::from(JsonValue::Null)) as *mut YlongJson in ylong_json_create_null()
151 Box::into_raw(Box::from(JsonValue::Boolean(boolean != FALSE))) as *mut YlongJson in ylong_json_create_bool()
212 Box::into_raw(Box::from(JsonValue::Number(Number::Float(number)))) as *mut YlongJson in ylong_json_create_double_number()
219 Box::into_raw(Box::from(JsonValue::Number(Number::Signed(number)))) as *mut YlongJson in ylong_json_create_int_number()
365 Box::into_raw(Box::from(JsonValue::String(string))) as *mut YlongJson in ylong_json_create_string()
427 Box::into_raw(Box::from(JsonValue::Array(Array::new()))) as *mut YlongJson in ylong_json_create_array()
504 let value = Box::from_raw(item as *mut JsonValue); in ylong_json_add_item_to_array()
529 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_array_item_by_index()
557 return Box::into_raw(Box::new(v)) as *mut YlongJson; in ylong_json_remove_array_item_by_index()
636 let value = Box::from_raw(item as *mut JsonValue); in ylong_json_add_item_to_array_then_get_node()
657 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_item_of_array_node()
673 Box::into_raw(Box::new(node.remove_self().unwrap())) as *mut YlongJson in ylong_json_remove_array_node()
691 Box::into_raw(Box::from(JsonValue::Object(Object::new()))) as *mut YlongJson in ylong_json_create_object()
814 let value = Box::from_raw(item as *mut JsonValue); in ylong_json_add_item_to_object()
847 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_object_item_by_index()
878 return Box::into_raw(Box::new(v)) as *mut YlongJson; in ylong_json_remove_object_item_by_index()
1038 let value = Box::from_raw(item as *mut JsonValue); in ylong_json_add_item_to_object_then_get_node()
1059 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_item_of_object_node()
1077 Box::into_raw(Box::new(node.remove_self().unwrap().1)) as *mut YlongJson in ylong_json_remove_object_node()
1141 let _ = Box::from_raw(str); in ut_ylong_json_parse()
1155 let _ = Box::from_raw(str); in ut_ylong_json_parse()
1189 let _ = Box::from_raw(str); in ut_ylong_json_free_string()
1221 let _ = Box::from_raw(str); in ut_ylong_json_print_unformatted()
1248 let _ = Box::from_raw(str); in ut_ylong_json_delete()
1290 let _ = Box::from_raw(str); in ut_ylong_json_duplicate()
1807 let _ = Box::from_raw(str); in ut_ylong_json_create_string()
1830 let _ = Box::from_raw(str); in ut_ylong_json_is_string()
1867 let _ = Box::from_raw(str); in ut_ylong_json_get_value_from_string()
1895 let _ = Box::from_raw(str); in ut_ylong_json_set_value_to_string()
1900 let _ = Box::from_raw(str); in ut_ylong_json_set_value_to_string()
1912 let _ = Box::from_raw(str); in ut_ylong_json_set_value_to_string()
1920 let _ = Box::from_raw(str); in ut_ylong_json_set_value_to_string()
1926 let _ = Box::from_raw(str); in ut_ylong_json_set_value_to_string()
2029 let _ = Box::from_raw(str); in ut_ylong_json_get_array_item()
2175 let _ = Box::from_raw(str); in ut_ylong_json_remove_array_item_by_index()
2252 let _ = Box::from_raw(str); in ut_ylong_json_delete_array_item_by_index()
2281 let _ = Box::from_raw(str); in ut_ylong_json_get_array_node()
2327 let _ = Box::from_raw(str); in ut_ylong_json_get_item_from_array_node()
2475 let _ = Box::from_raw(str); in ut_ylong_json_remove_array_node()
2557 let _ = Box::from_raw(str); in ut_ylong_json_delete_array_node()
2687 let _ = Box::from_raw(str); in ut_ylong_json_has_object_item()
2699 let _ = Box::from_raw(str); in ut_ylong_json_has_object_item()
2703 let _ = Box::from_raw(str); in ut_ylong_json_has_object_item()
2707 let _ = Box::from_raw(str); in ut_ylong_json_has_object_item()
2714 let _ = Box::from_raw(str); in ut_ylong_json_has_object_item()
2734 let _ = Box::from_raw(str); in ut_ylong_json_get_object_item()
2746 let _ = Box::from_raw(str); in ut_ylong_json_get_object_item()
2751 let _ = Box::from_raw(str); in ut_ylong_json_get_object_item()
2756 let _ = Box::from_raw(str); in ut_ylong_json_get_object_item()
2763 let _ = Box::from_raw(str); in ut_ylong_json_get_object_item()
2784 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object()
2801 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object()
2813 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object()
2826 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object()
2850 let _ = Box::from_raw(str); in ut_ylong_json_replace_object_item_by_index()
2873 let _ = Box::from_raw(str); in ut_ylong_json_replace_object_item_by_index()
2887 let _ = Box::from_raw(str); in ut_ylong_json_replace_object_item_by_index()
2898 let _ = Box::from_raw(str); in ut_ylong_json_replace_object_item_by_index()
2918 let _ = Box::from_raw(str); in ut_ylong_json_remove_object_item_by_index()
2940 let _ = Box::from_raw(str); in ut_ylong_json_remove_object_item_by_index()
2947 let _ = Box::from_raw(str); in ut_ylong_json_remove_object_item_by_index()
2966 let _ = Box::from_raw(str); in ut_ylong_json_delete_object_by_index()
2986 let _ = Box::from_raw(str); in ut_ylong_json_delete_object_by_index()
2992 let _ = Box::from_raw(str); in ut_ylong_json_delete_object_by_index()
3064 let _ = Box::from_raw(text); in ut_ylong_json_get_all_object_items()
3136 let _ = Box::from_raw(text); in ut_ylong_json_for_each_object_item()
3172 let _ = Box::from_raw(str); in ut_ylong_json_get_object_node()
3185 let _ = Box::from_raw(text); in ut_ylong_json_get_object_node()
3188 let _ = Box::from_raw(str); in ut_ylong_json_get_object_node()
3198 let _ = Box::from_raw(str); in ut_ylong_json_get_object_node()
3230 let _ = Box::from_raw(text); in ut_ylong_json_get_item_from_object_node()
3231 let _ = Box::from_raw(str); in ut_ylong_json_get_item_from_object_node()
3254 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object_then_get_node()
3273 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object_then_get_node()
3283 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object_then_get_node()
3291 let _ = Box::from_raw(str); in ut_ylong_json_add_item_to_object_then_get_node()
3322 let _ = Box::from_raw(str); in ut_ylong_json_replace_item_of_object_node()
3337 let _ = Box::from_raw(str); in ut_ylong_json_replace_item_of_object_node()
3362 let _ = Box::from_raw(str); in ut_ylong_json_remove_object_node()
3403 let _ = Box::from_raw(str); in ut_ylong_json_delete_object_node()