Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_MoveArray.h124 m_Elements(NULL), in MoveArray()
152 m_Elements(reinterpret_cast<TElement*>(elements)), in m_Allocator()
184m_Elements = static_cast<TElement*>(allocator->Alloc(sizeof(TElement) * capacity, MEMORY_ALIGNMENT… in m_Allocator()
186 m_Elements = static_cast<TElement*>(allocator->Alloc(sizeof(TElement) * capacity)); in m_Allocator()
188 NW_NULL_ASSERT(m_Elements); in m_Allocator()
192 m_Elements = NULL; in m_Allocator()
194 m_End = m_Elements; in m_Allocator()
208 m_Elements(NULL), in MoveArray()
224 m_Elements(array.m_Elements), in MoveArray()
236 if (m_Allocator && m_Elements) in ~MoveArray()
[all …]