Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/util/
Dutil_SizedEnum.h30 typedef SizedEnum<StorageT, EnumT> Self; typedef
41 Self& operator =(EnumT e) { Set(e); return *this; }
Dutil_FlagsEnum.h30 typedef FlagsEnum<StorageT, EnumT> Self; typedef
41 Self& operator =(bit32 v) { Replace(v); return *this; }
42 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()