Lines Matching defs:count
30 shared object's reference count goes to zero as the result of an unref()
56 SkASSERT(0 == fHashSet.count());
77 /** Default construct, initializing the reference count to 1.
86 /** Destruct, asserting that the reference count is 1.
90 auto count = this->getRefCnt();
91 SkASSERTF(count == 1, "fRefCnt was %d", count);
97 /** Return the reference count. Use only for debugging. */
111 /** Increment the reference count.
120 /** Decrement the reference count. If the reference count is 1 before the
169 * Called when the ref count goes to 0. Will free GPU resources.
233 // Depending on the ref count of fReleaseHelper this may or may not actually trigger