Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Color.h36 typedef Color8 SelfType; //!< @details :private typedef
105 SelfType& operator =(u32 color)
118 SelfType& operator =(FloatColor& color);
135 const SelfType operator +(const SelfType& right) const
137 SelfType color(
153 const SelfType operator -(const SelfType& right) const
155 SelfType color(
171 const SelfType operator *(const SelfType& right) const
173 SelfType color(
189 const SelfType operator /(const SelfType& right) const
[all …]
Dut_ResUtil.h127 typedef class_name SelfType; /*!< :private */ \
158 typedef class_name SelfType; /*!< :private */ \
/NW4C-2.0.3/include/nw/ut/generated/
Dut_Signal.hi121 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 …]