Home | History | Annotate | Download | only in server

Lines Matching refs:otherPtr

364     T* otherPtr(other.m_ptr);
365 if (otherPtr) otherRefs->incWeak(this);
367 m_ptr = otherPtr;
377 T* otherPtr(other.m_ptr);
379 m_ptr = otherPtr;
399 U* otherPtr(other.m_ptr);
400 if (otherPtr) otherRefs->incWeak(this);
402 m_ptr = otherPtr;
412 U* otherPtr(other.m_ptr);
414 m_ptr = otherPtr;