Lines Matching defs:counts
9719 let mut counts = [0; 10];
9729 counts[n] += 1;
9730 (n, counts[n])
9736 // may mix up the counts.
9742 // counts... i.e., exactly asserting that this sort is
19641 //! reference counts can never reach 0, and the allocation will never be destroyed:
20281 /// The counts are not affected in any way and the `Rc` is not consumed. The pointer is valid
20282 /// for as long there are strong counts in the `Rc`.
20543 // this would conflict with accesses to the reference counts (e.g. by `Weak`).
21489 /// Helper type to allow accessing the reference counts without
24052 /// The counts are not affected in any way and the `Arc` is not consumed. The pointer is valid for
24053 /// as long as there are strong counts in the `Arc`.
24741 // this would alias with concurrent access to the reference counts (e.g. by `Weak`).
24901 /// Helper type to allow accessing the reference counts without