Home
last modified time | relevance | path

Searched defs:LifetimeSet (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/
Dlifetimes.rs8 pub type LifetimeSet = FnvHashSet<Lifetime>; typedef
23 lifetimes: &'a LifetimeSet, in uses_lifetimes()
27 fn uses_lifetimes_cloned(&self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet { in uses_lifetimes_cloned()
44 lifetimes: &'a LifetimeSet, in collect_lifetimes()
48 fn collect_lifetimes_cloned(self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet; in collect_lifetimes_cloned()
59 lifetimes: &'a LifetimeSet, in collect_lifetimes()
68 fn collect_lifetimes_cloned(self, options: &Options, lifetimes: &LifetimeSet) -> LifetimeSet { in collect_lifetimes_cloned()
80 lifetimes: &'a LifetimeSet, in uses_lifetimes()
90 lifetimes: &'a LifetimeSet, in uses_lifetimes()
100 lifetimes: &'a LifetimeSet, in uses_lifetimes()
[all …]
Dgenerics_ext.rs9 fn declared_lifetimes(&self) -> LifetimeSet; in declared_lifetimes()
17 fn declared_lifetimes(&self) -> LifetimeSet { in declared_lifetimes()
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Ddata.rs162 lifetimes: &'a LifetimeSet, in uses_lifetimes()
368 lifetimes: &'a LifetimeSet, in uses_lifetimes()
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dignored.rs46 _: &'a usage::LifetimeSet, in uses_lifetimes()