Home
last modified time | relevance | path

Searched defs:styled (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/android-crates-io/crates/clap_builder/src/output/
Dusage.rs44 let mut styled = StyledStr::new(); in create_usage_with_title() localVariable
64 let mut styled = StyledStr::new(); in create_usage_no_title() localVariable
374 let styled = required_positionals[index].take().unwrap(); in write_args() localVariable
381 let mut styled; in write_args() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/output/
Dusage.rs44 let mut styled = StyledStr::new(); in create_usage_with_title() localVariable
64 let mut styled = StyledStr::new(); in create_usage_no_title() localVariable
339 let styled = required_positionals[index].take().unwrap(); in write_args() localVariable
346 let mut styled; in write_args() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/output/
Dusage.rs44 let mut styled = StyledStr::new(); in create_usage_with_title() localVariable
64 let mut styled = StyledStr::new(); in create_usage_no_title() localVariable
339 let styled = required_positionals[index].take().unwrap(); in write_args() localVariable
346 let mut styled; in write_args() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dformat.rs43 let mut styled = StyledStr::new(); in format_error() localVariable
71 let mut styled = StyledStr::new(); in format_error() localVariable
402 let mut styled = StyledStr::new(); in format_error_message() localVariable
Dmod.rs800 let styled = F::format_error(self); in formatted() localVariable
857 let styled = format::format_error_message( in format() localVariable
873 let styled = format::format_error_message(s, styles, None, None); in formatted() localVariable
/external/rust/android-crates-io/crates/clap_builder/src/error/
Dformat.rs36 let mut styled = StyledStr::new(); in format_error() localVariable
64 let mut styled = StyledStr::new(); in format_error() localVariable
457 let mut styled = StyledStr::new(); in format_error_message() localVariable
Dmod.rs817 let styled = F::format_error(self); in formatted() localVariable
874 let styled = format::format_error_message( in format() localVariable
890 let styled = format::format_error_message(s, styles, None, None); in formatted() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dformat.rs43 let mut styled = StyledStr::new(); in format_error() localVariable
71 let mut styled = StyledStr::new(); in format_error() localVariable
402 let mut styled = StyledStr::new(); in format_error_message() localVariable
Dmod.rs800 let styled = F::format_error(self); in formatted() localVariable
857 let styled = format::format_error_message( in format() localVariable
873 let styled = format::format_error_message(s, styles, None, None); in formatted() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dstyled_str.rs167 let mut styled = StyledStr::new(); in from() localVariable
175 let mut styled = StyledStr::new(); in from() localVariable
Dcommand.rs877 let mut styled = StyledStr::new(); in print_help() localVariable
905 let mut styled = StyledStr::new(); in print_long_help() localVariable
934 let mut styled = StyledStr::new(); in render_help() localVariable
961 let mut styled = StyledStr::new(); in render_long_help() localVariable
975 let mut styled = StyledStr::new(); in write_help() localVariable
990 let mut styled = StyledStr::new(); in write_long_help() localVariable
4842 let mut styled = StyledStr::new(); in format_group() localVariable
5050 let mut styled = StyledStr::new(); in write_help_err() localVariable
Dstyling.rs48 pub const fn styled() -> Self { in styled() method
/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dstyled_str.rs167 let mut styled = StyledStr::new(); in from() localVariable
175 let mut styled = StyledStr::new(); in from() localVariable
Dcommand.rs850 let mut styled = StyledStr::new(); in print_help() localVariable
878 let mut styled = StyledStr::new(); in print_long_help() localVariable
907 let mut styled = StyledStr::new(); in render_help() localVariable
934 let mut styled = StyledStr::new(); in render_long_help() localVariable
948 let mut styled = StyledStr::new(); in write_help() localVariable
963 let mut styled = StyledStr::new(); in write_long_help() localVariable
4558 let mut styled = StyledStr::new(); in format_group() localVariable
4773 let mut styled = StyledStr::new(); in write_help_err() localVariable
Dstyling.rs48 pub const fn styled() -> Self { in styled() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dstyled_str.rs167 let mut styled = StyledStr::new(); in from() localVariable
175 let mut styled = StyledStr::new(); in from() localVariable
Dcommand.rs877 let mut styled = StyledStr::new(); in print_help() localVariable
905 let mut styled = StyledStr::new(); in print_long_help() localVariable
934 let mut styled = StyledStr::new(); in render_help() localVariable
961 let mut styled = StyledStr::new(); in render_long_help() localVariable
975 let mut styled = StyledStr::new(); in write_help() localVariable
990 let mut styled = StyledStr::new(); in write_long_help() localVariable
4842 let mut styled = StyledStr::new(); in format_group() localVariable
5050 let mut styled = StyledStr::new(); in write_help_err() localVariable
Dstyling.rs48 pub const fn styled() -> Self { in styled() method
Darg.rs4584 let mut styled = StyledStr::new(); in stylized() localVariable
4599 let mut styled = StyledStr::new(); in stylize_arg_suffix() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/
Dmacros.rs558 let mut styled = $crate::builder::StyledStr::new(); localVariable
/external/rust/android-crates-io/crates/clap_builder/src/
Dmacros.rs542 let mut styled = $crate::builder::StyledStr::new(); localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/
Dmacros.rs558 let mut styled = $crate::builder::StyledStr::new(); localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/
Dparser.rs1614 let styled = self.cmd.write_help_err(use_long); in help_err() localVariable
1619 let styled = self.cmd.write_version_err(use_long); in version_err() localVariable
/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dparser.rs1589 let styled = self.cmd.write_help_err(use_long); in help_err() localVariable
1594 let styled = self.cmd.write_version_err(use_long); in version_err() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/
Dparser.rs1614 let styled = self.cmd.write_help_err(use_long); in help_err() localVariable
1619 let styled = self.cmd.write_version_err(use_long); in version_err() localVariable

12