/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | lifetime.rs | 19 pub struct Lifetime { struct 24 impl Lifetime { impl 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 118 pub fn Lifetime(marker: lookahead::TokenMarker) -> Lifetime { in Lifetime() function [all …]
|
H A D | buffer.rs | 256 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | lifetime.rs | 18 pub struct Lifetime { struct 23 impl Lifetime { implementation 72 impl Display for Lifetime { implementation 79 impl Clone for Lifetime { implementation 88 impl PartialEq for Lifetime { implementation 94 impl Eq for Lifetime {} implementation 96 impl PartialOrd for Lifetime { implementation 102 impl Ord for Lifetime { implementation 108 impl Hash for Lifetime { implementation 130 impl Parse for Lifetime { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | lifetime.rs | 18 pub struct Lifetime { struct 23 impl Lifetime { argument 72 impl Display for Lifetime { implementation 79 impl Clone for Lifetime { implementation 88 impl PartialEq for Lifetime { implementation 94 impl Eq for Lifetime {} implementation 96 impl PartialOrd for Lifetime { implementation 102 impl Ord for Lifetime { implementation 108 impl Hash for Lifetime { implementation 130 impl Parse for Lifetime { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | lifetime.rs | 12 pub struct Lifetime { struct 17 impl Lifetime { argument 18 pub fn new(not_before: u64, not_after: u64) -> Lifetime { in new()
|
D | leaf_node.rs | 68 lifetime: Lifetime, in generate() 304 lifetime: Lifetime, in get_test_node_with_lifetime()
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/ |
H A 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
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/async/ |
D | Lifetime.java | 36 public class Lifetime implements SafeCloseable { class 45 public Lifetime() { in Lifetime() method in Lifetime 52 public Lifetime(Lifetime parent) { in Lifetime() method in Lifetime
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/src/ |
D | lifetime.rs | 22 fn visit_opt_lifetime(&mut self, reference: &Token![&], lifetime: &mut Option<Lifetime>) { in visit_opt_lifetime() 29 fn visit_lifetime(&mut self, lifetime: &mut Lifetime) { in visit_lifetime() 37 fn next_lifetime(&mut self, span: Span) -> Lifetime { in next_lifetime()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | impl.h | 125 struct Lifetime { struct 126 Lifetime(size_t start_, size_t end_) : start(start_), end(end_) {} in Lifetime() argument 132 Lifetime* getLifetime(const Value* value); argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/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()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | lib.rs | 204 fn deanonymize_lifetime(lt: &mut Lifetime) { in deanonymize_lifetime() 638 fn find_lifetimes_in_tpb(bound: &TypeParamBound) -> HashSet<Lifetime> { in find_lifetimes_in_tpb() 652 fn find_lifetimes_in_path(path: &Path) -> HashSet<Lifetime> { in find_lifetimes_in_path() 681 fn find_lifetimes(ty: &Type) -> HashSet<Lifetime> { in find_lifetimes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/ |
D | utils.rs | 65 lifetime: Lifetime, in insert_lifetime_and_bound() 84 pub(crate) fn insert_lifetime(generics: &mut Generics, lifetime: Lifetime) { in insert_lifetime()
|
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/ |
D | lifetime.rs | 5 pub fn lifetime(&mut self, lifetime: &Lifetime) { in lifetime() method
|
/aosp_15_r20/external/llvm/docs/ |
H A D | InAlloca.rst | 87 Lifetime section in Design Considerations
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 582 if (auto Lifetime = parseBase62Number()) { in demangleType() local 605 if (auto Lifetime = parseBase62Number()) { in demangleType() local
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_rust.h | 45 enum class Lifetime { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | client_config.rs | 42 fn lifetime(&self) -> Lifetime; in lifetime()
|
D | client_builder.rs | 744 fn lifetime(&self) -> Lifetime { in lifetime() 851 fn lifetime(&self) -> Lifetime { in lifetime()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/ |
D | mod.rs | 63 lifetime: Option<Lifetime>, in generate_basic_client()
|
/aosp_15_r20/external/rust/android-crates-io/crates/paste/src/ |
D | lib.rs | 304 Lifetime, in is_single_interpolation_group() enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/key_package/ |
D | generator.rs | 93 lifetime: Lifetime, in generate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/ |
D | generics.rs | 80 Lifetime(L), enumerator
|