Lines Matching refs:Bottom
54 Bottom(usize, &'diagnostic str), enumerator
60 Bottom, enumerator
264 MultiLabel::Left | MultiLabel::Bottom(..) => { in render_snippet_source()
288 MultiLabel::Bottom(start, _) => column_range.end <= *start, in render_snippet_source()
540 MultiLabel::Bottom(range, message) => (*label_style, range, Some(message)), in render_snippet_source()
563 MultiLabel::Bottom(..) if multi_label_index < *i => { in render_snippet_source()
570 MultiLabel::Bottom(..) if multi_label_index == *i => { in render_snippet_source()
571 underline = Some((*ls, VerticalBound::Bottom)); in render_snippet_source()
574 MultiLabel::Top(..) | MultiLabel::Bottom(..) => { in render_snippet_source()
917 VerticalBound::Bottom => self.config.chars.multi_bottom, in inner_gutter_column()
943 MultiLabel::Left | MultiLabel::Bottom(..) => { in inner_gutter()