Lines Matching refs:elements
130 void* elements,
136 m_Elements(static_cast<TElement*>(elements)), in m_Allocator()
137 m_End(static_cast<TElement*>(elements)) in m_Allocator()
295 void* elements,
311 m_Elements = static_cast<TElement*>(elements);
312 m_End = static_cast<TElement*>(elements);
804 TElement* elements = in reserve() local
807 TElement* elements = in reserve() local
810 NW_ASSERT(0 != elements); in reserve()
815 std::copy(begin(), end(), NW_CHECKED_ARRAY_ITERATOR(elements, reserveSize)); in reserve()
825 m_Elements = elements; in reserve()
826 m_End = elements + elementsCount; in reserve()
937 TElement* elements = m_Elements; in swap() local
947 other.m_Elements = elements; in swap()