Lines Matching refs:elements

177             void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
178 if (elements != NULL)
180 return new(memory) SelfType(elements, maxSlots, allocator);
423 Signal0(void* elements, size_t maxSlots, AllocatorType* allocator)
424 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
608 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
609 if (elements != NULL)
611 return new(memory) SelfType(elements, maxSlots, allocator);
854 Signal1(void* elements, size_t maxSlots, AllocatorType* allocator)
855 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1040 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1041 if (elements != NULL)
1043 return new(memory) SelfType(elements, maxSlots, allocator);
1286 Signal2(void* elements, size_t maxSlots, AllocatorType* allocator)
1287 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1473 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1474 if (elements != NULL)
1476 return new(memory) SelfType(elements, maxSlots, allocator);
1719 Signal3(void* elements, size_t maxSlots, AllocatorType* allocator)
1720 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1907 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1908 if (elements != NULL)
1910 return new(memory) SelfType(elements, maxSlots, allocator);
2153 Signal4(void* elements, size_t maxSlots, AllocatorType* allocator)
2154 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2342 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
2343 if (elements != NULL)
2345 return new(memory) SelfType(elements, maxSlots, allocator);
2588 Signal5(void* elements, size_t maxSlots, AllocatorType* allocator)
2589 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2778 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
2779 if (elements != NULL)
2781 return new(memory) SelfType(elements, maxSlots, allocator);
3024 Signal6(void* elements, size_t maxSlots, AllocatorType* allocator)
3025 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3215 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
3216 if (elements != NULL)
3218 return new(memory) SelfType(elements, maxSlots, allocator);
3461 Signal7(void* elements, size_t maxSlots, AllocatorType* allocator)
3462 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3653 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
3654 if (elements != NULL)
3656 return new(memory) SelfType(elements, maxSlots, allocator);
3899 Signal8(void* elements, size_t maxSlots, AllocatorType* allocator)
3900 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4092 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
4093 if (elements != NULL)
4095 return new(memory) SelfType(elements, maxSlots, allocator);
4338 Signal9(void* elements, size_t maxSlots, AllocatorType* allocator)
4339 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4532 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
4533 if (elements != NULL)
4535 return new(memory) SelfType(elements, maxSlots, allocator);
4778 Signal10(void* elements, size_t maxSlots, AllocatorType* allocator)
4779 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}