Lines Matching refs:this
173 delete static_cast<const T*>(this); in decStrong()
299 if (other) m_refs = other->createWeak(this); in wp()
306 if (m_ptr) m_refs->incWeak(this); in wp()
314 m_refs = m_ptr->createWeak(this); in wp()
322 if (other) m_refs = other->createWeak(this); in wp()
331 m_refs->incWeak(this); in wp()
340 m_refs = m_ptr->createWeak(this); in wp()
347 if (m_ptr) m_refs->decWeak(this); in ~wp()
354 other ? other->createWeak(this) : 0;
355 if (m_ptr) m_refs->decWeak(this);
358 return *this;
366 if (otherPtr) otherRefs->incWeak(this);
367 if (m_ptr) m_refs->decWeak(this);
370 return *this;
377 other != NULL ? other->createWeak(this) : NULL;
379 if (m_ptr) m_refs->decWeak(this);
382 return *this;
389 other ? other->createWeak(this) : NULL;
390 if (m_ptr) m_refs->decWeak(this);
393 return *this;
401 if (otherPtr) otherRefs->incWeak(this);
402 if (m_ptr) m_refs->decWeak(this);
405 return *this;
412 other != NULL ? other->createWeak(this) : NULL;
414 if (m_ptr) m_refs->decWeak(this);
417 return *this;
423 if (other) refs->incWeak(this); in set_object_and_refs()
424 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
443 m_refs->decWeak(this); in clear()