Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Doptions.rs54 .takes_value(true) in builder_from_flags()
61 .takes_value(true) in builder_from_flags()
68 .takes_value(true) in builder_from_flags()
78 .takes_value(true) in builder_from_flags()
88 .takes_value(true) in builder_from_flags()
116 .takes_value(true) in builder_from_flags()
126 .takes_value(true) in builder_from_flags()
136 .takes_value(true) in builder_from_flags()
144 .takes_value(true) in builder_from_flags()
152 .takes_value(true) in builder_from_flags()
[all …]
/external/rust/cxx/gen/cmd/src/
Dapp.rs128 .takes_value(true) in arg_cxx_impl_annotations()
151 .takes_value(true) in arg_include()
166 .takes_value(true) in arg_output()
/external/rust/crates/criterion/src/
Dlib.rs747 .takes_value(true) in configure_from_args()
767 .takes_value(true) in configure_from_args()
776 .takes_value(true) in configure_from_args()
781 .takes_value(true) in configure_from_args()
787 .takes_value(true) in configure_from_args()
791 .takes_value(true) in configure_from_args()
795 .takes_value(true) in configure_from_args()
799 .takes_value(true) in configure_from_args()
803 .takes_value(true) in configure_from_args()
807 .takes_value(true) in configure_from_args()
[all …]
/external/rust/crates/clap/src/args/
Dany_arg.rs31 fn takes_value(&self) -> bool; in takes_value() method
104 fn takes_value(&self) -> bool { in takes_value() function
105 (*self).takes_value() in takes_value()
Darg_matcher.rs94 } else if !aa.takes_value() && ma.occurs > 1 { in handle_self_overrides()
Darg.rs116 "takes_value" => yaml_to_bool!(a, v, takes_value), in from_yaml()
1832 pub fn takes_value(self, tv: bool) -> Self { in takes_value() method
/external/rust/crates/structopt-derive/src/
Dlib.rs168 .takes_value(false) in gen_augmentation()
173 .takes_value(true) in gen_augmentation()
179 .takes_value(true) in gen_augmentation()
187 .takes_value(true) in gen_augmentation()
194 .takes_value(true) in gen_augmentation()
200 .takes_value(false) in gen_augmentation()
205 .takes_value(false) in gen_augmentation()
212 .takes_value(true) in gen_augmentation()
/external/python/cpython2/Lib/
Doptparse.py345 if option.takes_value():
682 takes_value = (self.action in self.STORE_ACTIONS or
684 if self.dest is None and takes_value:
753 def takes_value(self): member in Option
1495 if option.takes_value():
1528 if option.takes_value():
/external/python/cpython3/Lib/
Doptparse.py351 if option.takes_value():
678 takes_value = (self.action in self.STORE_ACTIONS or
680 if self.dest is None and takes_value:
749 def takes_value(self): member in Option
1482 if option.takes_value():
1514 if option.takes_value():
/external/rust/crates/clap/src/args/arg_builder/
Dflag.rs85 fn takes_value(&self) -> bool { in takes_value() method
Dpositional.rs195 fn takes_value(&self) -> bool { in takes_value() method
Doption.rs174 fn takes_value(&self) -> bool { in takes_value() method
/external/rust/crates/clap/src/
Dmacros.rs755 clap_app!{ @arg ($arg.value_name(stringify!($var))) (+) +takes_value +required $($tail)* }
761 clap_app!{ @arg ($arg.value_name(stringify!($var))) (+) +takes_value $($tail)* }
/external/rust/crates/clap/src/app/
Dhelp.rs304 if arg.takes_value() { in long()
330 if arg.takes_value() { in val()
Dvalidator.rs415 if a.takes_value() && !min_vals_zero && ma.vals.is_empty() { in validate_arg_num_vals()
Dmod.rs1862 fn takes_value(&self) -> bool { in takes_value() method
/external/rust/crates/clap/
DREADME.md162 .takes_value(true))
227 takes_value: true
DCHANGELOG.md2768 * **tests** add missing .takes_value(true) to option2 ([bdb0e88f](https://github.com/kbknapp/clap-…