Lines Matching defs:Opt
25 struct Opt { in bool_type_is_flag() struct
27 alice: bool, in bool_type_is_flag()
58 struct Opt { in non_bool_type_flag() struct
60 alice: usize, in non_bool_type_flag()
62 bob: usize, in non_bool_type_flag()
86 struct Opt { in inferred_help() struct
89 help: bool, in inferred_help()
107 struct Opt { in inferred_version() struct
110 version: bool, in inferred_version()
130 struct Opt { in count() struct
132 alice: u8, in count()
134 bob: u8, in count()
164 struct Opt { in mixed_type_flags() struct
166 alice: bool, in mixed_type_flags()
168 bob: u8, in mixed_type_flags()
232 struct Opt { in ignore_qualified_bool_type() struct
233 arg: inner::bool, in ignore_qualified_bool_type()
247 struct Opt { in override_implicit_action() struct
249 arg: bool, in override_implicit_action()
266 struct Opt { in override_implicit_from_flag_positional() struct
268 arg: bool, in override_implicit_from_flag_positional()
285 struct Opt { in unit_for_negation() struct
287 arg: bool, in unit_for_negation()
289 no_arg: (), in unit_for_negation()