Searched refs:strong_node_count (Results 1 – 1 of 1) sorted by relevance
766 strong_node_count: usize, field777 strong_node_count: strong_count, in new()789 self.strong_node_count += other.strong_node_count; in absorb()795 other.strong_node_count = 0; in absorb()798 if self.strong_node_count >= 2 || self.weak_node_count >= 2 { in absorb()802 if self.strong_node_count >= 2 { in absorb()803 inner.strong.count -= self.strong_node_count - 1; in absorb()804 self.strong_node_count = 1; in absorb()843 &mut self.strong_node_count, in update()883 if self.strong_node_count > 0 { in drop()[all …]