Searched refs:background_list (Results 1 – 1 of 1) sorted by relevance
19 pub background_list: HashSet<AddressWithType>, field26 let background_list = attempts in determine_target_state() localVariable38 TargetState { background_list, direct_list } in determine_target_state()48 background_list: HashSet<AddressWithType>, field58 background_list: HashSet::new(), in new()79 self.background_list.remove(address); in drive_to_state()83 for address in self.background_list.difference(&target.background_list) { in drive_to_state()88 self.background_list = in drive_to_state()89 self.background_list.intersection(&target.background_list).copied().collect(); in drive_to_state()96 for address in target.background_list.difference(&self.background_list) { in drive_to_state()[all …]