Lines Matching refs:strong_count
492 out.strong_count = inner.strong.count as _; in populate_counts()
769 strong_count: usize, field
774 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
777 strong_node_count: strong_count, in new()
779 strong_count, in new()
791 self.strong_count += other.strong_count; in absorb()
793 other.strong_count = 0; in absorb()
816 (self.strong_count, self.weak_count) in get_count()
820 if strong && self.strong_count == 0 { in clone()
837 if strong && self.strong_count == 0 { in update()
842 &mut self.strong_count, in update()
850 self.strong_count, in update()