Home
last modified time | relevance | path

Searched defs:LabelStyle (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs236 multi_labels: &[(usize, LabelStyle, MultiLabel<'_>)], in render_snippet_source() argument
606 multi_labels: &[(usize, LabelStyle, MultiLabel<'_>)], in render_snippet_empty() argument
625 multi_labels: &[(usize, LabelStyle, MultiLabel<'_>)], in render_snippet_break() argument
783 label_style: LabelStyle, in label_multi_left()
784 underline: Option<LabelStyle>, in label_multi_left()
809 label_style: LabelStyle, in label_multi_top_left()
826 label_style: LabelStyle, in label_multi_bottom_left()
843 label_style: LabelStyle, in label_multi_top_caret()
876 label_style: LabelStyle, in label_multi_bottom_caret()
937 multi_labels: &[(usize, LabelStyle, MultiLabel<'_>)], in inner_gutter() argument
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs55 pub enum LabelStyle { enum
80 style: LabelStyle, in new()