Searched defs:other (Results 1 – 3 of 3) sorted by relevance
223 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr()256 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr()388 void SwapObjPtr(SharedPtr& other) in SwapObjPtr()461 /* ctor */ /* implicit */ WeakPtr(const SharedPtr<U, TLockObject>& other) in WeakPtr()478 /* ctor */ /* implicit */ WeakPtr(const WeakPtr<U, TLockObject>& other) in WeakPtr()544 void SwapObjPtr(WeakPtr& other) in SwapObjPtr()
567 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()948 MoveArray<TElement>& other in swap()
129 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum()