Searched defs:other (Results 1 – 3 of 3) sorted by relevance
225 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr()258 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr()390 void SwapObjPtr(SharedPtr& other) in SwapObjPtr()479 /* ctor */ /* implicit */ WeakPtr(const WeakPtr& other) in WeakPtr()584 void SwapObjPtr(WeakPtr& other) in SwapObjPtr()
569 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()950 MoveArray<TElement>& other in swap()
131 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum()