Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
Dvalidator.rs250 let mut highest_index = 0; in validate_required() localVariable
281 highest_index = highest_index.max(arg.get_index().unwrap_or(0)); in validate_required()
343 highest_index = highest_index.max(a.get_index().unwrap_or(0)); in validate_required()
355 if pos.get_index() < Some(highest_index) { in validate_required()