Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_SizedEnum.h42 typedef SizedEnum<StorageT, EnumT> Self; typedef
82 Self& operator =(EnumT e) { Set(e); return *this; }
Dutil_FlagsEnum.h42 typedef FlagsEnum<StorageT, EnumT> Self; typedef
86 Self& operator =(bit32 v) { Replace(v); return *this; }
97 Self& operator =(int v) { Replace(v); return *this; }
Dutil_AutoObject.h70 template <class Self, class TObject>
100 Self& Assign(const Self& rhs) in Assign()
113 return static_cast<Self&>(*this); in Assign()