Searched refs:other (Results 1 – 18 of 18) sorted by relevance
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 225 /* ctor */ /* implicit */ SharedPtr(const SharedPtr& other) in SharedPtr() argument 226 : m_pObj( other.m_pObj ), in SharedPtr() 227 m_pCnt( other.m_pCnt ), in SharedPtr() 228 m_pAllocator( other.m_pAllocator ) in SharedPtr() 242 /* ctor */ /* implicit */ SharedPtr<TObj, TLockObject>(const SharedPtr<Y, TLockObject>& other) 243 : m_pObj( other.m_pObj ), 244 m_pCnt( other.m_pCnt ), 245 m_pAllocator( other.m_pAllocator ) 258 /* ctor */ explicit SharedPtr(const WeakPtr<TObj, TLockObject>& other) in SharedPtr() argument 259 : m_pObj( other.m_pObj ), in SharedPtr() [all …]
|
| D | ut_MoveArray.h | 403 void swap(MoveArray<TElement>& other); 569 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap() argument 950 MoveArray<TElement>& other in swap() argument 953 if (&other == this) in swap() 963 m_Elements = other.m_Elements; in swap() 964 m_End = other.m_End; in swap() 965 m_Capacity = other.m_Capacity; in swap() 966 m_Allocator = other.m_Allocator; in swap() 968 other.m_Elements = elements; in swap() 969 other.m_End = end; in swap() [all …]
|
| D | ut_ResTypes.h | 131 /* ctor */ ResNum(const ResNum& other) : bits(other.bits) {} in ResNum() argument 134 void operator = (const ResNum& other) { bits = other.bits; }
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Types.h | 203 … ResNum(const ResNum& other) : m_Bits(other.m_Bits) {} // コピーコンストラクタ 207 void operator = (const ResNum& other) { m_Bits = other.m_Bits; } // 代入演算子 223 ResNum(const ResNum& other) : m_Bits(other.m_Bits) {} // コピーコンストラクタ 235 void operator = (const ResNum& other) { m_Bits = other.m_Bits; } // 代入演算子 1482 Size(const Size& other) in Size() 1483 : width(other.width), height(other.height) in Size() 1556 TexSize(const TexSize& other) in TexSize() 1557 : width(other.width), height(other.height) in TexSize()
|
| D | lyt_Picture.h | 317 Picture(const Picture& other); 318 Picture& operator = (const Picture& other);
|
| D | lyt_Window.h | 516 Window(const Window& other); 517 Window& operator = (const Window& other);
|
| D | lyt_Layout.h | 901 Layout(const Layout& other); 902 Layout& operator = (const Layout& other);
|
| D | lyt_Material.h | 1104 Material(const Material& other); 1105 Material& operator = (const Material& other);
|
| D | lyt_Pane.h | 1538 Pane(const Pane& other); 1539 Pane& operator = (const Pane& other);
|
| /NW4C-2.0.3/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-2.0.3/sources/libraries/font/ |
| D | font_CharWriter.cpp | 650 CharWriter::CopyProfileData(const CharWriter& other) const in CopyProfileData() 652 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData() 653 m_PrintCharSw = other.m_PrintCharSw; in CopyProfileData() 654 m_LoadTextureCount = other.m_LoadTextureCount; in CopyProfileData() 655 m_PrintCharCount = other.m_PrintCharCount; in CopyProfileData()
|
| D | font_TextWriterBase.cpp | 896 TextWriterBase<CharType>::CopyProfileData(const TextWriterBase<CharType>& other) const in CopyProfileData() 898 CharWriter::CopyProfileData(other); in CopyProfileData() 900 m_PrintTextSw = other.m_PrintTextSw; in CopyProfileData() 901 m_PrintTextCount = other.m_PrintTextCount; in CopyProfileData()
|
| /NW4C-2.0.3/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-2.0.3/include/nw/font/ |
| D | font_TextWriterBase.h | 537 void CopyProfileData(const TextWriterBase<CharType>& other) const;
|
| D | font_CharWriter.h | 583 void CopyProfileData(const CharWriter& other) const;
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_CreateMenu.mel | 155 // other
|
| D | NW4C_SetAnimRange.mel | 1902 string $other = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`; 1903 if ($other == $name) 3012 check animation range title (if empty or same as other, restore)
|