Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_MoveArray.h122 m_Elements(NULL), in MoveArray()
150 m_Elements(reinterpret_cast<TElement*>(elements)), in m_Allocator()
182m_Elements = static_cast<TElement*>(allocator->Alloc(sizeof(TElement) * capacity, MEMORY_ALIGNMENT… in m_Allocator()
184 m_Elements = static_cast<TElement*>(allocator->Alloc(sizeof(TElement) * capacity)); in m_Allocator()
186 NW_NULL_ASSERT(m_Elements); in m_Allocator()
190 m_Elements = NULL; in m_Allocator()
192 m_End = m_Elements; in m_Allocator()
206 m_Elements(NULL), in MoveArray()
222 m_Elements(array.m_Elements), in MoveArray()
234 if (m_Allocator && m_Elements) in ~MoveArray()
[all …]