Lines Matching refs:strong_count
492 out.strong_count = inner.strong.count as _; in populate_counts()
771 strong_count: usize, field
776 pub(crate) fn new(node: DArc<Node>, strong_count: usize, weak_count: usize) -> Self { in new()
779 strong_node_count: strong_count, in new()
781 strong_count, in new()
793 self.strong_count += other.strong_count; in absorb()
795 other.strong_count = 0; in absorb()
818 (self.strong_count, self.weak_count) in get_count()
822 if strong && self.strong_count == 0 { in clone()
839 if strong && self.strong_count == 0 { in update()
844 &mut self.strong_count, in update()
852 self.strong_count, in update()