Home | History | Annotate | Download | only in util

Lines Matching refs:otherPtr

365     T* otherPtr(other.m_ptr);
366 if (otherPtr) otherRefs->incWeak(this);
368 m_ptr = otherPtr;
378 T* otherPtr(other.m_ptr);
380 m_ptr = otherPtr;
400 U* otherPtr(other.m_ptr);
401 if (otherPtr) otherRefs->incWeak(this);
403 m_ptr = otherPtr;
413 U* otherPtr(other.m_ptr);
415 m_ptr = otherPtr;