Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dflags.rs49 fn parse_from_flag(b: bool) -> usize { in non_bool_type_flag() function
59 … long, action = ArgAction::SetTrue, value_parser = BoolishValueParser::new().map(parse_from_flag))] in non_bool_type_flag()
61 … long, action = ArgAction::SetTrue, value_parser = BoolishValueParser::new().map(parse_from_flag))] in non_bool_type_flag()