Searched refs:config_b (Results 1 – 1 of 1) sorted by relevance
220 let config_b = cache.get(&key_b).unwrap(); in different_keys() localVariable228 assert_eq!(Arc::strong_count(&config_b.0), 2); in different_keys()247 let config_b = cache.get(&key_b).unwrap(); in lifetimes() localVariable260 assert_eq!(Arc::strong_count(&config_b.0), 2); in lifetimes()270 let config_b_weak = Config::to_weak(&config_b); in lifetimes()272 drop(config_b); in lifetimes()