Searched refs:otherPtr (Results 1 – 5 of 5) sorted by relevance
156 T* otherPtr(other.m_ptr);157 if (otherPtr) otherPtr->incStrong(this);159 m_ptr = otherPtr;175 T* otherPtr(other.m_ptr);176 if (otherPtr) otherPtr->incStrong(this);178 m_ptr = otherPtr;
366 T* otherPtr(other.m_ptr);367 if (otherPtr) otherRefs->incWeak(this);369 m_ptr = otherPtr;379 T* otherPtr(other.m_ptr);381 m_ptr = otherPtr;401 U* otherPtr(other.m_ptr);402 if (otherPtr) otherRefs->incWeak(this);404 m_ptr = otherPtr;414 U* otherPtr(other.m_ptr);416 m_ptr = otherPtr;
629 T* otherPtr(other.m_ptr);630 if (otherPtr) otherRefs->incWeak(this);632 m_ptr = otherPtr;642 T* otherPtr(other.m_ptr);644 m_ptr = otherPtr;653 U* otherPtr(other.m_ptr);654 if (otherPtr) otherRefs->incWeak(this);656 m_ptr = otherPtr;666 U* otherPtr(other.m_ptr);668 m_ptr = otherPtr;
312 T* otherPtr(other.m_ptr);313 if (otherPtr) otherPtr->incStrong(this);316 m_ptr = otherPtr;333 T* otherPtr(other.m_ptr);334 if (otherPtr) otherPtr->incStrong(this);337 m_ptr = otherPtr;
1963 private static synchronized native void nativeSwap(long ptr, long otherPtr) in nativeSwap() argument