Searched defs:used_width (Results 1 – 5 of 5) sorted by relevance
257 pub(crate) fn used_width(&self) -> usize { in used_width() method
350 let used_width = extra_offset(ident, shape); in new() localVariable
771 let used_width = last_line_width(&result); in rewrite() localVariable
1501 let used_width = last_line_used_width(result, offset.width()) + 3; in format_empty_struct_or_tuple() localVariable2336 let used_width = last_line_used_width(&result, indent.width()); in rewrite_fn_base() localVariable2431 let used_width = last_line_used_width(&result, indent.width()) + first_line_width(&ret_str); in rewrite_fn_base() localVariable
1001 let used_width = if pat_expr_string.contains('\n') { in rewrite_cond() localVariable