Lines Matching refs:m_Allocator
33 explicit Slot0(AllocatorType* allocator) : m_Allocator(allocator) {}
57 AllocatorType* GetAllocator() { return m_Allocator; }
64 AllocatorType* m_Allocator;
211 void Destroy() { this->~Signal0(); this->m_Allocator->Free(this); }
289 return CreateAndConnect(function, this->m_Allocator);
399 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
402 : m_Allocator(allocator), m_Slots(allocator) {}
407 explicit Signal0(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
412 AllocatorType* m_Allocator;
439 explicit Slot1(AllocatorType* allocator) : m_Allocator(allocator) {}
463 AllocatorType* GetAllocator() { return m_Allocator; }
470 AllocatorType* m_Allocator;
619 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); }
697 return CreateAndConnect(function, this->m_Allocator);
807 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
810 : m_Allocator(allocator), m_Slots(allocator) {}
815 explicit Signal1(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
820 AllocatorType* m_Allocator;
847 explicit Slot2(AllocatorType* allocator) : m_Allocator(allocator) {}
871 AllocatorType* GetAllocator() { return m_Allocator; }
878 AllocatorType* m_Allocator;
1028 void Destroy() { this->~Signal2(); this->m_Allocator->Free(this); }
1106 return CreateAndConnect(function, this->m_Allocator);
1216 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1219 : m_Allocator(allocator), m_Slots(allocator) {}
1224 explicit Signal2(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1229 AllocatorType* m_Allocator;
1256 explicit Slot3(AllocatorType* allocator) : m_Allocator(allocator) {}
1280 AllocatorType* GetAllocator() { return m_Allocator; }
1287 AllocatorType* m_Allocator;
1438 void Destroy() { this->~Signal3(); this->m_Allocator->Free(this); }
1516 return CreateAndConnect(function, this->m_Allocator);
1626 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1629 : m_Allocator(allocator), m_Slots(allocator) {}
1634 explicit Signal3(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1639 AllocatorType* m_Allocator;
1666 explicit Slot4(AllocatorType* allocator) : m_Allocator(allocator) {}
1690 AllocatorType* GetAllocator() { return m_Allocator; }
1697 AllocatorType* m_Allocator;
1849 void Destroy() { this->~Signal4(); this->m_Allocator->Free(this); }
1927 return CreateAndConnect(function, this->m_Allocator);
2037 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2040 : m_Allocator(allocator), m_Slots(allocator) {}
2045 explicit Signal4(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2050 AllocatorType* m_Allocator;
2077 explicit Slot5(AllocatorType* allocator) : m_Allocator(allocator) {}
2101 AllocatorType* GetAllocator() { return m_Allocator; }
2108 AllocatorType* m_Allocator;
2261 void Destroy() { this->~Signal5(); this->m_Allocator->Free(this); }
2339 return CreateAndConnect(function, this->m_Allocator);
2449 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2452 : m_Allocator(allocator), m_Slots(allocator) {}
2457 explicit Signal5(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2462 AllocatorType* m_Allocator;
2489 explicit Slot6(AllocatorType* allocator) : m_Allocator(allocator) {}
2513 AllocatorType* GetAllocator() { return m_Allocator; }
2520 AllocatorType* m_Allocator;
2674 void Destroy() { this->~Signal6(); this->m_Allocator->Free(this); }
2752 return CreateAndConnect(function, this->m_Allocator);
2862 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2865 : m_Allocator(allocator), m_Slots(allocator) {}
2870 explicit Signal6(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2875 AllocatorType* m_Allocator;
2902 explicit Slot7(AllocatorType* allocator) : m_Allocator(allocator) {}
2926 AllocatorType* GetAllocator() { return m_Allocator; }
2933 AllocatorType* m_Allocator;
3088 void Destroy() { this->~Signal7(); this->m_Allocator->Free(this); }
3166 return CreateAndConnect(function, this->m_Allocator);
3276 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3279 : m_Allocator(allocator), m_Slots(allocator) {}
3284 explicit Signal7(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3289 AllocatorType* m_Allocator;
3316 explicit Slot8(AllocatorType* allocator) : m_Allocator(allocator) {}
3340 AllocatorType* GetAllocator() { return m_Allocator; }
3347 AllocatorType* m_Allocator;
3503 void Destroy() { this->~Signal8(); this->m_Allocator->Free(this); }
3581 return CreateAndConnect(function, this->m_Allocator);
3691 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3694 : m_Allocator(allocator), m_Slots(allocator) {}
3699 explicit Signal8(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3704 AllocatorType* m_Allocator;
3731 explicit Slot9(AllocatorType* allocator) : m_Allocator(allocator) {}
3755 AllocatorType* GetAllocator() { return m_Allocator; }
3762 AllocatorType* m_Allocator;
3919 void Destroy() { this->~Signal9(); this->m_Allocator->Free(this); }
3997 return CreateAndConnect(function, this->m_Allocator);
4107 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4110 : m_Allocator(allocator), m_Slots(allocator) {}
4115 explicit Signal9(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4120 AllocatorType* m_Allocator;
4147 explicit Slot10(AllocatorType* allocator) : m_Allocator(allocator) {}
4171 AllocatorType* GetAllocator() { return m_Allocator; }
4178 AllocatorType* m_Allocator;
4336 void Destroy() { this->~Signal10(); this->m_Allocator->Free(this); }
4414 return CreateAndConnect(function, this->m_Allocator);
4524 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4527 : m_Allocator(allocator), m_Slots(allocator) {}
4532 explicit Signal10(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4537 AllocatorType* m_Allocator;