Searched defs:Lifetime (Results 1 – 13 of 13) sorted by relevance
| /third_party/rust/crates/syn/src/ |
| D | lifetime.rs | 19 pub struct Lifetime { struct 24 impl Lifetime { implementation 73 impl Display for Lifetime { implementation 80 impl Clone for Lifetime { implementation 89 impl PartialEq for Lifetime { implementation 95 impl Eq for Lifetime {} implementation 97 impl PartialOrd for Lifetime { implementation 103 impl Ord for Lifetime { implementation 109 impl Hash for Lifetime { implementation 130 impl Parse for Lifetime { implementation [all …]
|
| D | buffer.rs | 262 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
|
| D | item.rs | 841 pub fn lifetime(&self) -> Option<&Lifetime> { in lifetime()
|
| /third_party/rust/crates/quote/src/ |
| D | runtime.rs | 300 struct Lifetime<'a> { in push_lifetime() struct 301 name: &'a str, in push_lifetime() 302 state: u8, in push_lifetime() 305 impl<'a> Iterator for Lifetime<'a> { in push_lifetime() implementation 331 struct Lifetime<'a> { in push_lifetime_spanned() struct 332 name: &'a str, in push_lifetime_spanned() 333 span: Span, in push_lifetime_spanned() 334 state: u8, in push_lifetime_spanned() 337 impl<'a> Iterator for Lifetime<'a> { in push_lifetime_spanned() implementation
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | attr.rs | 1370 pub fn borrowed_lifetimes(&self) -> &BTreeSet<syn::Lifetime> { in borrowed_lifetimes() 1600 ) -> syn::Result<BTreeSet<syn::Lifetime>> { in parse_lit_into_lifetimes() 1783 ) -> Result<BTreeSet<syn::Lifetime>, ()> { in borrowable_lifetimes() 1795 fn collect_lifetimes(ty: &syn::Type, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes() 1862 fn collect_lifetimes_from_tokens(tokens: TokenStream, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes_from_tokens()
|
| /third_party/rust/crates/cxx/syntax/ |
| D | check.rs | 612 fn check_reserved_lifetime(cx: &mut Check, lifetime: &Lifetime) { in check_reserved_lifetime()
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | instruction.h | 193 enum Lifetime { enum
|
| /third_party/rust/crates/syn/src/gen/ |
| D | debug.rs | 1862 impl Debug for Lifetime { implementation 1864 impl Lifetime { in fmt() impl
|
| D | fold.rs | 533 fn fold_lifetime(&mut self, i: Lifetime) -> Lifetime { in fold_lifetime()
|
| D | visit_mut.rs | 533 fn visit_lifetime_mut(&mut self, i: &mut Lifetime) { in visit_lifetime_mut()
|
| D | visit.rs | 532 fn visit_lifetime(&mut self, i: &'ast Lifetime) { in visit_lifetime()
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| D | de.rs | 231 fn de_lifetime(&self) -> syn::Lifetime { in de_lifetime()
|
| /third_party/rust/crates/syn/ |
| D | syn.json | 2299 "Lifetime": [ array 2341 "Lifetime": [ array 4977 "Lifetime": [ array 5451 "Lifetime": [ array
|