Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/
Dlib.rs594 Self::from_argmatches(Self::into_app().get_matches()) in parse()
603 Self::from_argmatches(Self::into_app().get_matches_from(argv)) in parse_from()
608 Self::try_from_argmatches(Self::into_app().get_matches_safe()?) in try_parse()
617 Self::try_from_argmatches(Self::into_app().get_matches_from_safe(argv)?) in try_parse_from()
624 fn into_app<'a, 'b>() -> clap::App<'a, 'b>; in into_app() method