Home
last modified time | relevance | path

Searched defs:Lifetime (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dlifetime.rs19 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 Dbuffer.rs256 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlifetime.rs18 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 Dlifetime.rs18 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/
Dlifetime.rs12 pub struct Lifetime { struct
17 impl Lifetime { argument
18 pub fn new(not_before: u64, not_after: u64) -> Lifetime { in new()
Dleaf_node.rs68 lifetime: Lifetime, in generate()
304 lifetime: Lifetime, in get_test_node_with_lifetime()
/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/
Druntime.rs300 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 Druntime.rs300 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/
DLifetime.java36 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/
Dlifetime.rs22 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 Dimpl.h125 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/
Dattr.rs1370 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 Dattr.rs1370 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/
Dlib.rs204 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/
Dutils.rs65 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/
Dlifetime.rs5 pub fn lifetime(&mut self, lifetime: &Lifetime) { in lifetime() method
/aosp_15_r20/external/llvm/docs/
H A DInAlloca.rst87 Lifetime section in Design Considerations
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DRustDemangle.cpp582 if (auto Lifetime = parseBase62Number()) { in demangleType() local
605 if (auto Lifetime = parseBase62Number()) { in demangleType() local
/aosp_15_r20/system/tools/aidl/
Daidl_to_rust.h45 enum class Lifetime { enum
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_config.rs42 fn lifetime(&self) -> Lifetime; in lifetime()
Dclient_builder.rs744 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/
Dmod.rs63 lifetime: Option<Lifetime>, in generate_basic_client()
/aosp_15_r20/external/rust/android-crates-io/crates/paste/src/
Dlib.rs304 Lifetime, in is_single_interpolation_group() enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/key_package/
Dgenerator.rs93 lifetime: Lifetime, in generate()
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Dgenerics.rs80 Lifetime(L), enumerator

123