Searched defs:AnyValue (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/clap/src/parser/matches/ |
D | any_value.rs | 2 pub(crate) struct AnyValue { struct 6 id: AnyValueId, argument 9 impl AnyValue { implementation 35 impl std::fmt::Debug for AnyValue { implementation
|
D | matched_arg.rs | 78 pub(crate) fn vals(&self) -> Iter<Vec<AnyValue>> { in vals() 82 pub(crate) fn into_vals(self) -> Vec<Vec<AnyValue>> { in into_vals() 86 pub(crate) fn vals_flatten(&self) -> Flatten<Iter<Vec<AnyValue>>> { in vals_flatten() 90 pub(crate) fn into_vals_flatten(self) -> Flatten<std::vec::IntoIter<Vec<AnyValue>>> { in into_vals_flatten() 102 pub(crate) fn first(&self) -> Option<&AnyValue> { in first() 116 pub(crate) fn append_val(&mut self, val: AnyValue, raw_val: OsString) { in append_val()
|
/third_party/rust/crates/clap/src/parser/ |
D | arg_matcher.rs | 175 pub(crate) fn add_val_to(&mut self, arg: &Id, val: AnyValue, raw_val: OsString) { in add_val_to()
|
/third_party/rust/crates/clap/src/builder/ |
D | value_parser.rs | 230 ) -> Result<AnyValue, crate::Error> { in parse_ref() 577 ) -> Result<AnyValue, crate::Error>; in parse_ref() 584 ) -> Result<AnyValue, crate::Error>; in parse() 606 ) -> Result<AnyValue, crate::Error> { in parse_ref() 616 ) -> Result<AnyValue, crate::Error> { in parse()
|