Searched refs:Self (Results 1 – 4 of 4) sorted by relevance
30 typedef SizedEnum<StorageT, EnumT> Self; typedef41 Self& operator =(EnumT e) { Set(e); return *this; }
30 typedef FlagsEnum<StorageT, EnumT> Self; typedef41 Self& operator =(bit32 v) { Replace(v); return *this; }42 Self& operator =(int v) { Replace(v); return *this; }
70 template <class Self, class TObject>100 Self& Assign(const Self& rhs) in Assign()113 return static_cast<Self&>(*this); in Assign()
33 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()