Searched refs:strong_node_count (Results 1 – 1 of 1) sorted by relevance
768 strong_node_count: usize, field779 strong_node_count: strong_count, in new()791 self.strong_node_count += other.strong_node_count; in absorb()797 other.strong_node_count = 0; in absorb()800 if self.strong_node_count >= 2 || self.weak_node_count >= 2 { in absorb()804 if self.strong_node_count >= 2 { in absorb()805 inner.strong.count -= self.strong_node_count - 1; in absorb()806 self.strong_node_count = 1; in absorb()845 &mut self.strong_node_count, in update()885 if self.strong_node_count > 0 { in drop()[all …]