/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/ |
H A D | bound.rs | 31 predicates: &[syn::WherePredicate], in with_where_predicates() 44 from_field: fn(&attr::Field) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_fields() 60 from_variant: fn(&attr::Variant) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_variants()
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/ |
D | bound.rs | 31 predicates: &[syn::WherePredicate], in with_where_predicates() 44 from_field: fn(&attr::Field) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_fields() 60 from_variant: fn(&attr::Variant) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_variants()
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/ |
D | attr.rs | 622 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 626 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1000 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 1004 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1362 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 1366 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1458 ) -> syn::Result<SerAndDe<Vec<syn::WherePredicate>>> { in get_where_predicates() 1556 ) -> syn::Result<Vec<syn::WherePredicate>> { in parse_lit_into_where()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/ |
H A D | attr.rs | 622 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 626 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1000 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 1004 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1362 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() 1366 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() 1458 ) -> syn::Result<SerAndDe<Vec<syn::WherePredicate>>> { in get_where_predicates() 1556 ) -> syn::Result<Vec<syn::WherePredicate>> { in parse_lit_into_where()
|
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/ |
D | generics.rs | 290 fn where_predicate(&mut self, predicate: &WherePredicate) { in where_predicate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/ |
D | utils.rs | 68 ) -> WherePredicate { in insert_lifetime_and_bound()
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/ |
D | lifetimes.rs | 240 impl UsesLifetimes for syn::WherePredicate { implementation
|
D | type_params.rs | 214 impl UsesTypeParams for syn::WherePredicate { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/ |
D | fold.rs | 983 i: crate::WherePredicate, in fold_where_predicate() 984 ) -> crate::WherePredicate { in fold_where_predicate() 3747 node: crate::WherePredicate, in fold_where_predicate()
|
D | eq.rs | 2223 impl Eq for crate::WherePredicate {} implementation 2226 impl PartialEq for crate::WherePredicate { implementation
|
D | clone.rs | 2199 impl Clone for crate::WherePredicate { implementation
|
D | hash.rs | 2787 impl Hash for crate::WherePredicate { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/ |
H A D | fold.rs | 983 i: crate::WherePredicate, in fold_where_predicate() 984 ) -> crate::WherePredicate { in fold_where_predicate() 3747 node: crate::WherePredicate, in fold_where_predicate()
|
H A D | eq.rs | 2223 impl Eq for crate::WherePredicate {} implementation 2226 impl PartialEq for crate::WherePredicate { implementation
|
H A D | clone.rs | 2199 impl Clone for crate::WherePredicate { implementation
|
H A D | hash.rs | 2787 impl Hash for crate::WherePredicate { implementation
|
H A D | visit_mut.rs | 921 fn visit_where_predicate_mut(&mut self, i: &mut crate::WherePredicate) { in visit_where_predicate_mut()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | generics.rs | 983 impl Parse for WherePredicate { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | generics.rs | 929 impl Parse for WherePredicate { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | generics.rs | 929 impl Parse for WherePredicate { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | lib.rs | 1004 fn cmp_wp_idents(x: &WherePredicate, y: &WherePredicate) -> bool { in merge_generics()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/ |
H A D | eq.rs | 2179 impl Eq for WherePredicate {} implementation 2182 impl PartialEq for WherePredicate { implementation
|
H A D | clone.rs | 2233 impl Clone for WherePredicate { implementation
|
H A D | hash.rs | 2849 impl Hash for WherePredicate { implementation
|
H A D | fold.rs | 778 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()
|