Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_SharedPtr.h390 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
391 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
392 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
548 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
549 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
550 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
Dut_MoveArray.h247 rhs.swap(*this);
386 void swap(MoveArray<TElement>& other);
429 clone.swap(*this); in ShrinkToFit()
552 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
769 void swap(MoveArray<TElement>& array);
928 MoveArray<TElement>::swap( in swap() function
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h376 void SetBufferSide(bool swap) in SetBufferSide() argument
378 this->m_BufferSide = swap; in SetBufferSide()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp112 m_GpuProfilingEntries.swap( m_GpuProfilingResults ); in RunAsync()
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetRenderPriority.mel373 // swap priority
386 // swap button name & command
395 // swap field command
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1441 f32 swap = minValue; in InitializeParticles() local
1443 maxValue = swap; in InitializeParticles()