Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dargs_info_tests.rs781 struct LastRepeatingGreedy { in positional_greedy() struct
784 pub a: u32, in positional_greedy()
787 pub b: bool, in positional_greedy()
790 pub c: Option<String>, in positional_greedy()
793 pub d: Vec<String>, in positional_greedy()
Dlib.rs505 struct LastRepeatingGreedy { struct
508 a: u32,
511 b: bool,
514 c: Option<String>,
517 d: Vec<String>,