Lines Matching refs:this
183 delete static_cast<const T*>(this); in decStrong()
310 if (other) m_refs = other->createWeak(this); in wp()
317 if (m_ptr) m_refs->incWeak(this); in wp()
325 m_refs = m_ptr->createWeak(this); in wp()
333 if (other) m_refs = other->createWeak(this); in wp()
342 m_refs->incWeak(this); in wp()
351 m_refs = m_ptr->createWeak(this); in wp()
358 if (m_ptr) m_refs->decWeak(this); in ~wp()
365 other ? other->createWeak(this) : 0;
366 if (m_ptr) m_refs->decWeak(this);
369 return *this;
377 if (otherPtr) otherRefs->incWeak(this);
378 if (m_ptr) m_refs->decWeak(this);
381 return *this;
388 other != NULL ? other->createWeak(this) : 0;
390 if (m_ptr) m_refs->decWeak(this);
393 return *this;
400 other ? other->createWeak(this) : 0;
401 if (m_ptr) m_refs->decWeak(this);
404 return *this;
412 if (otherPtr) otherRefs->incWeak(this);
413 if (m_ptr) m_refs->decWeak(this);
416 return *this;
423 other != NULL ? other->createWeak(this) : 0;
425 if (m_ptr) m_refs->decWeak(this);
428 return *this;
434 if (other) refs->incWeak(this); in set_object_and_refs()
435 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
454 m_refs->decWeak(this); in clear()