/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/ |
H A D | any_value.rs | 30 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/ |
D | any_value.rs | 30 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/ |
D | any_value.rs | 30 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
|
D | matched_arg.rs | 181 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/ |
D | matched_arg.rs | 169 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 D | matched_arg.rs | 169 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/ |
D | action.rs | 326 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> { in value_type_id()
|
D | value_parser.rs | 237 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/ |
D | action.rs | 403 pub(crate) fn value_type_id(&self) -> Option<AnyValueId> { in value_type_id()
|
D | value_parser.rs | 246 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 D | action.rs | 403 pub(crate) fn value_type_id(&self) -> Option<AnyValueId> { in value_type_id()
|
H A D | value_parser.rs | 246 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()
|