Searched refs:lifetime_duration (Results 1 – 2 of 2) sorted by relevance
18 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing() localVariable21 lifetime_duration, DEFAULT_LIFETIME, in test_allocation_lifetime_parsing()27 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing() localVariable29 lifetime_duration, lifetime.0, in test_allocation_lifetime_parsing()43 let lifetime_duration = allocation_lifetime(&m2); in test_allocation_lifetime_overflow() localVariable45 lifetime_duration, DEFAULT_LIFETIME, in test_allocation_lifetime_overflow()
471 let lifetime_duration = allocation_lifetime(m); in handle_allocate_request() localVariable478 lifetime_duration, in handle_allocate_request()530 Box::new(Lifetime(lifetime_duration)), in handle_allocate_request()565 let lifetime_duration = allocation_lifetime(m); in handle_refresh_request() localVariable572 if lifetime_duration != Duration::from_secs(0) { in handle_refresh_request()575 a.refresh(lifetime_duration).await; in handle_refresh_request()587 Box::new(Lifetime(lifetime_duration)), in handle_refresh_request()879 let mut lifetime_duration = DEFAULT_LIFETIME; in allocation_lifetime() localVariable883 lifetime_duration = lifetime.0; in allocation_lifetime()886 lifetime_duration in allocation_lifetime()