Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
Dparser.rs63 let mut pos_counter = 1; in get_matches_with() localVariable
137 pos_counter, in get_matches_with()
209 pos_counter, in get_matches_with()
312 pos_counter = { in get_matches_with()
313 let is_second_to_last = pos_counter + 1 == positional_count; in get_matches_with()
333 pos_counter in get_matches_with()
345 .find(|a| a.get_index() == Some(pos_counter)) in get_matches_with()
365 pos_counter + 1 in get_matches_with()
367 pos_counter in get_matches_with()
377 pos_counter in get_matches_with()
[all …]
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3861 let mut pos_counter = 1; in _build_self() localVariable
3881 a.index = Some(pos_counter); in _build_self()
3882 pos_counter += 1; in _build_self()