Searched refs:write_args (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/clap/src/output/ |
D | help_template.rs | 182 self.write_args( in write_templated_help() 189 self.write_args( in write_templated_help() 383 self.write_args(&pos, "Arguments", positional_sort_key); in write_all_args() 392 self.write_args(&non_pos, "Options", option_sort_key); in write_all_args() 414 self.write_args(&args, heading, option_sort_key); in write_all_args() 420 fn write_args(&mut self, args: &[&Arg], _category: &str, sort_key: ArgSortKey) { in write_args() method
|
D | usage.rs | 87 self.write_args(&[], !incl_reqs, &mut styled); in create_help_usage() 139 self.write_args(used, false, &mut styled); in create_smart_usage() 190 pub(crate) fn write_args(&self, incls: &[Id], force_optional: bool, styled: &mut StyledStr) { in write_args() method
|
/third_party/rust/crates/env_logger/src/fmt/ |
D | mod.rs | 232 self.write_args(record) in write() 339 fn write_args(&mut self, record: &Record) -> io::Result<()> { in write_args() method
|