Searched refs:other (Results 1 – 18 of 18) sorted by relevance
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_SharedPtr.h | 223 /* 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 …]
|
| D | ut_MoveArray.h | 386 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 …]
|
| D | ut_ResTypes.h | 129 /* 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/ |
| D | lyt_Types.h | 201 … 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()
|
| D | lyt_Picture.h | 306 Picture(const Picture& other); 307 Picture& operator = (const Picture& other);
|
| D | lyt_Window.h | 487 Window(const Window& other); 488 Window& operator = (const Window& other);
|
| D | lyt_Layout.h | 887 Layout(const Layout& other); 888 Layout& operator = (const Layout& other);
|
| D | lyt_Material.h | 1084 Material(const Material& other); 1085 Material& operator = (const Material& other);
|
| D | lyt_Pane.h | 1506 Pane(const Pane& other); 1507 Pane& operator = (const Pane& other);
|
| /NW4C-1.2.23/documents/License/IronRuby/ |
| D | LICENSE.CPL.txt | 30 …overed by the Licensed Patents. The patent license shall not apply to any other combinations which… 32 …other 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 64 …other 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…
|
| D | LICENSE.Ruby.txt | 23 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/ |
| D | font_CharWriter.cpp | 648 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()
|
| D | font_TextWriterBase.cpp | 894 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/ |
| D | Readme.txt | 58 …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/ |
| D | font_TextWriterBase.h | 535 void CopyProfileData(const TextWriterBase<CharType>& other) const;
|
| D | font_CharWriter.h | 581 void CopyProfileData(const CharWriter& other) const;
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 150 // other
|
| D | NW4C_SetAnimRange.mel | 1875 string $other = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`; 1876 if ($other == $name) 2985 check animation range title (if empty or same as other, restore)
|