Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h225 /* 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 …]
Dut_MoveArray.h403 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 …]
Dut_ResTypes.h131 /* 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/
Dlyt_Types.h203 … 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()
Dlyt_Picture.h317 Picture(const Picture& other);
318 Picture& operator = (const Picture& other);
Dlyt_Window.h516 Window(const Window& other);
517 Window& operator = (const Window& other);
Dlyt_Layout.h901 Layout(const Layout& other);
902 Layout& operator = (const Layout& other);
Dlyt_Material.h1104 Material(const Material& other);
1105 Material& operator = (const Material& other);
Dlyt_Pane.h1538 Pane(const Pane& other);
1539 Pane& operator = (const Pane& other);
/NW4C-2.0.3/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-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp650 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()
Dfont_TextWriterBase.cpp896 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/
DReadme.txt58 …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/
Dfont_TextWriterBase.h537 void CopyProfileData(const TextWriterBase<CharType>& other) const;
Dfont_CharWriter.h583 void CopyProfileData(const CharWriter& other) const;
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel155 // other
DNW4C_SetAnimRange.mel1902 string $other = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`;
1903 if ($other == $name)
3012 check animation range title (if empty or same as other, restore)