Home
last modified time | relevance | path

Searched defs:other (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/ut/
Dut_SharedPtr.h223 /* 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()
Dut_MoveArray.h567 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
948 MoveArray<TElement>& other in swap()
Dut_ResTypes.h129 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum()