Lines Matching defs:WeakRefCounter
20 WeakRefCounter::WeakRefCounter(RefCounter *counter, void *cookie)
28 WeakRefCounter::~WeakRefCounter()
35 void* WeakRefCounter::GetRefPtr()
43 void WeakRefCounter::IncWeakRefCount(const void *objectId)
50 void WeakRefCounter::DecWeakRefCount(const void *objectId)
58 bool WeakRefCounter::AttemptIncStrongRef(const void *objectId)
348 WeakRefCounter *RefBase::CreateWeakRef(void *cookie)
351 return new WeakRefCounter(refs_, cookie);