Lines Matching defs:count
124 // we should update the current count here.
224 // the object destroyed on strong reference count reduce to zero.
258 * RISK: If there is a reference count on the left of the equal sign,
259 * it may cause a reference count exception
383 int count = 0;
384 if (refs_->AttemptIncStrongRef(objectId, count)) {
385 if (count == INITIAL_PRIMARY_VALUE) {
398 int count = 0;
399 bool ret = refs_->AttemptIncStrongRef(objectId, count);
400 if (count == INITIAL_PRIMARY_VALUE) {