Searched refs:m_Elements (Results 1 – 1 of 1) sorted by relevance
122 m_Elements(NULL), in MoveArray()150 m_Elements(reinterpret_cast<TElement*>(elements)), in m_Allocator()182 …m_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 …]