Lines Matching refs:operator
42 bool operator()(s32& x) const in operator() function
58 bool operator()(s32& x) const in operator() function
74 bool operator()(s32& x) const in operator() function
188 operator bool() const { return IsValid(); }
189 bool operator!() const { return !IsValid(); }
190 …bool operator==(const SafeHandleBase& rhs) const { return (m_Data[0] == rhs.m_Data[0]) && (m_Da…
191 …bool operator!=(const SafeHandleBase& rhs) const { return (m_Data[0] != rhs.m_Data[0]) || (m_Da…
237 SafeHandle& operator++();
335 operator bool() const { return GetPointer() != 0; }
336 bool operator!() const { return GetPointer() == 0; }
411 TObject* operator->() { return GetPointer(); }
412 TObject& operator*() { return *GetPointer(); }