Home
last modified time | relevance | path

Searched defs:with_args (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/parser/
Dvalidator.rs468 fn with_args(cmd: &Command, matcher: &ArgMatcher) -> Self { in with_args() method
/external/crosvm/tools/impl/
Dcommon.py220 def with_args(self, *args: Any): member in Command