Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs201 expected.accepts_more(num_pending) in needs_more_vals()
/third_party/rust/crates/clap/src/builder/
Drange.rs98 pub(crate) fn accepts_more(&self, current: usize) -> bool { in accepts_more() method