Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_MoveArray.h130 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()
[all …]
Dut_Children.h120 void* elements,
124 : m_Parent(parent), m_Children(elements, size, allocator, kind), m_Deleter(allocator) {} in m_Parent()
/NW4C-1.2.23/include/nw/ut/generated/
Dut_Signal.hi175 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
176 if (elements != NULL)
178 return new(memory) SelfType(elements, maxSlots, allocator);
398 Signal0(void* elements, size_t maxSlots, AllocatorType* allocator)
399 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
583 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
584 if (elements != NULL)
586 return new(memory) SelfType(elements, maxSlots, allocator);
806 Signal1(void* elements, size_t maxSlots, AllocatorType* allocator)
807 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
[all …]
/NW4C-1.2.23/tools/CsdrUpdater/
Dreadme.txt48 A description of some attributes and elements is given below.