| /external/rust/android-crates-io/crates/diplomat_core/src/hir/ |
| D | lifetimes.rs | 97 pub fn lifetimes(&self) -> Lifetimes { in lifetimes() 232 pub struct Lifetimes { struct 242 impl Lifetimes { argument 275 impl Lifetimes { impl 313 pub fn as_method_lifetimes(&self, method_lifetimes: &Lifetimes) -> Lifetimes { in as_method_lifetimes() 384 lifetimes: &'def Lifetimes, in new()
|
| D | elision.rs | 123 ) -> Lifetimes { in lower_lifetimes() 150 ) -> Lifetimes; in lower_generics() 254 fn self_lifetimes_or_new(&mut self, ast_lifetimes: &[ast::Lifetime]) -> Lifetimes { in self_lifetimes_or_new() 355 ) -> Lifetimes { in lower_generics() 395 ) -> Lifetimes { in lower_generics() 420 ) -> Lifetimes { in lower_generics()
|
| D | paths.rs | 138 pub(crate) fn lifetimes(&self) -> &Lifetimes { in lifetimes() 148 pub(super) fn new(lifetimes: Lifetimes, tcx_id: P::StructId) -> Self { in new() 179 pub(super) fn new(lifetimes: Lifetimes, optional: Opt, owner: Owner, tcx_id: OpaqueId) -> Self { in new() 221 pub(super) fn new(lifetimes: Lifetimes, tcx_id: TraitId) -> Self { in new()
|
| D | ty_position.rs | 212 fn lifetimes(&self) -> &Lifetimes; in lifetimes() 224 fn lifetimes(&self) -> &Lifetimes { in lifetimes() 242 fn lifetimes(&self) -> &Lifetimes { in lifetimes()
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
| D | generics.rs | 69 impl Lifetimes { impl 77 let Lifetimes { in to_tokens() localVariable
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
| D | generics.rs | 69 impl Lifetimes { implementation 77 let Lifetimes { in to_tokens() localVariable
|
| /external/rust/cxx/macro/src/ |
| D | generics.rs | 69 impl Lifetimes { implementation 77 let Lifetimes { in to_tokens() localVariable
|
| /external/rust/android-crates-io/crates/diplomat_core/src/hir/methods/ |
| D | borrowing_field.rs | 189 method_lifetimes: &Lifetimes, in from_type() 215 lifetimes: &'m Lifetimes, in visit_opaque() 218 method_lifetimes: &Lifetimes, in visit_opaque() 235 method_lifetimes: &Lifetimes, in visit_slice() 251 method_lifetimes: &Lifetimes, in visit_struct()
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
| D | impls.rs | 86 impl Eq for Lifetimes {} implementation 88 impl PartialEq for Lifetimes { implementation 90 let Lifetimes { in eq() localVariable 95 let Lifetimes { in eq() localVariable 104 impl Hash for Lifetimes { implementation 106 let Lifetimes { in hash() localVariable
|
| D | tokens.rs | 241 impl ToTokens for Lifetimes { implementation 243 let Lifetimes { in to_tokens() localVariable
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
| D | impls.rs | 86 impl Eq for Lifetimes {} implementation 88 impl PartialEq for Lifetimes { implementation 90 let Lifetimes { in eq() localVariable 95 let Lifetimes { in eq() localVariable 104 impl Hash for Lifetimes { implementation 106 let Lifetimes { in hash() localVariable
|
| D | tokens.rs | 241 impl ToTokens for Lifetimes { implementation 243 let Lifetimes { in to_tokens() localVariable
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
| D | impls.rs | 86 impl Eq for Lifetimes {} implementation 88 impl PartialEq for Lifetimes { implementation 90 let Lifetimes { in eq() localVariable 95 let Lifetimes { in eq() localVariable 104 impl Hash for Lifetimes { implementation 106 let Lifetimes { in hash() localVariable
|
| D | tokens.rs | 241 impl ToTokens for Lifetimes { implementation 243 let Lifetimes { in to_tokens() localVariable
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
| D | impls.rs | 86 impl Eq for Lifetimes {} implementation 88 impl PartialEq for Lifetimes { implementation 90 let Lifetimes { in eq() localVariable 95 let Lifetimes { in eq() localVariable 104 impl Hash for Lifetimes { implementation 106 let Lifetimes { in hash() localVariable
|
| D | tokens.rs | 241 impl ToTokens for Lifetimes { implementation 243 let Lifetimes { in to_tokens() localVariable
|
| /external/rust/cxx/syntax/ |
| D | impls.rs | 86 impl Eq for Lifetimes {} implementation 88 impl PartialEq for Lifetimes { implementation 90 let Lifetimes { in eq() localVariable 95 let Lifetimes { in eq() localVariable 104 impl Hash for Lifetimes { implementation 106 let Lifetimes { in hash() localVariable
|
| D | tokens.rs | 241 impl ToTokens for Lifetimes { implementation 243 let Lifetimes { in to_tokens() localVariable
|
| D | parse.rs | 792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes() 844 generics: Lifetimes, in parse_type_alias() 906 generics: Lifetimes, in parse_extern_type_bounded()
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/ |
| D | extern-c++.md | 115 ## Lifetimes section in extern "C++"
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/ |
| D | extern-c++.md | 115 ## Lifetimes section in extern "C++"
|
| /external/rust/cxx/book/src/ |
| D | extern-c++.md | 115 ## Lifetimes section in extern "C++"
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
| D | test_round_trip.rs | 211 Lifetimes, in normalize() enumerator 235 Lifetimes, in normalize() enumerator
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
| D | test_round_trip.rs | 211 Lifetimes, in normalize() enumerator 235 Lifetimes, in normalize() enumerator
|
| /external/rust/android-crates-io/crates/syn/tests/ |
| D | test_round_trip.rs | 212 Lifetimes, in normalize() enumerator 236 Lifetimes, in normalize() enumerator
|