Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs350 pub fn to_short(&self) -> Option<ShortFlags<'_>> { in to_short()
359 Some(ShortFlags::new(remainder_os, remainder)) in to_short()
397 pub struct ShortFlags<'s> { struct
403 impl<'s> ShortFlags<'s> { argument
471 impl<'s> Iterator for ShortFlags<'s> { implementation
/third_party/rust/crates/clap/src/parser/
Dparser.rs849 mut short_arg: clap_lex::ShortFlags<'_>, in parse_short_arg()