Home
last modified time | relevance | path

Searched defs:lifetimes (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/async-trait/src/
Dexpand.rs39 fn lifetimes<'a>(&'a self, used: &'a [Lifetime]) -> impl Iterator<Item = &'a LifetimeDef> { in lifetimes() method
83 let mut lifetimes = CollectLifetimes::new("'impl"); in expand() localVariable
170 let mut lifetimes = CollectLifetimes::new("'life"); in transform_sig() localVariable
/external/armnn/src/backends/backendsCommon/memoryOptimizerStrategyLibrary/test/
DTestMemBlocks.hpp15 std::vector<size_t> lifetimes(maxLifetime); in GetMinPossibleMemorySize() local
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp544 void LifetimeEvaluatorExactTest::check( const vector<register_live_range>& lifetimes, in check()
553 void LifetimeEvaluatorExactTest::check(const vector<array_live_range>& lifetimes, in check()
563 void LifetimeEvaluatorAtLeastTest::check( const vector<register_live_range>& lifetimes, in check()
572 void LifetimeEvaluatorAtLeastTest::check(const vector<array_live_range>& lifetimes, in check()
/external/armnn/tests/MemoryStrategyBenchmark/
DMemoryStrategyBenchmark.cpp50 std::vector<size_t> lifetimes(maxLifetime); in GetMinPossibleMemorySize() local
/external/rust/cxx/syntax/
Dparse.rs87 let mut lifetimes = Punctuated::new(); in parse_struct() localVariable
759 let mut lifetimes = Punctuated::new(); in parse_extern_verbatim_type() localVariable
791 let lifetimes = Lifetimes { in parse_extern_verbatim_type() localVariable
1299 let mut lifetimes = Punctuated::new(); in parse_type_path() localVariable
/external/rust/crates/syn/src/
Dgenerics.rs136 pub fn lifetimes(&self) -> Lifetimes { in lifetimes() method
732 let mut lifetimes = Punctuated::new(); in parse() localVariable
869 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse() localVariable
Dty.rs407 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty() localVariable
/external/rust/crates/pin-project-internal/src/
Dutils.rs52 let mut lifetimes = CollectLifetimes(Vec::new()); in determine_lifetime_name() localVariable
/external/cronet/net/http/
Dhttp_response_headers.cc999 FreshnessLifetimes lifetimes = GetFreshnessLifetimes(response_time); in RequiresValidation() local
1040 FreshnessLifetimes lifetimes; in GetFreshnessLifetimes() local
Dhttp_cache_transaction.cc3141 HttpResponseHeaders::FreshnessLifetimes lifetimes = in RequiresValidation() local
/external/rust/cxx/macro/src/
Dexpand.rs411 let lifetimes = resolve.generics.to_underscore_lifetimes(); in expand_cxx_type_assert_pinned() localVariable
856 let lifetimes = resolve.generics.to_underscore_lifetimes(); in expand_rust_type_assert_unpin() localVariable
888 let lifetimes = resolve.generics.to_underscore_lifetimes(); in expand_rust_type_layout() localVariable
/external/rust/crates/serde_derive/src/internals/
Dattr.rs1842 let mut lifetimes = BTreeSet::new(); in borrowable_lifetimes() localVariable
/external/rust/crates/serde_derive/src/
Dde.rs270 let mut lifetimes = BTreeSet::new(); in borrowed_lifetimes() localVariable