Searched refs:direct_list (Results 1 – 1 of 1) sorted by relevance
21 pub direct_list: HashSet<AddressWithType>, field32 let direct_list = attempts in determine_target_state() localVariable38 TargetState { background_list, direct_list } in determine_target_state()46 direct_list: HashSet<AddressWithType>, field57 direct_list: HashSet::new(), in new()69 self.direct_list.remove(&address); in on_connect_complete()76 for address in self.direct_list.difference(&target.direct_list) { in drive_to_state()81 self.direct_list = self.direct_list.intersection(&target.direct_list).copied().collect(); in drive_to_state()86 self.direct_list.remove(address); in drive_to_state()92 for address in target.direct_list.difference(&self.direct_list) { in drive_to_state()[all …]