Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/
Dutil_FlagsEnum.h39 Self& operator =(bit32 v) { Replace(v); return *this; }
40 Self& operator =(int v) { Replace(v); return *this; }
42 void Replace(bit32 v) { m_FlagsValue = static_cast<StorageT>(v); } in Replace() function
43 void Replace(int v) { m_FlagsValue = static_cast<StorageT>(v); } in Replace() function
59 FlagsEnum1<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; }
60 FlagsEnum1<EnumT>& operator =(int v) { this->Replace(v); return *this; }
70 FlagsEnum2<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; }
71 FlagsEnum2<EnumT>& operator =(int v) { this->Replace(v); return *this; }
81 FlagsEnum4<EnumT>& operator =(bit32 v) { this->Replace(v); return *this; }
82 FlagsEnum4<EnumT>& operator =(int v) { this->Replace(v); return *this; }