Home
last modified time | relevance | path

Searched defs:WherePredicate (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/
H A Dbound.rs31 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/
Dbound.rs31 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/
Dattr.rs622 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 Dattr.rs622 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/
Dgenerics.rs290 fn where_predicate(&mut self, predicate: &WherePredicate) { in where_predicate()
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/
Dutils.rs68 ) -> WherePredicate { in insert_lifetime_and_bound()
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/
Dlifetimes.rs240 impl UsesLifetimes for syn::WherePredicate { implementation
Dtype_params.rs214 impl UsesTypeParams for syn::WherePredicate { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Dfold.rs983 i: crate::WherePredicate, in fold_where_predicate()
984 ) -> crate::WherePredicate { in fold_where_predicate()
3747 node: crate::WherePredicate, in fold_where_predicate()
Deq.rs2223 impl Eq for crate::WherePredicate {} implementation
2226 impl PartialEq for crate::WherePredicate { implementation
Dclone.rs2199 impl Clone for crate::WherePredicate { implementation
Dhash.rs2787 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 Dfold.rs983 i: crate::WherePredicate, in fold_where_predicate()
984 ) -> crate::WherePredicate { in fold_where_predicate()
3747 node: crate::WherePredicate, in fold_where_predicate()
H A Deq.rs2223 impl Eq for crate::WherePredicate {} implementation
2226 impl PartialEq for crate::WherePredicate { implementation
H A Dclone.rs2199 impl Clone for crate::WherePredicate { implementation
H A Dhash.rs2787 impl Hash for crate::WherePredicate { implementation
H A Dvisit_mut.rs921 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 Dgenerics.rs983 impl Parse for WherePredicate { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dgenerics.rs929 impl Parse for WherePredicate { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dgenerics.rs929 impl Parse for WherePredicate { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dlib.rs1004 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 Deq.rs2179 impl Eq for WherePredicate {} implementation
2182 impl PartialEq for WherePredicate { implementation
H A Dclone.rs2233 impl Clone for WherePredicate { implementation
H A Dhash.rs2849 impl Hash for WherePredicate { implementation
H A Dfold.rs778 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()

12