Searched refs:config_a (Results 1 – 1 of 1) sorted by relevance
199 let config_a = cache_a in shared_cache() localVariable202 assert_eq!(Arc::strong_count(&config_a.0), 2); in shared_cache()206 assert_eq!(Arc::strong_count(&config_a.0), 3); in shared_cache()219 let config_a = cache.get(&key_a).unwrap(); in different_keys() localVariable227 assert_eq!(Arc::strong_count(&config_a.0), 1); in different_keys()246 let config_a = cache.get(&key_a).unwrap(); in lifetimes() localVariable252 assert_eq!(Arc::strong_count(&config_a.0), 1); in lifetimes()256 assert_eq!(Arc::strong_count(&config_a.0), 2); in lifetimes()