Searched refs:BoundLifetimes (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/syn/src/ |
D | generics.rs | 434 pub struct BoundLifetimes { 442 impl Default for BoundLifetimes { implementation 444 BoundLifetimes { in default() 499 pub lifetimes: Option<BoundLifetimes>, 563 pub lifetimes: Option<BoundLifetimes>, 733 impl Parse for BoundLifetimes { implementation 735 Ok(BoundLifetimes { in parse() 755 impl Parse for Option<BoundLifetimes> { 842 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse() 1160 impl ToTokens for BoundLifetimes { implementation
|
D | lib.rs | 360 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeDef, PredicateEq,
|
D | ty.rs | 115 pub lifetimes: Option<BoundLifetimes>, 403 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 72 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes() argument 933 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() 937 BoundLifetimes { in fold_bound_lifetimes()
|
D | clone.rs | 109 impl Clone for BoundLifetimes { implementation 111 BoundLifetimes { in clone()
|
D | eq.rs | 139 impl Eq for BoundLifetimes {} implementation 142 impl PartialEq for BoundLifetimes { implementation
|
D | visit_mut.rs | 75 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut() argument 974 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
|
D | visit.rs | 71 fn visit_bound_lifetimes(&mut self, i: &'ast BoundLifetimes) { in visit_bound_lifetimes() argument 970 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes()
|
D | hash.rs | 202 impl Hash for BoundLifetimes { implementation
|
D | debug.rs | 251 impl Debug for BoundLifetimes { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 278 impl Debug for Lite<syn::BoundLifetimes> { 4270 struct Print(syn::BoundLifetimes); in fmt() 4533 struct Print(syn::BoundLifetimes); in fmt() 4846 struct Print(syn::BoundLifetimes); in fmt() 5080 struct Print(syn::BoundLifetimes); in fmt()
|