Home
last modified time | relevance | path

Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/ut/
Dut_Color.h34 typedef Color8 SelfType; //!< @details :private typedef
103 SelfType& operator =(u32 color)
116 SelfType& operator =(FloatColor& color);
133 const SelfType operator +(const SelfType& right) const
135 SelfType color(
151 const SelfType operator -(const SelfType& right) const
153 SelfType color(
169 const SelfType operator *(const SelfType& right) const
171 SelfType color(
187 const SelfType operator /(const SelfType& right) const
[all …]
Dut_ResUtil.h125 typedef class_name SelfType; /*!< :private */ \
156 typedef class_name SelfType; /*!< :private */ \
/NW4C-1.3.3/include/nw/ut/generated/
Dut_Signal.hi119 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 …]