Lines Matching defs:count
75 // RefTracker will save the information about the count of RefBase,
266 // we should update the current count here.
393 // the object destroyed on strong reference count reduce to zero.
453 * RISK: If there is a reference count on the left of the equal sign,
454 * it may cause a reference count exception
617 int count = 0;
618 if (refs_->AttemptIncStrongRef(objectId, count)) {
620 if (count == INITIAL_PRIMARY_VALUE) {
632 int count = 0;
633 bool ret = refs_->AttemptIncStrongRef(objectId, count);
634 if (count == INITIAL_PRIMARY_VALUE) {