Searched refs:total_remove_count (Results 1 – 1 of 1) sorted by relevance
183 let mut total_remove_count = 0; in remove() localVariable186 … total_remove_count += db.delete_datas(attributes, None, false).map_err(|e| e.code as u32)?; in remove()188 Ok(total_remove_count) in remove()194 let mut total_remove_count = 0; in ce_remove() localVariable199 Ok(total_remove_count) in ce_remove()209 let mut total_remove_count = 0; in remove_with_specific_cond() localVariable212 total_remove_count += in remove_with_specific_cond()215 Ok(total_remove_count) in remove_with_specific_cond()225 let mut total_remove_count = 0; in ce_remove_with_specific_cond() localVariable228 total_remove_count += in ce_remove_with_specific_cond()[all …]