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); }
312 return CreateAndConnect(function, this->m_Allocator);
422 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
425 : m_Allocator(allocator), m_Slots(allocator) {}
430 explicit Signal0(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
435 AllocatorType* m_Allocator;
462 explicit Slot1(AllocatorType* allocator) : m_Allocator(allocator) {}
486 AllocatorType* GetAllocator() { return m_Allocator; }
493 AllocatorType* m_Allocator;
642 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); }
743 return CreateAndConnect(function, this->m_Allocator);
853 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
856 : m_Allocator(allocator), m_Slots(allocator) {}
861 explicit Signal1(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
866 AllocatorType* m_Allocator;
893 explicit Slot2(AllocatorType* allocator) : m_Allocator(allocator) {}
917 AllocatorType* GetAllocator() { return m_Allocator; }
924 AllocatorType* m_Allocator;
1074 void Destroy() { this->~Signal2(); this->m_Allocator->Free(this); }
1175 return CreateAndConnect(function, this->m_Allocator);
1285 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1288 : m_Allocator(allocator), m_Slots(allocator) {}
1293 explicit Signal2(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1298 AllocatorType* m_Allocator;
1325 explicit Slot3(AllocatorType* allocator) : m_Allocator(allocator) {}
1349 AllocatorType* GetAllocator() { return m_Allocator; }
1356 AllocatorType* m_Allocator;
1507 void Destroy() { this->~Signal3(); this->m_Allocator->Free(this); }
1608 return CreateAndConnect(function, this->m_Allocator);
1718 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1721 : m_Allocator(allocator), m_Slots(allocator) {}
1726 explicit Signal3(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1731 AllocatorType* m_Allocator;
1758 explicit Slot4(AllocatorType* allocator) : m_Allocator(allocator) {}
1782 AllocatorType* GetAllocator() { return m_Allocator; }
1789 AllocatorType* m_Allocator;
1941 void Destroy() { this->~Signal4(); this->m_Allocator->Free(this); }
2042 return CreateAndConnect(function, this->m_Allocator);
2152 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2155 : m_Allocator(allocator), m_Slots(allocator) {}
2160 explicit Signal4(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2165 AllocatorType* m_Allocator;
2192 explicit Slot5(AllocatorType* allocator) : m_Allocator(allocator) {}
2216 AllocatorType* GetAllocator() { return m_Allocator; }
2223 AllocatorType* m_Allocator;
2376 void Destroy() { this->~Signal5(); this->m_Allocator->Free(this); }
2477 return CreateAndConnect(function, this->m_Allocator);
2587 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2590 : m_Allocator(allocator), m_Slots(allocator) {}
2595 explicit Signal5(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2600 AllocatorType* m_Allocator;
2627 explicit Slot6(AllocatorType* allocator) : m_Allocator(allocator) {}
2651 AllocatorType* GetAllocator() { return m_Allocator; }
2658 AllocatorType* m_Allocator;
2812 void Destroy() { this->~Signal6(); this->m_Allocator->Free(this); }
2913 return CreateAndConnect(function, this->m_Allocator);
3023 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3026 : m_Allocator(allocator), m_Slots(allocator) {}
3031 explicit Signal6(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3036 AllocatorType* m_Allocator;
3063 explicit Slot7(AllocatorType* allocator) : m_Allocator(allocator) {}
3087 AllocatorType* GetAllocator() { return m_Allocator; }
3094 AllocatorType* m_Allocator;
3249 void Destroy() { this->~Signal7(); this->m_Allocator->Free(this); }
3350 return CreateAndConnect(function, this->m_Allocator);
3460 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3463 : m_Allocator(allocator), m_Slots(allocator) {}
3468 explicit Signal7(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3473 AllocatorType* m_Allocator;
3500 explicit Slot8(AllocatorType* allocator) : m_Allocator(allocator) {}
3524 AllocatorType* GetAllocator() { return m_Allocator; }
3531 AllocatorType* m_Allocator;
3687 void Destroy() { this->~Signal8(); this->m_Allocator->Free(this); }
3788 return CreateAndConnect(function, this->m_Allocator);
3898 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3901 : m_Allocator(allocator), m_Slots(allocator) {}
3906 explicit Signal8(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3911 AllocatorType* m_Allocator;
3938 explicit Slot9(AllocatorType* allocator) : m_Allocator(allocator) {}
3962 AllocatorType* GetAllocator() { return m_Allocator; }
3969 AllocatorType* m_Allocator;
4126 void Destroy() { this->~Signal9(); this->m_Allocator->Free(this); }
4227 return CreateAndConnect(function, this->m_Allocator);
4337 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4340 : m_Allocator(allocator), m_Slots(allocator) {}
4345 explicit Signal9(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4350 AllocatorType* m_Allocator;
4377 explicit Slot10(AllocatorType* allocator) : m_Allocator(allocator) {}
4401 AllocatorType* GetAllocator() { return m_Allocator; }
4408 AllocatorType* m_Allocator;
4566 void Destroy() { this->~Signal10(); this->m_Allocator->Free(this); }
4667 return CreateAndConnect(function, this->m_Allocator);
4777 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4780 : m_Allocator(allocator), m_Slots(allocator) {}
4785 explicit Signal10(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4790 AllocatorType* m_Allocator;