Home
last modified time | relevance | path

Searched refs:AnyValueId (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Daction.rs329 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> {
330 use crate::parser::AnyValueId;
337 Self::Count => Some(AnyValueId::of::<CountType>()),
H A Dvalue_parser.rs5 use crate::parser::AnyValueId;
235 pub fn type_id(&self) -> AnyValueId { in type_id()
587 fn type_id(&self) -> AnyValueId; in type_id()
621 fn type_id(&self) -> AnyValueId { in type_id()
622 AnyValueId::of::<T>() in type_id()
H A Darg.rs3880 if type_id == crate::parser::AnyValueId::of::<std::path::PathBuf>() { in get_value_hint()
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs6 id: AnyValueId,
11 let id = AnyValueId::of::<V>();
30 pub(crate) fn type_id(&self) -> AnyValueId {
42 pub struct AnyValueId { in fmt() structure names
48 impl AnyValueId { impls
58 impl PartialEq for AnyValueId {
64 impl Eq for AnyValueId {}
66 impl PartialOrd for AnyValueId {
72 impl Ord for AnyValueId {
78 impl std::hash::Hash for AnyValueId {
[all...]
H A Dmatched_arg.rs10 use crate::parser::AnyValueId;
19 type_id: Option<AnyValueId>,
169 pub(crate) fn type_id(&self) -> Option<AnyValueId> {
173 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId {
H A Dmod.rs6 pub use any_value::AnyValueId;
H A Darg_matches.rs12 use crate::parser::AnyValueId;
1264 let expected = AnyValueId::of::<T>(); in try_remove_arg_t()
1278 let expected = AnyValueId::of::<T>(); in verify_arg_t()
/third_party/rust/crates/clap/src/parser/
H A Derror.rs10 actual: super::AnyValueId,
12 expected: super::AnyValueId,
H A Dmod.rs14 pub(crate) use self::matches::AnyValueId;

Completed in 17 milliseconds