Home
last modified time | relevance | path

Searched defs:AnyValueId (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A Dany_value.rs30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id()
42 pub struct AnyValueId { struct
48 impl AnyValueId { argument
58 impl PartialEq for AnyValueId { implementation
64 impl Eq for AnyValueId {} implementation
66 impl PartialOrd for AnyValueId { implementation
72 impl PartialEq<std::any::TypeId> for AnyValueId { implementation
78 impl Ord for AnyValueId { implementation
84 impl std::hash::Hash for AnyValueId { implementation
90 impl std::fmt::Debug for AnyValueId { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/
Dany_value.rs30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id()
42 pub struct AnyValueId { struct
48 impl AnyValueId { argument
58 impl PartialEq for AnyValueId { implementation
64 impl Eq for AnyValueId {} implementation
66 impl PartialOrd for AnyValueId { implementation
72 impl PartialEq<std::any::TypeId> for AnyValueId { implementation
78 impl Ord for AnyValueId { implementation
84 impl std::hash::Hash for AnyValueId { implementation
90 impl std::fmt::Debug for AnyValueId { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Dany_value.rs30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id()
42 pub struct AnyValueId { struct
48 impl AnyValueId { implementation
58 impl PartialEq for AnyValueId { implementation
64 impl Eq for AnyValueId {} implementation
66 impl PartialOrd for AnyValueId { implementation
72 impl Ord for AnyValueId { implementation
78 impl std::hash::Hash for AnyValueId { implementation
84 impl std::fmt::Debug for AnyValueId { implementation
97 impl<'a, A: ?Sized + 'static> From<&'a A> for AnyValueId { implementation
Dmatched_arg.rs181 pub(crate) fn type_id(&self) -> Option<AnyValueId> { in type_id()
185 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId { in infer_type_id()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/
Dmatched_arg.rs169 pub(crate) fn type_id(&self) -> Option<AnyValueId> { in type_id()
173 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId { in infer_type_id()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/
H A Dmatched_arg.rs169 pub(crate) fn type_id(&self) -> Option<AnyValueId> { in type_id()
173 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId { in infer_type_id()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Daction.rs326 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> { in value_type_id()
Dvalue_parser.rs237 pub fn type_id(&self) -> AnyValueId { in type_id()
555 fn type_id(&self) -> AnyValueId; in type_id()
589 fn type_id(&self) -> AnyValueId { in type_id()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Daction.rs403 pub(crate) fn value_type_id(&self) -> Option<AnyValueId> { in value_type_id()
Dvalue_parser.rs246 pub fn type_id(&self) -> AnyValueId { in type_id()
627 fn type_id(&self) -> AnyValueId; in type_id()
683 fn type_id(&self) -> AnyValueId { in type_id()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Daction.rs403 pub(crate) fn value_type_id(&self) -> Option<AnyValueId> { in value_type_id()
H A Dvalue_parser.rs246 pub fn type_id(&self) -> AnyValueId { in type_id()
627 fn type_id(&self) -> AnyValueId; in type_id()
683 fn type_id(&self) -> AnyValueId { in type_id()