Lines Matching refs:m_Allocator
35 explicit Slot0(AllocatorType* allocator) : m_Allocator(allocator) {}
59 AllocatorType* GetAllocator() { return m_Allocator; }
66 AllocatorType* m_Allocator;
213 void Destroy() { this->~Signal0(); this->m_Allocator->Free(this); }
314 return CreateAndConnect(function, this->m_Allocator);
424 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
427 : m_Allocator(allocator), m_Slots(allocator) {}
432 explicit Signal0(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
437 AllocatorType* m_Allocator;
464 explicit Slot1(AllocatorType* allocator) : m_Allocator(allocator) {}
488 AllocatorType* GetAllocator() { return m_Allocator; }
495 AllocatorType* m_Allocator;
644 void Destroy() { this->~Signal1(); this->m_Allocator->Free(this); }
745 return CreateAndConnect(function, this->m_Allocator);
855 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
858 : m_Allocator(allocator), m_Slots(allocator) {}
863 explicit Signal1(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
868 AllocatorType* m_Allocator;
895 explicit Slot2(AllocatorType* allocator) : m_Allocator(allocator) {}
919 AllocatorType* GetAllocator() { return m_Allocator; }
926 AllocatorType* m_Allocator;
1076 void Destroy() { this->~Signal2(); this->m_Allocator->Free(this); }
1177 return CreateAndConnect(function, this->m_Allocator);
1287 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1290 : m_Allocator(allocator), m_Slots(allocator) {}
1295 explicit Signal2(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1300 AllocatorType* m_Allocator;
1327 explicit Slot3(AllocatorType* allocator) : m_Allocator(allocator) {}
1351 AllocatorType* GetAllocator() { return m_Allocator; }
1358 AllocatorType* m_Allocator;
1509 void Destroy() { this->~Signal3(); this->m_Allocator->Free(this); }
1610 return CreateAndConnect(function, this->m_Allocator);
1720 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
1723 : m_Allocator(allocator), m_Slots(allocator) {}
1728 explicit Signal3(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
1733 AllocatorType* m_Allocator;
1760 explicit Slot4(AllocatorType* allocator) : m_Allocator(allocator) {}
1784 AllocatorType* GetAllocator() { return m_Allocator; }
1791 AllocatorType* m_Allocator;
1943 void Destroy() { this->~Signal4(); this->m_Allocator->Free(this); }
2044 return CreateAndConnect(function, this->m_Allocator);
2154 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2157 : m_Allocator(allocator), m_Slots(allocator) {}
2162 explicit Signal4(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2167 AllocatorType* m_Allocator;
2194 explicit Slot5(AllocatorType* allocator) : m_Allocator(allocator) {}
2218 AllocatorType* GetAllocator() { return m_Allocator; }
2225 AllocatorType* m_Allocator;
2378 void Destroy() { this->~Signal5(); this->m_Allocator->Free(this); }
2479 return CreateAndConnect(function, this->m_Allocator);
2589 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
2592 : m_Allocator(allocator), m_Slots(allocator) {}
2597 explicit Signal5(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
2602 AllocatorType* m_Allocator;
2629 explicit Slot6(AllocatorType* allocator) : m_Allocator(allocator) {}
2653 AllocatorType* GetAllocator() { return m_Allocator; }
2660 AllocatorType* m_Allocator;
2814 void Destroy() { this->~Signal6(); this->m_Allocator->Free(this); }
2915 return CreateAndConnect(function, this->m_Allocator);
3025 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3028 : m_Allocator(allocator), m_Slots(allocator) {}
3033 explicit Signal6(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3038 AllocatorType* m_Allocator;
3065 explicit Slot7(AllocatorType* allocator) : m_Allocator(allocator) {}
3089 AllocatorType* GetAllocator() { return m_Allocator; }
3096 AllocatorType* m_Allocator;
3251 void Destroy() { this->~Signal7(); this->m_Allocator->Free(this); }
3352 return CreateAndConnect(function, this->m_Allocator);
3462 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3465 : m_Allocator(allocator), m_Slots(allocator) {}
3470 explicit Signal7(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3475 AllocatorType* m_Allocator;
3502 explicit Slot8(AllocatorType* allocator) : m_Allocator(allocator) {}
3526 AllocatorType* GetAllocator() { return m_Allocator; }
3533 AllocatorType* m_Allocator;
3689 void Destroy() { this->~Signal8(); this->m_Allocator->Free(this); }
3790 return CreateAndConnect(function, this->m_Allocator);
3900 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
3903 : m_Allocator(allocator), m_Slots(allocator) {}
3908 explicit Signal8(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
3913 AllocatorType* m_Allocator;
3940 explicit Slot9(AllocatorType* allocator) : m_Allocator(allocator) {}
3964 AllocatorType* GetAllocator() { return m_Allocator; }
3971 AllocatorType* m_Allocator;
4128 void Destroy() { this->~Signal9(); this->m_Allocator->Free(this); }
4229 return CreateAndConnect(function, this->m_Allocator);
4339 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4342 : m_Allocator(allocator), m_Slots(allocator) {}
4347 explicit Signal9(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4352 AllocatorType* m_Allocator;
4379 explicit Slot10(AllocatorType* allocator) : m_Allocator(allocator) {}
4403 AllocatorType* GetAllocator() { return m_Allocator; }
4410 AllocatorType* m_Allocator;
4568 void Destroy() { this->~Signal10(); this->m_Allocator->Free(this); }
4669 return CreateAndConnect(function, this->m_Allocator);
4779 : m_Allocator(allocator), m_Slots(elements, maxSlots, allocator) {}
4782 : m_Allocator(allocator), m_Slots(allocator) {}
4787 explicit Signal10(AllocatorType* allocator) : m_Allocator(allocator), m_Slot(NULL) {}
4792 AllocatorType* m_Allocator;