Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
34 typedef Color8 SelfType; //!< @details :private typedef103 SelfType& operator =(u32 color)116 SelfType& operator =(FloatColor& color);133 const SelfType operator +(const SelfType& right) const135 SelfType color(151 const SelfType operator -(const SelfType& right) const153 SelfType color(169 const SelfType operator *(const SelfType& right) const171 SelfType color(187 const SelfType operator /(const SelfType& right) const[all …]
125 typedef class_name SelfType; /*!< :private */ \156 typedef class_name SelfType; /*!< :private */ \
119 typedef Signal0<TResult, TResultCombiner, TAllocator, TSlot> SelfType;147 static SelfType* CreateInvalidateSignal(AllocatorType* allocator)149 void* memory = allocator->Alloc(sizeof(SelfType));153 return new(memory) SelfType(NULL, 0, allocator);155 return new(memory) SelfType(allocator);169 static SelfType* CreateFixedSizedSignal(size_t maxSlots, AllocatorType* allocator)171 void* memory = allocator->Alloc(sizeof(SelfType));178 return new(memory) SelfType(elements, maxSlots, allocator);187 return new(memory) SelfType(allocator);197 static SelfType* CreateVariableSizeSignal(AllocatorType* allocator)[all …]