Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h225 /* 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()
Dut_MoveArray.h569 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
950 MoveArray<TElement>& other in swap()
Dut_ResTypes.h131 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum()