Searched refs:write_args (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 182 self.write_args( 189 self.write_args( 385 self.write_args(&pos, "Arguments", positional_sort_key); 395 self.write_args(&non_pos, "Options", option_sort_key); 419 self.write_args(&args, heading, option_sort_key); 425 fn write_args(&mut self, args: &[&Arg], _category: &str, sort_key: ArgSortKey) { in write_args() functions 426 debug!("HelpTemplate::write_args {}", _category); in write_args() 441 "HelpTemplate::write_args: arg={:?} longest={}", in write_args()
|
/third_party/rust/crates/env_logger/src/fmt/ |
H A D | mod.rs | 232 self.write_args(record) in write() 339 fn write_args(&mut self, record: &Record) -> io::Result<()> { in write_args() functions
|
Completed in 3 milliseconds