Searched refs:collect_lifetimes (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 1298 collect_lifetimes(&field.ty, &mut borrowed_lifetimes); in from_ast() 1785 collect_lifetimes(&field.ty, &mut lifetimes); in borrowable_lifetimes() 1795 fn collect_lifetimes(ty: &syn::Type, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes() functions 1799 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1802 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1805 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1809 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1813 collect_lifetimes(elem, out); in collect_lifetimes() 1818 collect_lifetimes(&qself.ty, out); in collect_lifetimes() 1828 collect_lifetimes(t in collect_lifetimes() [all...] |
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 1298 collect_lifetimes(&field.ty, &mut borrowed_lifetimes); in from_ast() 1785 collect_lifetimes(&field.ty, &mut lifetimes); in borrowable_lifetimes() 1795 fn collect_lifetimes(ty: &syn::Type, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes() functions 1799 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1802 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1805 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1809 collect_lifetimes(&ty.elem, out); in collect_lifetimes() 1813 collect_lifetimes(elem, out); in collect_lifetimes() 1818 collect_lifetimes(&qself.ty, out); in collect_lifetimes() 1828 collect_lifetimes(t in collect_lifetimes() [all...] |
Completed in 5 milliseconds