Searched defs:ColorConfig (Results 1 – 7 of 7) sorted by relevance
| /third_party/rust/rust/library/test/src/ |
| D | options.rs | 20 pub enum ColorConfig { enum
|
| D | cli.rs | 428 fn get_color_config(matches: &getopts::Matches) -> OptPartRes<ColorConfig> { in get_color_config()
|
| /third_party/rust/rust/compiler/rustc_errors/src/ |
| D | emitter.rs | 54 pub fn unzip(self) -> (bool, ColorConfig) { in unzip() argument 612 pub enum ColorConfig { enum 618 impl ColorConfig { impl 666 color_config: ColorConfig, in stderr()
|
| D | lib.rs | 547 color_config: ColorConfig, in with_tty_emitter() 564 color_config: ColorConfig, in with_tty_emitter_and_flags()
|
| /third_party/rust/rust/compiler/rustc_driver_impl/src/ |
| D | lib.rs | 544 fn handle_explain(handler: &EarlyErrorHandler, registry: Registry, code: &str, color: ColorConfig) { in handle_explain() 583 fn show_md_content_with_pager(content: &str, color: ColorConfig) { in show_md_content_with_pager()
|
| /third_party/rust/rust/src/tools/rustfmt/src/parse/ |
| D | session.rs | 111 impl From<Color> for ColorConfig { implementation
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | config.rs | 1803 pub fn parse_color(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> ColorConfig { in parse_color() 1897 color: ColorConfig, in parse_error_format()
|