Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
36 typedef Color8 SelfType; //!< @details :private typedef105 SelfType& operator =(u32 color)118 SelfType& operator =(FloatColor& color);135 const SelfType operator +(const SelfType& right) const137 SelfType color(153 const SelfType operator -(const SelfType& right) const155 SelfType color(171 const SelfType operator *(const SelfType& right) const173 SelfType color(189 const SelfType operator /(const SelfType& right) const[all …]
127 typedef class_name SelfType; /*!< :private */ \158 typedef class_name SelfType; /*!< :private */ \
121 typedef Signal0<TResult, TResultCombiner, TAllocator, TSlot> SelfType;149 static SelfType* CreateInvalidateSignal(AllocatorType* allocator)151 void* memory = allocator->Alloc(sizeof(SelfType));155 return new(memory) SelfType(NULL, 0, allocator);157 return new(memory) SelfType(allocator);171 static SelfType* CreateFixedSizedSignal(size_t maxSlots, AllocatorType* allocator)173 void* memory = allocator->Alloc(sizeof(SelfType));180 return new(memory) SelfType(elements, maxSlots, allocator);189 return new(memory) SelfType(allocator);199 static SelfType* CreateVariableSizeSignal(AllocatorType* allocator)[all …]