Searched refs:useCount (Results 1 – 2 of 2) sorted by relevance
162 static unsigned useCount(const T *obj) { return obj->UseCount(); } in useCount() function221 unsigned useCount() const { in useCount() function222 return Obj ? IntrusiveRefCntPtrInfo<T>::useCount(Obj) : 0; in useCount()
215 if (Storage.useCount() > 1) in ensureOwned()