Searched refs:operator (Results 276 - 300 of 811) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/apps/debugger/ids/
H A DFunctionID.h51 virtual bool operator==(const ObjectID& other) const;
66 virtual bool operator==(const ObjectID& other) const;
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.h52 operator==(const rgb_color& a, const rgb_color& b)
62 operator!=(const rgb_color& a, const rgb_color& b)
/haiku-fatelf/src/apps/terminal/
H A DUTF8Char.h79 bool operator==(const UTF8Char& other) const
94 bool operator!=(const UTF8Char& other) const
/haiku-fatelf/src/preferences/screen/
H A DScreenMode.h34 bool operator==(const screen_mode &otherMode) const;
35 bool operator!=(const screen_mode &otherMode) const;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfString.h41 String& operator=(const array<char, length> &dString);
95 String::operator=(const array<char, length> &dString)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DObjectTracker.h29 inline DLListLink<ObjectTrackable> *operator()(
35 inline const DLListLink<ObjectTrackable> *operator()(
H A DVector.h96 inline Value &operator[](int32 index);
97 inline const Value &operator[](int32 index) const;
133 inline Iterator &operator++()
140 inline Iterator operator++(int)
147 inline Iterator &operator--()
154 inline Iterator operator--(int)
161 inline Iterator &operator=(const Iterator &other)
168 inline bool operator==(const Iterator &other) const
173 inline bool operator!=(const Iterator &other) const
178 inline Value &operator*() cons
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DQueryIterator.h59 DLListLink<QueryIterator>* operator()(QueryIterator* iterator) const
64 const DLListLink<QueryIterator>* operator()(
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DKey.h118 Key &operator=(const Key &k)
245 bool operator==(const VKey &k) const { return (Compare(k) == 0); }
246 bool operator!=(const VKey &k) const { return (Compare(k) != 0); }
247 bool operator<(const VKey &k) const { return (Compare(k) < 0); }
248 bool operator>(const VKey &k) const { return (Compare(k) > 0); }
249 bool operator<=(const VKey &k) const { return (Compare(k) <= 0); }
250 bool operator>=(const VKey &k) const { return (Compare(k) >= 0); }
252 VKey &operator=(const VKey &k)
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBoolItemTest.h47 ArrayType& operator=(const ArrayType& rhs)
55 bool& operator[](int index)
/haiku-fatelf/headers/private/kernel/util/
H A DVector.h100 inline Value &operator[](int32 index);
101 inline const Value &operator[](int32 index) const;
137 inline Iterator &operator++()
144 inline Iterator operator++(int)
151 inline Iterator &operator--()
158 inline Iterator operator--(int)
165 inline Iterator &operator=(const Iterator &other)
172 inline bool operator==(const Iterator &other) const
177 inline bool operator!=(const Iterator &other) const
182 inline Value &operator*() cons
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DVector.h96 inline Value &operator[](int32 index);
97 inline const Value &operator[](int32 index) const;
133 inline Iterator &operator++()
140 inline Iterator operator++(int)
147 inline Iterator &operator--()
154 inline Iterator operator--(int)
161 inline Iterator &operator=(const Iterator &other)
168 inline bool operator==(const Iterator &other) const
173 inline bool operator!=(const Iterator &other) const
178 inline Value &operator*() cons
[all...]
/haiku-fatelf/src/apps/glteapot/
H A DQuaternion.h125 Quaternion& operator+=(const Quaternion& q)
132 Quaternion& operator-=(const Quaternion& q)
139 Quaternion& operator*=(const float& s)
146 Quaternion& operator*=(const Quaternion& q)
181 operator*(const float& s) const
187 Quaternion operator/(const float& s) const
194 Quaternion& operator/=(const float& s)
229 operator+(const Quaternion& q2) const
237 operator-(const Quaternion& q2) const
244 inline Quaternion operator
[all...]
/haiku-fatelf/src/apps/haiku3d/
H A DQuaternion.h132 Quaternion& operator+=(const Quaternion& q)
139 Quaternion& operator-=(const Quaternion& q)
146 Quaternion& operator*=(const float& s)
153 Quaternion& operator*=(const Quaternion& q)
188 operator*(const float& s) const
194 Quaternion operator/(const float& s) const
201 Quaternion& operator/=(const float& s)
236 operator+(const Quaternion& q2) const
245 operator-(const Quaternion& q2) const
253 inline Quaternion operator
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_scanline_bin.h134 const scanline_bin operator = (const scanline_bin&);
174 const span& operator*() const { return m_spans[m_span_idx]; }
175 const span* operator->() const { return &m_spans[m_span_idx]; }
177 void operator ++ () { ++m_span_idx; }
249 const scanline32_bin operator = (const scanline32_bin&);
H A Dagg_trans_affine.h185 const trans_affine& operator *= (const trans_affine& m)
191 const trans_affine& operator /= (const trans_affine& m)
198 trans_affine operator * (const trans_affine& m)
205 trans_affine operator / (const trans_affine& m)
211 trans_affine operator ~ () const
217 // Equal operator with default epsilon
218 bool operator == (const trans_affine& m) const
223 // Not Equal operator with default epsilon
224 bool operator != (const trans_affine& m) const
H A Dagg_span_gradient_alpha.h107 alpha_type operator [] (alpha_type x) const { return x; }
114 alpha_type operator [] (alpha_type x) const { return x; }
121 alpha_type operator [] (alpha_type x) const { return 255-x; }
/haiku-fatelf/headers/os/media/
H A DMediaFormats.h183 _media_format_description& operator=(
270 bool operator==(const media_format_description& a,
273 bool operator<(const media_format_description& a,
277 bool operator==(const GUID& a, const GUID& b);
279 bool operator<(const GUID& a, const GUID& b);
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.h62 STEStyleRunDesc* operator[](int32 index) const;
67 _BStyleRunDescBuffer_::operator[](int32 index) const
85 STEStyleRecord* operator[](int32 index) const;
90 _BStyleRecordBuffer_::operator[](int32 index) const
136 STEStyleRun operator[](int32 index) const;
/haiku-fatelf/src/servers/app/drawing/
H A DPatternHandler.h52 Pattern& operator=(const Pattern& from)
55 Pattern& operator=(const int64 &from)
58 Pattern& operator=(const pattern &from)
61 bool operator==(const Pattern& other) const
64 bool operator==(const pattern& other) const
/haiku-fatelf/src/kits/tracker/
H A DFunctionObject.h82 ParameterBinder &operator=(const BEntry* newp)
102 ParameterBinder &operator=(const entry_ref* newp)
120 ParameterBinder &operator=(const node_ref* newp)
143 ParameterBinder &operator=(const BMessage* newp)
160 virtual void operator()() = 0;
185 virtual void operator()() { (function)(p1.Pass()); }
203 virtual void operator()()
223 virtual void operator()() { (function)(p1.Pass(), p2.Pass()); }
244 virtual void operator()() { (function)(p1.Pass(), p2.Pass(), p3.Pass()); }
268 virtual void operator()()
[all...]
/haiku-fatelf/headers/private/shared/
H A DWeakReferenceable.h175 BWeakReference& operator=(const BWeakReference<Type>& other)
184 BWeakReference& operator=(Type* other)
190 BWeakReference& operator=(const BReference<Type>& other)
197 BWeakReference& operator=(const BReference<OtherType>& other)
204 BWeakReference& operator=(const BWeakReference<OtherType>& other)
210 bool operator==(const BWeakReference<Type>& other) const
215 bool operator!=(const BWeakReference<Type>& other) const
/haiku-fatelf/src/libs/ncurses/c++/
H A Detip.h164 NCursesException& operator=(const NCursesException& rhs)
212 NCursesPanelException& operator=(const NCursesPanelException& rhs)
215 NCursesException::operator=(rhs);
263 NCursesMenuException& operator=(const NCursesMenuException& rhs)
266 NCursesException::operator=(rhs);
314 NCursesFormException& operator=(const NCursesFormException& rhs)
317 NCursesException::operator=(rhs);
/haiku-fatelf/headers/os/interface/
H A DShape.h59 BShape& operator=(const BShape& other);
61 bool operator==(const BShape& other) const;
62 bool operator!=(const BShape& other) const;
/haiku-fatelf/headers/os/locale/
H A DFormattingConventions.h59 BFormattingConventions& operator=(
64 bool operator==(
66 bool operator!=(

Completed in 144 milliseconds

<<11121314151617181920>>