Lines Matching refs:elements

175             void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
176 if (elements != NULL)
178 return new(memory) SelfType(elements, maxSlots, allocator);
421 Signal0(void* elements, size_t maxSlots, AllocatorType* allocator)
422 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
606 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
607 if (elements != NULL)
609 return new(memory) SelfType(elements, maxSlots, allocator);
852 Signal1(void* elements, size_t maxSlots, AllocatorType* allocator)
853 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1038 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1039 if (elements != NULL)
1041 return new(memory) SelfType(elements, maxSlots, allocator);
1284 Signal2(void* elements, size_t maxSlots, AllocatorType* allocator)
1285 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1471 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1472 if (elements != NULL)
1474 return new(memory) SelfType(elements, maxSlots, allocator);
1717 Signal3(void* elements, size_t maxSlots, AllocatorType* allocator)
1718 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1905 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
1906 if (elements != NULL)
1908 return new(memory) SelfType(elements, maxSlots, allocator);
2151 Signal4(void* elements, size_t maxSlots, AllocatorType* allocator)
2152 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2340 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
2341 if (elements != NULL)
2343 return new(memory) SelfType(elements, maxSlots, allocator);
2586 Signal5(void* elements, size_t maxSlots, AllocatorType* allocator)
2587 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2776 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
2777 if (elements != NULL)
2779 return new(memory) SelfType(elements, maxSlots, allocator);
3022 Signal6(void* elements, size_t maxSlots, AllocatorType* allocator)
3023 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3213 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
3214 if (elements != NULL)
3216 return new(memory) SelfType(elements, maxSlots, allocator);
3459 Signal7(void* elements, size_t maxSlots, AllocatorType* allocator)
3460 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3651 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
3652 if (elements != NULL)
3654 return new(memory) SelfType(elements, maxSlots, allocator);
3897 Signal8(void* elements, size_t maxSlots, AllocatorType* allocator)
3898 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4090 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
4091 if (elements != NULL)
4093 return new(memory) SelfType(elements, maxSlots, allocator);
4336 Signal9(void* elements, size_t maxSlots, AllocatorType* allocator)
4337 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4530 void* elements = allocator->Alloc(sizeof(SlotType*) * maxSlots);
4531 if (elements != NULL)
4533 return new(memory) SelfType(elements, maxSlots, allocator);
4776 Signal10(void* elements, size_t maxSlots, AllocatorType* allocator)
4777 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}