Home
last modified time | relevance | path

Searched refs:other (Results 1 – 18 of 18) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_SharedPtr.h223 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr() argument
224 : m_pObj( other.m_pObj ), in SharedPtr()
225 m_pCnt( other.m_pCnt ), in SharedPtr()
226 m_pAllocator( other.m_pAllocator ) in SharedPtr()
240 /* ctor */ /* implicit */ SharedPtr<TObj, TLockObject>(const SharedPtr<Y, TLockObject>& other)
241 : m_pObj( other.m_pObj ),
242 m_pCnt( other.m_pCnt ),
243 m_pAllocator( other.m_pAllocator )
256 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr() argument
257 : m_pObj( other.m_pObj ), in SharedPtr()
[all …]
Dut_MoveArray.h386 void swap(MoveArray<TElement>& other);
552 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap() argument
929 MoveArray<TElement>& other in swap() argument
932 if (&other == this) in swap()
942 m_Elements = other.m_Elements; in swap()
943 m_End = other.m_End; in swap()
944 m_Capacity = other.m_Capacity; in swap()
945 m_Allocator = other.m_Allocator; in swap()
947 other.m_Elements = elements; in swap()
948 other.m_End = end; in swap()
[all …]
Dut_ResTypes.h129 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum() argument
132 void operator = (const ResNum& other) { bits = other.bits; }
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h201 … ResNum(const ResNum& other) : m_Bits(other.m_Bits) {} // コピーコンストラクタ
205 void operator = (const ResNum& other) { m_Bits = other.m_Bits; } // 代入演算子
221 ResNum(const ResNum& other) : m_Bits(other.m_Bits) {} // コピーコンストラクタ
233 void operator = (const ResNum& other) { m_Bits = other.m_Bits; } // 代入演算子
1447 Size(const Size& other) in Size()
1448 : width(other.width), height(other.height) in Size()
1521 TexSize(const TexSize& other) in TexSize()
1522 : width(other.width), height(other.height) in TexSize()
Dlyt_Picture.h306 Picture(const Picture& other);
307 Picture& operator = (const Picture& other);
Dlyt_Window.h487 Window(const Window& other);
488 Window& operator = (const Window& other);
Dlyt_Layout.h887 Layout(const Layout& other);
888 Layout& operator = (const Layout& other);
Dlyt_Material.h1084 Material(const Material& other);
1085 Material& operator = (const Material& other);
Dlyt_Pane.h1506 Pane(const Pane& other);
1507 Pane& operator = (const Pane& other);
/NW4C-1.2.23/documents/License/IronRuby/
DLICENSE.CPL.txt30 …overed by the Licensed Patents. The patent license shall not apply to any other combinations which…
32other intellectual property rights of any other entity. Each Contributor disclaims any liability t…
48 …ch differ from this Agreement are offered by that Contributor alone and not by any other party; and
64other Contributors. Therefore, if a Contributor includes the Program in a commercial product offer…
66 …fend claims against the other Contributors related to those performance claims and warranties, and…
80 …eging that the Program itself (excluding combinations of the Program with other software or hardwa…
84 …ersions (including revisions) of this Agreement from time to time. No one other than the Agreement…
DLICENSE.Ruby.txt23 d) make other distribution arrangements with the author.
38 d) make other distribution arrangements with the author.
40 4. You may modify and include the part of the software into any other
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp648 CharWriter::CopyProfileData(const CharWriter& other) const in CopyProfileData()
650 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData()
651 m_PrintCharSw = other.m_PrintCharSw; in CopyProfileData()
652 m_LoadTextureCount = other.m_LoadTextureCount; in CopyProfileData()
653 m_PrintCharCount = other.m_PrintCharCount; in CopyProfileData()
Dfont_TextWriterBase.cpp894 TextWriterBase<CharType>::CopyProfileData(const TextWriterBase<CharType>& other) const in CopyProfileData()
896 CharWriter::CopyProfileData(other); in CopyProfileData()
898 m_PrintTextSw = other.m_PrintTextSw; in CopyProfileData()
899 m_PrintTextCount = other.m_PrintTextCount; in CopyProfileData()
/NW4C-1.2.23/tools/LayoutViewer/
DReadme.txt58 …When the layout is displayed, a menu will appear on the other screen. This menu allows you to oper…
/NW4C-1.2.23/include/nw/font/
Dfont_TextWriterBase.h535 void CopyProfileData(const TextWriterBase<CharType>& other) const;
Dfont_CharWriter.h581 void CopyProfileData(const CharWriter& other) const;
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel150 // other
DNW4C_SetAnimRange.mel1875 string $other = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`;
1876 if ($other == $name)
2985 check animation range title (if empty or same as other, restore)