Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/util/
Dutil_FlagsEnum.h30 typedef FlagsEnum<StorageT, EnumT> Self; typedef
39 Self& operator =(bit32 v) { Replace(v); return *this; }
40 Self& operator =(int v) { Replace(v); return *this; }
Dutil_SizedEnum.h30 typedef SizedEnum<StorageT, EnumT> Self; typedef
41 Self& operator =(EnumT e) { Set(e); 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()
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h33 template <class Self, class TFileSystemTypeInfo, class TArchiveHandleTable, class ArchiveName>
58 Self& GetSelf() { return static_cast<Self&>(*this); } in GetSelf()
59 const Self& GetSelf() const { return static_cast<const Self&>(*this); } in GetSelf()