Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dparser.rs913 let mut pos_counter = 1; in get_matches_with() localVariable
1048 && pos_counter == (self.positionals.len() - 1); in get_matches_with()
1050 && (pos_counter == (self.positionals.len() - 1) in get_matches_with()
1054 pos_counter in get_matches_with()
1064 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1079 pos_counter += 1; in get_matches_with()
1083 pos_counter += 1; in get_matches_with()
1091 pos_counter = self.positionals.len(); in get_matches_with()
1093 if let Some(p) = self.positionals.get(pos_counter) { in get_matches_with()
1103 && (self.is_set(AS::TrailingVarArg) && pos_counter == self.positionals.len()) in get_matches_with()
[all …]