Lines Matching refs:remove
555 // Uses method 'remove' of Array, but not the method 'remove' of underlying data structure.
556 if let Some(v) = Array::remove(array, index as usize) {
577 array.remove(index as usize);
877 if let Some(v) = object.remove(index) {
903 object.remove(index);
2161 /// 1. Calls `ylong_json_remove_array_item_by_index` to remove an item in the array by index.
2162 /// (Uses the method 'remove' of Array.)
2219 /// (Uses the method 'remove' of underlying data structure.)
2461 /// 1. Calls `ylong_json_remove_array_node` to remove an array node.
2909 /// 1. Calls `ylong_json_remove_object_item_by_index` to remove an item in the object by index.
3347 /// 1. Calls `ylong_json_remove_object_node` to remove an object node.