Home
last modified time | relevance | path

Searched refs:get_external_subcommand_value_parser (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/parser/matches/
Dmatched_arg.rs56 cmd.get_external_subcommand_value_parser() in new_external()
/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs166 cmd.get_external_subcommand_value_parser() in start_occurrence_of_external()
Dparser.rs426 self.cmd.get_external_subcommand_value_parser().cloned() in get_matches_with()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3699 pub fn get_external_subcommand_value_parser(&self) -> Option<&super::ValueParser> { in get_external_subcommand_value_parser() method