docs/develop/media/MediaFileProducer.h
216
MediaFileProducer & operator=(
docs/develop/media/MediaFileProducerAddOn.h
75
MediaFileProducerAddOn & operator=(
headers/build/os/app/Message.h
233
void *operator new(size_t size);
headers/build/os/app/Message.h
234
void *operator new(size_t, void *pointer);
headers/build/os/app/Message.h
235
void operator delete(void *pointer, size_t size);
headers/build/os/app/Message.h
56
BMessage &operator=(const BMessage &other);
headers/build/os/app/Messenger.h
28
BMessenger &operator=(const BMessenger &from);
headers/build/os/app/Messenger.h
29
bool operator==(const BMessenger &other) const;
headers/build/os/app/Messenger.h
51
bool operator<(const BMessenger &a, const BMessenger &b);
headers/build/os/app/Messenger.h
52
bool operator!=(const BMessenger &a, const BMessenger &b);
headers/build/os/interface/Bitmap.h
93
BBitmap& operator=(const BBitmap& source);
headers/build/os/storage/Directory.h
60
BDirectory &operator=(const BDirectory &dir);
headers/build/os/storage/Entry.h
120
bool operator<(const entry_ref &a, const entry_ref &b);
headers/build/os/storage/Entry.h
33
bool operator==(const entry_ref &ref) const;
headers/build/os/storage/Entry.h
34
bool operator!=(const entry_ref &ref) const;
headers/build/os/storage/Entry.h
35
entry_ref &operator=(const entry_ref &ref);
headers/build/os/storage/Entry.h
75
bool operator==(const BEntry &item) const;
headers/build/os/storage/Entry.h
76
bool operator!=(const BEntry &item) const;
headers/build/os/storage/Entry.h
78
BEntry &operator=(const BEntry &item);
headers/build/os/storage/File.h
60
BFile &operator=(const BFile &file);
headers/build/os/storage/MimeType.h
101
bool operator==(const BMimeType &type) const;
headers/build/os/storage/MimeType.h
102
bool operator==(const char *type) const;
headers/build/os/storage/MimeType.h
140
BMimeType &operator=(const BMimeType &);
headers/build/os/storage/Node.h
27
bool operator==(const node_ref &ref) const;
headers/build/os/storage/Node.h
28
bool operator!=(const node_ref &ref) const;
headers/build/os/storage/Node.h
29
node_ref& operator=(const node_ref &ref);
headers/build/os/storage/Node.h
31
bool operator<(const node_ref &ref) const;
headers/build/os/storage/Node.h
86
BNode& operator=(const BNode &node);
headers/build/os/storage/Node.h
87
bool operator==(const BNode &node) const;
headers/build/os/storage/Node.h
88
bool operator!=(const BNode &node) const;
headers/build/os/storage/NodeInfo.h
77
BNodeInfo &operator=(const BNodeInfo &);
headers/build/os/storage/Volume.h
43
bool operator==(const BVolume &volume) const;
headers/build/os/storage/Volume.h
44
bool operator!=(const BVolume &volume) const;
headers/build/os/storage/Volume.h
45
BVolume &operator=(const BVolume &volume);
headers/build/os/support/Errors.h
513
int operator=(int value)
headers/build/os/support/Errors.h
518
operator int()
headers/build/os/support/Locker.h
36
BLocker& operator=(const BLocker&);
headers/cpp/PlotFile.h
52
PlotFile& operator << (const int x);
headers/cpp/PlotFile.h
53
PlotFile& operator << (const char *s);
headers/cpp/SFile.h
51
SFile& operator[](long i);
headers/cpp/defalloc.h
44
T* tmp = (T*)(::operator new((size_t)(size * sizeof(T))));
headers/cpp/defalloc.h
59
::operator delete(buffer);
headers/cpp/function.h
44
using __STD_RELOPS::operator!=;
headers/cpp/function.h
45
using __STD_RELOPS::operator>;
headers/cpp/function.h
46
using __STD_RELOPS::operator<=;
headers/cpp/function.h
47
using __STD_RELOPS::operator>=;
headers/cpp/iomanip.h
105
imanip<TP> operator()(TP a)
headers/cpp/iomanip.h
110
inline istream& operator>>(istream&, const imanip<TP>&);
headers/cpp/iomanip.h
119
istream& operator>> <>(istream& i, const imanip<TP>& m);
headers/cpp/iomanip.h
123
inline istream& operator>>(istream& i, const imanip<TP>& m)
headers/cpp/iomanip.h
137
omanip<TP> operator()(TP a)
headers/cpp/iomanip.h
142
inline ostream& operator<<(ostream&, const omanip<TP>&);
headers/cpp/iomanip.h
151
ostream& operator<< <>(ostream& o, const omanip<TP>& m);
headers/cpp/iomanip.h
155
inline ostream& operator<<(ostream& o, const omanip<TP>& m)
headers/cpp/iomanip.h
49
smanip<TP> operator()(TP a)
headers/cpp/iomanip.h
54
inline istream& operator>>(istream& i, const smanip<TP>& m);
headers/cpp/iomanip.h
56
inline ostream& operator<<(ostream& o, const smanip<TP>& m);
headers/cpp/iomanip.h
65
istream& operator>> <>(istream& i, const smanip<TP>& m);
headers/cpp/iomanip.h
67
ostream& operator<< <>(ostream& o, const smanip<TP>& m);
headers/cpp/iomanip.h
76
inline istream& operator>>(istream& i, const smanip<TP>& m)
headers/cpp/iomanip.h
80
inline ostream& operator<<(ostream& o, const smanip<TP>& m)
headers/cpp/iomanip.h
85
template istream& operator>>(istream&, const smanip<int>&);
headers/cpp/iomanip.h
87
template istream& operator>>(istream&, const smanip<ios::fmtflags>&);
headers/cpp/iomanip.h
89
template ostream& operator<<(ostream&, const smanip<int>&);
headers/cpp/iomanip.h
91
template ostream& operator<<(ostream&, const smanip<ios::fmtflags>&);
headers/cpp/iostream.h
100
__extension__ ostream& operator<<(unsigned long long n);
headers/cpp/iostream.h
102
ostream& operator<<(short n) {return operator<<((int)n);}
headers/cpp/iostream.h
103
ostream& operator<<(unsigned short n) {return operator<<((unsigned int)n);}
headers/cpp/iostream.h
105
ostream& operator<<(bool b) { return operator<<((int)b); }
headers/cpp/iostream.h
107
ostream& operator<<(double n);
headers/cpp/iostream.h
108
ostream& operator<<(float n) { return operator<<((double)n); }
headers/cpp/iostream.h
110
ostream& operator<<(long double n);
headers/cpp/iostream.h
112
ostream& operator<<(long double n) { return operator<<((double)n); }
headers/cpp/iostream.h
114
ostream& operator<<(__omanip func) { return (*func)(*this); }
headers/cpp/iostream.h
115
ostream& operator<<(__manip func) {(*func)(*this); return *this;}
headers/cpp/iostream.h
116
ostream& operator<<(streambuf*);
headers/cpp/iostream.h
216
istream& operator>>(char*);
headers/cpp/iostream.h
217
istream& operator>>(unsigned char* p) { return operator>>((char*)p); }
headers/cpp/iostream.h
218
istream& operator>>(signed char*p) { return operator>>((char*)p); }
headers/cpp/iostream.h
219
istream& operator>>(char& c);
headers/cpp/iostream.h
220
istream& operator>>(unsigned char& c) {return operator>>((char&)c);}
headers/cpp/iostream.h
221
istream& operator>>(signed char& c) {return operator>>((char&)c);}
headers/cpp/iostream.h
222
istream& operator>>(int&);
headers/cpp/iostream.h
223
istream& operator>>(long&);
headers/cpp/iostream.h
225
__extension__ istream& operator>>(long long&);
headers/cpp/iostream.h
226
__extension__ istream& operator>>(unsigned long long&);
headers/cpp/iostream.h
228
istream& operator>>(short&);
headers/cpp/iostream.h
229
istream& operator>>(unsigned int&);
headers/cpp/iostream.h
230
istream& operator>>(unsigned long&);
headers/cpp/iostream.h
231
istream& operator>>(unsigned short&);
headers/cpp/iostream.h
233
istream& operator>>(bool&);
headers/cpp/iostream.h
235
istream& operator>>(float&);
headers/cpp/iostream.h
236
istream& operator>>(double&);
headers/cpp/iostream.h
237
istream& operator>>(long double&);
headers/cpp/iostream.h
238
istream& operator>>( __manip func) {(*func)(*this); return *this;}
headers/cpp/iostream.h
239
istream& operator>>(__imanip func) { return (*func)(*this); }
headers/cpp/iostream.h
240
istream& operator>>(streambuf*);
headers/cpp/iostream.h
252
_IO_istream_withassign& operator=(istream&);
headers/cpp/iostream.h
253
_IO_istream_withassign& operator=(_IO_istream_withassign& rhs)
headers/cpp/iostream.h
254
{ return operator= (static_cast<istream&> (rhs)); }
headers/cpp/iostream.h
259
_IO_ostream_withassign& operator=(ostream&);
headers/cpp/iostream.h
260
_IO_ostream_withassign& operator=(_IO_ostream_withassign& rhs)
headers/cpp/iostream.h
261
{ return operator= (static_cast<ostream&> (rhs)); }
headers/cpp/iostream.h
85
ostream& operator<<(char c);
headers/cpp/iostream.h
86
ostream& operator<<(unsigned char c) { return (*this) << (char)c; }
headers/cpp/iostream.h
87
ostream& operator<<(signed char c) { return (*this) << (char)c; }
headers/cpp/iostream.h
88
ostream& operator<<(const char *s);
headers/cpp/iostream.h
89
ostream& operator<<(const unsigned char *s)
headers/cpp/iostream.h
91
ostream& operator<<(const signed char *s)
headers/cpp/iostream.h
93
ostream& operator<<(const void *p);
headers/cpp/iostream.h
94
ostream& operator<<(int n);
headers/cpp/iostream.h
95
ostream& operator<<(unsigned int n);
headers/cpp/iostream.h
96
ostream& operator<<(long n);
headers/cpp/iostream.h
97
ostream& operator<<(unsigned long n);
headers/cpp/iostream.h
99
__extension__ ostream& operator<<(long long n);
headers/cpp/ropeimpl.h
1324
_Rope_char_ref_proxy<_CharT, _Alloc>::operator= (_CharT __c) {
headers/cpp/ropeimpl.h
1356
inline _Rope_char_ref_proxy<_CharT, _Alloc>::operator _CharT () const
headers/cpp/ropeimpl.h
1366
_Rope_char_ref_proxy<_CharT, _Alloc>::operator& () const {
headers/cpp/ropeimpl.h
759
bool operator() (const _CharT* __leaf, size_t __n) {
headers/cpp/ropeimpl.h
775
bool operator() (const _CharT* __leaf, size_t __n) {
headers/cpp/ropeimpl.h
797
bool operator() (const _CharT* __leaf, size_t __n);
headers/cpp/ropeimpl.h
802
bool _Rope_insert_char_consumer<_CharT>::operator()
headers/cpp/ropeimpl.h
811
inline bool _Rope_insert_char_consumer<char>::operator()
headers/cpp/ropeimpl.h
824
inline bool _Rope_insert_char_consumer<wchar_t>::operator()
headers/cpp/ropeimpl.h
906
ostream& operator<< (ostream& __o, const rope<_CharT, _Alloc>& __r)
headers/cpp/std/bastring.h
127
inline static void * operator new (size_t, size_t);
headers/cpp/std/bastring.h
128
inline static void operator delete (void *);
headers/cpp/std/bastring.h
140
Rep &operator= (const Rep &);
headers/cpp/std/bastring.h
180
basic_string& operator= (const basic_string& str)
headers/cpp/std/bastring.h
246
basic_string& operator= (const charT* s)
headers/cpp/std/bastring.h
248
basic_string& operator= (charT c)
headers/cpp/std/bastring.h
251
basic_string& operator+= (const basic_string& rhs)
headers/cpp/std/bastring.h
253
basic_string& operator+= (const charT* s)
headers/cpp/std/bastring.h
255
basic_string& operator+= (charT c)
headers/cpp/std/bastring.h
328
charT operator[] (size_type pos) const
headers/cpp/std/bastring.h
335
reference operator[] (size_type pos)
headers/cpp/std/bastring.h
499
operator+ (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
509
operator+ (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
518
operator+ (charT lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
527
operator+ (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
536
operator+ (const basic_string <charT, traits, Allocator>& lhs, charT rhs)
headers/cpp/std/bastring.h
545
operator== (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
553
operator== (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
560
operator== (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
567
operator!= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
574
operator!= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
581
operator< (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
589
operator< (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
596
operator< (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
603
operator> (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
610
operator> (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
617
operator<= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
624
operator<= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
631
operator>= (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs)
headers/cpp/std/bastring.h
638
operator>= (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs)
headers/cpp/std/bastring.h
645
operator!= (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
653
operator> (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
661
operator<= (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
669
operator>= (const basic_string <charT, traits, Allocator>& lhs,
headers/cpp/std/bastring.h
677
operator>> (istream&, basic_string <charT, traits, Allocator>&);
headers/cpp/std/bastring.h
679
operator<< (ostream&, const basic_string <charT, traits, Allocator>&);
headers/cpp/std/bastring.h
85
charT& operator[] (size_t s) { return data () [s]; }
headers/cpp/std/complext.h
104
complex<_FLT>::operator -= (const complex<_FLT>& r)
headers/cpp/std/complext.h
120
complex<_FLT>::operator *= (const complex<_FLT>& r)
headers/cpp/std/complext.h
127
complex<_FLT>::operator /= (const complex<_FLT>& r)
headers/cpp/std/complext.h
151
operator + (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
154
operator + (const complex<_FLT>& x, const complex<_FLT>& y)
headers/cpp/std/complext.h
160
operator + (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
163
operator + (const complex<_FLT>& x, _FLT y)
headers/cpp/std/complext.h
169
operator + (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
172
operator + (_FLT x, const complex<_FLT>& y)
headers/cpp/std/complext.h
178
operator - (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
181
operator - (const complex<_FLT>& x, const complex<_FLT>& y)
headers/cpp/std/complext.h
187
operator - (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
190
operator - (const complex<_FLT>& x, _FLT y)
headers/cpp/std/complext.h
196
operator - (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
199
operator - (_FLT x, const complex<_FLT>& y)
headers/cpp/std/complext.h
205
operator * (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
208
operator * (const complex<_FLT>& x, const complex<_FLT>& y)
headers/cpp/std/complext.h
215
operator * (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
218
operator * (const complex<_FLT>& x, _FLT y)
headers/cpp/std/complext.h
224
operator * (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
227
operator * (_FLT x, const complex<_FLT>& y)
headers/cpp/std/complext.h
233
operator / (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
242
operator + (const complex<_FLT>& x) __attribute__ ((const));
headers/cpp/std/complext.h
245
operator + (const complex<_FLT>& x)
headers/cpp/std/complext.h
251
operator - (const complex<_FLT>& x) __attribute__ ((const));
headers/cpp/std/complext.h
254
operator - (const complex<_FLT>& x)
headers/cpp/std/complext.h
260
operator == (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
263
operator == (const complex<_FLT>& x, const complex<_FLT>& y)
headers/cpp/std/complext.h
269
operator == (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
272
operator == (const complex<_FLT>& x, _FLT y)
headers/cpp/std/complext.h
278
operator == (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
281
operator == (_FLT x, const complex<_FLT>& y)
headers/cpp/std/complext.h
287
operator != (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
290
operator != (const complex<_FLT>& x, const complex<_FLT>& y)
headers/cpp/std/complext.h
296
operator != (const complex<_FLT>& x, _FLT y) __attribute__ ((const));
headers/cpp/std/complext.h
299
operator != (const complex<_FLT>& x, _FLT y)
headers/cpp/std/complext.h
305
operator != (_FLT x, const complex<_FLT>& y) __attribute__ ((const));
headers/cpp/std/complext.h
308
operator != (_FLT x, const complex<_FLT>& y)
headers/cpp/std/complext.h
364
operator / (const complex<_FLT>&, const complex<_FLT>&) __attribute__ ((const));
headers/cpp/std/complext.h
366
operator / (_FLT, const complex<_FLT>&) __attribute__ ((const));
headers/cpp/std/complext.h
406
template <class _FLT> istream& operator >> (istream&, complex<_FLT>&);
headers/cpp/std/complext.h
407
template <class _FLT> ostream& operator << (ostream&, const complex<_FLT>&);
headers/cpp/std/complext.h
59
complex& operator += (const complex&);
headers/cpp/std/complext.h
60
complex& operator -= (const complex&);
headers/cpp/std/complext.h
61
complex& operator *= (const complex&);
headers/cpp/std/complext.h
62
complex& operator /= (const complex&);
headers/cpp/std/complext.h
89
complex<_FLT>::operator += (const complex<_FLT>& r)
headers/cpp/std/dcomplex.h
43
complex& operator+= (const complex& r) { return __doapl (this, r); }
headers/cpp/std/dcomplex.h
44
complex& operator-= (const complex& r) { return __doami (this, r); }
headers/cpp/std/dcomplex.h
45
complex& operator*= (const complex& r) { return __doaml (this, r); }
headers/cpp/std/dcomplex.h
46
complex& operator/= (const complex& r) { return __doadv (this, r); }
headers/cpp/std/dcomplex.h
59
friend inline complex operator + (const complex& x, double y)
headers/cpp/std/dcomplex.h
60
{ return operator+<> (x, y); }
headers/cpp/std/dcomplex.h
61
friend inline complex operator + (double x, const complex& y)
headers/cpp/std/dcomplex.h
62
{ return operator+<> (x, y); }
headers/cpp/std/dcomplex.h
63
friend inline complex operator - (const complex& x, double y)
headers/cpp/std/dcomplex.h
64
{ return operator-<> (x, y); }
headers/cpp/std/dcomplex.h
65
friend inline complex operator - (double x, const complex& y)
headers/cpp/std/dcomplex.h
66
{ return operator-<> (x, y); }
headers/cpp/std/dcomplex.h
67
friend inline complex operator * (const complex& x, double y)
headers/cpp/std/dcomplex.h
68
{ return operator*<> (x, y); }
headers/cpp/std/dcomplex.h
69
friend inline complex operator * (double x, const complex& y)
headers/cpp/std/dcomplex.h
70
{ return operator*<> (x, y); }
headers/cpp/std/dcomplex.h
71
friend inline complex operator / (const complex& x, double y)
headers/cpp/std/dcomplex.h
72
{ return operator/<> (x, y); }
headers/cpp/std/dcomplex.h
73
friend inline complex operator / (double x, const complex& y)
headers/cpp/std/dcomplex.h
74
{ return operator/<> (x, y); }
headers/cpp/std/dcomplex.h
75
friend inline bool operator == (const complex& x, double y)
headers/cpp/std/dcomplex.h
76
{ return operator==<> (x, y); }
headers/cpp/std/dcomplex.h
77
friend inline bool operator == (double x, const complex& y)
headers/cpp/std/dcomplex.h
78
{ return operator==<> (x, y); }
headers/cpp/std/dcomplex.h
79
friend inline bool operator != (const complex& x, double y)
headers/cpp/std/dcomplex.h
80
{ return operator!=<> (x, y); }
headers/cpp/std/dcomplex.h
81
friend inline bool operator != (double x, const complex& y)
headers/cpp/std/dcomplex.h
82
{ return operator!=<> (x, y); }
headers/cpp/std/fcomplex.h
43
complex& operator+= (const complex& r) { return __doapl (this, r); }
headers/cpp/std/fcomplex.h
44
complex& operator-= (const complex& r) { return __doami (this, r); }
headers/cpp/std/fcomplex.h
45
complex& operator*= (const complex& r) { return __doaml (this, r); }
headers/cpp/std/fcomplex.h
46
complex& operator/= (const complex& r) { return __doadv (this, r); }
headers/cpp/std/fcomplex.h
59
friend inline complex operator + (const complex& x, float y)
headers/cpp/std/fcomplex.h
60
{ return operator+<> (x, y); }
headers/cpp/std/fcomplex.h
61
friend inline complex operator + (float x, const complex& y)
headers/cpp/std/fcomplex.h
62
{ return operator+<> (x, y); }
headers/cpp/std/fcomplex.h
63
friend inline complex operator - (const complex& x, float y)
headers/cpp/std/fcomplex.h
64
{ return operator-<> (x, y); }
headers/cpp/std/fcomplex.h
65
friend inline complex operator - (float x, const complex& y)
headers/cpp/std/fcomplex.h
66
{ return operator-<> (x, y); }
headers/cpp/std/fcomplex.h
67
friend inline complex operator * (const complex& x, float y)
headers/cpp/std/fcomplex.h
68
{ return operator*<> (x, y); }
headers/cpp/std/fcomplex.h
69
friend inline complex operator * (float x, const complex& y)
headers/cpp/std/fcomplex.h
70
{ return operator*<> (x, y); }
headers/cpp/std/fcomplex.h
71
friend inline complex operator / (const complex& x, float y)
headers/cpp/std/fcomplex.h
72
{ return operator/<> (x, y); }
headers/cpp/std/fcomplex.h
73
friend inline complex operator / (float x, const complex& y)
headers/cpp/std/fcomplex.h
74
{ return operator/<> (x, y); }
headers/cpp/std/fcomplex.h
75
friend inline bool operator == (const complex& x, float y)
headers/cpp/std/fcomplex.h
76
{ return operator==<> (x, y); }
headers/cpp/std/fcomplex.h
77
friend inline bool operator == (float x, const complex& y)
headers/cpp/std/fcomplex.h
78
{ return operator==<> (x, y); }
headers/cpp/std/fcomplex.h
79
friend inline bool operator != (const complex& x, float y)
headers/cpp/std/fcomplex.h
80
{ return operator!=<> (x, y); }
headers/cpp/std/fcomplex.h
81
friend inline bool operator != (float x, const complex& y)
headers/cpp/std/fcomplex.h
82
{ return operator!=<> (x, y); }
headers/cpp/std/gslice.h
57
gslice& operator= (const gslice&);
headers/cpp/std/gslice.h
96
gslice::operator= (const gslice& __g)
headers/cpp/std/gslice_array.h
109
gslice_array<_Tp>::operator= (const _Tp& __t)
headers/cpp/std/gslice_array.h
117
gslice_array<_Tp>::operator= (const valarray<_Tp>& __v) const
headers/cpp/std/gslice_array.h
126
gslice_array<_Tp>::operator= (const _Expr<E, _Tp>& __e) const
headers/cpp/std/gslice_array.h
136
gslice_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
headers/cpp/std/gslice_array.h
144
gslice_array<_Tp>::operator##op##= (const _Expr<E, _Tp>& __e) const \
headers/cpp/std/gslice_array.h
42
void operator= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
43
void operator*= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
44
void operator/= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
45
void operator%= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
46
void operator+= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
47
void operator-= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
48
void operator^= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
49
void operator&= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
50
void operator|= (const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
51
void operator<<=(const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
52
void operator>>=(const valarray<_Tp>&) const;
headers/cpp/std/gslice_array.h
53
void operator=(const _Tp&);
headers/cpp/std/gslice_array.h
56
void operator= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
58
void operator*= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
60
void operator/= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
62
void operator%= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
64
void operator+= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
66
void operator-= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
68
void operator^= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
70
void operator&= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
72
void operator|= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
74
void operator<<= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
76
void operator>>= (const _Expr<_Dom,_Tp>&) const;
headers/cpp/std/gslice_array.h
91
gslice_array& operator= (const gslice_array&);
headers/cpp/std/indirect_array.h
108
indirect_array<_Tp>::operator= (const _Tp& __t)
headers/cpp/std/indirect_array.h
113
indirect_array<_Tp>::operator= (const valarray<_Tp>& __v) const
headers/cpp/std/indirect_array.h
119
indirect_array<_Tp>::operator= (const _Expr<_Dom,_Tp>& __e) const
headers/cpp/std/indirect_array.h
126
indirect_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
headers/cpp/std/indirect_array.h
133
indirect_array<_Tp>::operator##op##= (const _Expr<_Dom,_Tp>& __e) const \
headers/cpp/std/indirect_array.h
42
void operator= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
43
void operator*= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
44
void operator/= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
45
void operator%= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
46
void operator+= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
47
void operator-= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
48
void operator^= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
49
void operator&= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
50
void operator|= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
51
void operator<<= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
52
void operator>>= (const valarray<_Tp>&) const;
headers/cpp/std/indirect_array.h
53
void operator= (const _Tp&);
headers/cpp/std/indirect_array.h
56
void operator= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
58
void operator*= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
60
void operator/= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
62
void operator%= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
64
void operator+= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
66
void operator-= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
68
void operator^= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
70
void operator&= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
72
void operator|= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
74
void operator<<= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
76
void operator>>= (const _Expr<_Dom, _Tp>&) const;
headers/cpp/std/indirect_array.h
91
indirect_array& operator= (const indirect_array&);
headers/cpp/std/ldcomplex.h
43
complex& operator+= (const complex& r) { return __doapl (this, r); }
headers/cpp/std/ldcomplex.h
44
complex& operator-= (const complex& r) { return __doami (this, r); }
headers/cpp/std/ldcomplex.h
45
complex& operator*= (const complex& r) { return __doaml (this, r); }
headers/cpp/std/ldcomplex.h
46
complex& operator/= (const complex& r) { return __doadv (this, r); }
headers/cpp/std/ldcomplex.h
59
friend inline complex operator + (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
60
{ return operator+<> (x, y); }
headers/cpp/std/ldcomplex.h
61
friend inline complex operator + (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
62
{ return operator+<> (x, y); }
headers/cpp/std/ldcomplex.h
63
friend inline complex operator - (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
64
{ return operator-<> (x, y); }
headers/cpp/std/ldcomplex.h
65
friend inline complex operator - (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
66
{ return operator-<> (x, y); }
headers/cpp/std/ldcomplex.h
67
friend inline complex operator * (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
68
{ return operator*<> (x, y); }
headers/cpp/std/ldcomplex.h
69
friend inline complex operator * (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
70
{ return operator*<> (x, y); }
headers/cpp/std/ldcomplex.h
71
friend inline complex operator / (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
72
{ return operator/<> (x, y); }
headers/cpp/std/ldcomplex.h
73
friend inline complex operator / (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
74
{ return operator/<> (x, y); }
headers/cpp/std/ldcomplex.h
75
friend inline bool operator == (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
76
{ return operator==<> (x, y); }
headers/cpp/std/ldcomplex.h
77
friend inline bool operator == (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
78
{ return operator==<> (x, y); }
headers/cpp/std/ldcomplex.h
79
friend inline bool operator != (const complex& x, long double y)
headers/cpp/std/ldcomplex.h
80
{ return operator!=<> (x, y); }
headers/cpp/std/ldcomplex.h
81
friend inline bool operator != (long double x, const complex& y)
headers/cpp/std/ldcomplex.h
82
{ return operator!=<> (x, y); }
headers/cpp/std/mask_array.h
104
mask_array<_T>::operator= (const _T& __t)
headers/cpp/std/mask_array.h
109
mask_array<_T>::operator= (const valarray<_T>& __v) const
headers/cpp/std/mask_array.h
115
mask_array<_T>::operator= (const _Expr<E, _T>& __e) const
headers/cpp/std/mask_array.h
122
mask_array<_T>::operator##op##= (const valarray<_T>& __v) const \
headers/cpp/std/mask_array.h
130
mask_array<_T>::operator##op##= (const _Expr<E, _T>& __e) const \
headers/cpp/std/mask_array.h
42
void operator= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
43
void operator*= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
44
void operator/= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
45
void operator%= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
46
void operator+= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
47
void operator-= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
48
void operator^= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
49
void operator&= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
50
void operator|= (const valarray<_T>&) const;
headers/cpp/std/mask_array.h
51
void operator<<=(const valarray<_T>&) const;
headers/cpp/std/mask_array.h
52
void operator>>=(const valarray<_T>&) const;
headers/cpp/std/mask_array.h
53
void operator= (const _T&);
headers/cpp/std/mask_array.h
56
void operator= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
58
void operator*= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
60
void operator/= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
62
void operator%= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
64
void operator+= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
66
void operator-= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
68
void operator^= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
70
void operator&= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
72
void operator|= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
74
void operator<<=(const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
76
void operator>>=(const _Expr<_Dom,_T>&) const;
headers/cpp/std/mask_array.h
90
mask_array& operator= (const mask_array&);
headers/cpp/std/slice_array.h
106
slice_array<_T>::operator= (const _T& __t)
headers/cpp/std/slice_array.h
111
slice_array<_T>::operator= (const valarray<_T>& __v) const
headers/cpp/std/slice_array.h
117
slice_array<_T>::operator= (const _Expr<_Dom,_T>& __e) const
headers/cpp/std/slice_array.h
124
slice_array<_T>::operator##op##= (const valarray<_T>& __v) const \
headers/cpp/std/slice_array.h
131
slice_array<_T>::operator##op##= (const _Expr<_Dom,_T>& __e) const \
headers/cpp/std/slice_array.h
43
void operator= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
44
void operator*= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
45
void operator/= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
46
void operator%= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
47
void operator+= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
48
void operator-= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
49
void operator^= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
50
void operator&= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
51
void operator|= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
52
void operator<<= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
53
void operator>>= (const valarray<_T>&) const;
headers/cpp/std/slice_array.h
54
void operator= (const _T &);
headers/cpp/std/slice_array.h
57
void operator= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
59
void operator*= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
61
void operator/= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
63
void operator%= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
65
void operator+= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
67
void operator-= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
69
void operator^= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
71
void operator&= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
73
void operator|= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
75
void operator<<= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
77
void operator>>= (const _Expr<_Dom,_T>&) const;
headers/cpp/std/slice_array.h
92
slice_array& operator= (const slice_array&);
headers/cpp/std/std_valarray.h
137
valarray<_Tp>& operator=(const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
138
valarray<_Tp>& operator=(const _Tp&);
headers/cpp/std/std_valarray.h
139
valarray<_Tp>& operator=(const slice_array<_Tp>&);
headers/cpp/std/std_valarray.h
140
valarray<_Tp>& operator=(const gslice_array<_Tp>&);
headers/cpp/std/std_valarray.h
141
valarray<_Tp>& operator=(const mask_array<_Tp>&);
headers/cpp/std/std_valarray.h
142
valarray<_Tp>& operator=(const indirect_array<_Tp>&);
headers/cpp/std/std_valarray.h
145
operator= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
148
_Tp operator[](size_t) const;
headers/cpp/std/std_valarray.h
149
_Tp& operator[](size_t);
headers/cpp/std/std_valarray.h
151
_Expr<_SClos<_ValArray,_Tp>, _Tp> operator[](slice) const;
headers/cpp/std/std_valarray.h
152
slice_array<_Tp> operator[](slice);
headers/cpp/std/std_valarray.h
153
_Expr<_GClos<_ValArray,_Tp>, _Tp> operator[](const gslice&) const;
headers/cpp/std/std_valarray.h
154
gslice_array<_Tp> operator[](const gslice&);
headers/cpp/std/std_valarray.h
155
valarray<_Tp> operator[](const valarray<bool>&) const;
headers/cpp/std/std_valarray.h
156
mask_array<_Tp> operator[](const valarray<bool>&);
headers/cpp/std/std_valarray.h
158
operator[](const valarray<size_t>&) const;
headers/cpp/std/std_valarray.h
159
indirect_array<_Tp> operator[](const valarray<size_t>&);
headers/cpp/std/std_valarray.h
162
_Expr<_UnClos<_Unary_plus,_ValArray,_Tp>,_Tp> operator+ () const;
headers/cpp/std/std_valarray.h
163
_Expr<_UnClos<negate,_ValArray,_Tp>,_Tp> operator- () const;
headers/cpp/std/std_valarray.h
164
_Expr<_UnClos<_Bitwise_not,_ValArray,_Tp>,_Tp> operator~ () const;
headers/cpp/std/std_valarray.h
165
_Expr<_UnClos<logical_not,_ValArray,_Tp>,bool> operator! () const;
headers/cpp/std/std_valarray.h
168
valarray<_Tp>& operator*= (const _Tp&);
headers/cpp/std/std_valarray.h
169
valarray<_Tp>& operator/= (const _Tp&);
headers/cpp/std/std_valarray.h
170
valarray<_Tp>& operator%= (const _Tp&);
headers/cpp/std/std_valarray.h
171
valarray<_Tp>& operator+= (const _Tp&);
headers/cpp/std/std_valarray.h
172
valarray<_Tp>& operator-= (const _Tp&);
headers/cpp/std/std_valarray.h
173
valarray<_Tp>& operator^= (const _Tp&);
headers/cpp/std/std_valarray.h
174
valarray<_Tp>& operator&= (const _Tp&);
headers/cpp/std/std_valarray.h
175
valarray<_Tp>& operator|= (const _Tp&);
headers/cpp/std/std_valarray.h
176
valarray<_Tp>& operator<<=(const _Tp&);
headers/cpp/std/std_valarray.h
177
valarray<_Tp>& operator>>=(const _Tp&);
headers/cpp/std/std_valarray.h
178
valarray<_Tp>& operator*= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
179
valarray<_Tp>& operator/= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
180
valarray<_Tp>& operator%= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
181
valarray<_Tp>& operator+= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
182
valarray<_Tp>& operator-= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
183
valarray<_Tp>& operator^= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
184
valarray<_Tp>& operator|= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
185
valarray<_Tp>& operator&= (const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
186
valarray<_Tp>& operator<<=(const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
187
valarray<_Tp>& operator>>=(const valarray<_Tp>&);
headers/cpp/std/std_valarray.h
190
valarray<_Tp>& operator*= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
192
valarray<_Tp>& operator/= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
194
valarray<_Tp>& operator%= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
196
valarray<_Tp>& operator+= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
198
valarray<_Tp>& operator-= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
200
valarray<_Tp>& operator^= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
202
valarray<_Tp>& operator|= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
204
valarray<_Tp>& operator&= (const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
206
valarray<_Tp>& operator<<=(const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
208
valarray<_Tp>& operator>>=(const _Expr<_Dom,_Tp>&);
headers/cpp/std/std_valarray.h
235
_Tp operator() (const _Tp& __t) const { return __t; }
headers/cpp/std/std_valarray.h
239
_Tp operator() (_Tp __x, _Tp __y) const { return __x & __y; }
headers/cpp/std/std_valarray.h
243
_Tp operator() (_Tp __x, _Tp __y) const { return __x | __y; }
headers/cpp/std/std_valarray.h
247
_Tp operator() (_Tp __x, _Tp __y) const { return __x ^ __y; }
headers/cpp/std/std_valarray.h
251
_Tp operator() (_Tp __t) const { return ~__t; }
headers/cpp/std/std_valarray.h
255
_Tp operator() (_Tp __x, _Tp __y) const { return __x << __y; }
headers/cpp/std/std_valarray.h
259
_Tp operator() (_Tp __x, _Tp __y) const { return __x >> __y; }
headers/cpp/std/std_valarray.h
265
valarray<_Tp>::operator[] (size_t __i) const
headers/cpp/std/std_valarray.h
270
valarray<_Tp>::operator[] (size_t __i)
headers/cpp/std/std_valarray.h
340
valarray<_Tp>::operator= (const valarray<_Tp>& __v)
headers/cpp/std/std_valarray.h
348
valarray<_Tp>::operator= (const _Tp& __t)
headers/cpp/std/std_valarray.h
356
valarray<_Tp>::operator= (const slice_array<_Tp>& __sa)
headers/cpp/std/std_valarray.h
365
valarray<_Tp>::operator= (const gslice_array<_Tp>& __ga)
headers/cpp/std/std_valarray.h
374
valarray<_Tp>::operator= (const mask_array<_Tp>& __ma)
headers/cpp/std/std_valarray.h
383
valarray<_Tp>::operator= (const indirect_array<_Tp>& __ia)
headers/cpp/std/std_valarray.h
392
valarray<_Tp>::operator= (const _Expr<_Dom, _Tp>& __e)
headers/cpp/std/std_valarray.h
400
valarray<_Tp>::operator[] (slice __s) const
headers/cpp/std/std_valarray.h
408
valarray<_Tp>::operator[] (slice __s)
headers/cpp/std/std_valarray.h
415
valarray<_Tp>::operator[] (const gslice& __gs) const
headers/cpp/std/std_valarray.h
424
valarray<_Tp>::operator[] (const gslice& __gs)
headers/cpp/std/std_valarray.h
432
valarray<_Tp>::operator[] (const valarray<bool>& __m) const
headers/cpp/std/std_valarray.h
444
valarray<_Tp>::operator[] (const valarray<bool>& __m)
headers/cpp/std/std_valarray.h
455
valarray<_Tp>::operator[] (const valarray<size_t>& __i) const
headers/cpp/std/std_valarray.h
463
valarray<_Tp>::operator[] (const valarray<size_t>& __i)
headers/cpp/std/std_valarray.h
571
valarray<_Tp>::operator##_Op() const \
headers/cpp/std/std_valarray.h
585
valarray<_Tp>::operator!() const
headers/cpp/std/std_valarray.h
594
valarray<_Tp>::operator##_Op##= (const _Tp &__t) \
headers/cpp/std/std_valarray.h
602
valarray<_Tp>::operator##_Op##= (const valarray<_Tp> &__v) \
headers/cpp/std/std_valarray.h
626
valarray<_Tp>::operator##_Op##= (const _Expr<_Dom,_Tp> &__e) \
headers/cpp/std/std_valarray.h
649
operator##_Op (const valarray<_Tp> &__v, const valarray<_Tp> &__w) \
headers/cpp/std/std_valarray.h
657
operator##_Op (const valarray<_Tp> &__v, const _Tp &__t) \
headers/cpp/std/std_valarray.h
665
operator##_Op (const _Tp &__t, const valarray<_Tp> &__v) \
headers/cpp/std/std_valarray.h
687
operator##_Op (const valarray<_Tp> &__v, const valarray<_Tp> &__w) \
headers/cpp/std/std_valarray.h
695
operator##_Op (const valarray<_Tp> &__v, const _Tp &__t) \
headers/cpp/std/std_valarray.h
703
operator##_Op (const _Tp &__t, const valarray<_Tp> &__v) \
headers/cpp/std/valarray_meta.h
103
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
121
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
139
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
250
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
311
value_type operator[] (size_t) const;
headers/cpp/std/valarray_meta.h
320
_UnBase<_Oper, _Arg>::operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
354
value_type operator[] (size_t) const;
headers/cpp/std/valarray_meta.h
364
_BinBase<_Oper,_FirstArg,_SecondArg>::operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
377
value_type operator[] (size_t) const;
headers/cpp/std/valarray_meta.h
387
_BinBase2<_Oper,_Clos>::operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
400
value_type operator[] (size_t) const;
headers/cpp/std/valarray_meta.h
411
_BinBase1<_Oper,_Clos>:: operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
506
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
522
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
556
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
571
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
59
_Vt operator[] (size_t __i) const { return _M_func(_M_expr[__i]); }
headers/cpp/std/valarray_meta.h
607
value_type operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
642
const _Clos& operator() () const;
headers/cpp/std/valarray_meta.h
644
value_type operator[] (size_t) const;
headers/cpp/std/valarray_meta.h
645
valarray<value_type> operator[] (slice) const;
headers/cpp/std/valarray_meta.h
646
valarray<value_type> operator[] (const gslice&) const;
headers/cpp/std/valarray_meta.h
647
valarray<value_type> operator[] (const valarray<bool>&) const;
headers/cpp/std/valarray_meta.h
648
valarray<value_type> operator[] (const valarray<size_t>&) const;
headers/cpp/std/valarray_meta.h
651
operator+ () const;
headers/cpp/std/valarray_meta.h
654
operator- () const;
headers/cpp/std/valarray_meta.h
657
operator~ () const;
headers/cpp/std/valarray_meta.h
660
operator! () const;
headers/cpp/std/valarray_meta.h
687
_Expr<_Clos,_Tp>::operator[] (size_t __i) const
headers/cpp/std/valarray_meta.h
692
_Expr<_Clos,_Tp>::operator[] (slice __s) const
headers/cpp/std/valarray_meta.h
697
_Expr<_Clos,_Tp>::operator[] (const gslice& __gs) const
headers/cpp/std/valarray_meta.h
702
_Expr<_Clos,_Tp>::operator[] (const valarray<bool>& __m) const
headers/cpp/std/valarray_meta.h
707
_Expr<_Clos,_Tp>::operator[] (const valarray<size_t>& __i) const
headers/cpp/std/valarray_meta.h
749
_Expr<_Dom,_Tp>::operator! () const
headers/cpp/std/valarray_meta.h
758
_Expr<_Dom,_Tp>::operator##_Op () const \
headers/cpp/std/valarray_meta.h
775
operator##_Op (const _Expr<_Dom1,typename _Dom1::value_type>& __v, \
headers/cpp/std/valarray_meta.h
787
operator##_Op (const _Expr<_Dom,typename _Dom::value_type>& __v, \
headers/cpp/std/valarray_meta.h
799
operator##_Op (const typename _Dom::value_type& __t, \
headers/cpp/std/valarray_meta.h
811
operator##_Op (const _Expr<_Dom,typename _Dom::value_type>& __e, \
headers/cpp/std/valarray_meta.h
823
operator##_Op (const valarray<typename _Dom::value_type>& __v, \
headers/cpp/std/valarray_meta.h
848
operator##_Op (const _Expr<_Dom1,typename _Dom1::value_type>& __v, \
headers/cpp/std/valarray_meta.h
859
operator##_Op (const _Expr<_Dom,typename _Dom::value_type>& __v, \
headers/cpp/std/valarray_meta.h
870
operator##_Op (const typename _Dom::value_type& __t, \
headers/cpp/std/valarray_meta.h
881
operator##_Op (const _Expr<_Dom,typename _Dom::value_type>& __e, \
headers/cpp/std/valarray_meta.h
892
operator##_Op (const valarray<typename _Dom::value_type>& __v, \
headers/cpp/stl_alloc.h
789
inline bool operator==(const allocator<_T1>&, const allocator<_T2>&)
headers/cpp/stl_alloc.h
795
inline bool operator!=(const allocator<_T1>&, const allocator<_T2>&)
headers/cpp/stl_alloc.h
866
inline bool operator==(const __allocator<_Tp, _Alloc>& __a1,
headers/cpp/stl_alloc.h
874
inline bool operator!=(const __allocator<_Tp, _Alloc>& __a1,
headers/cpp/stl_alloc.h
886
inline bool operator==(const __malloc_alloc_template<inst>&,
headers/cpp/stl_alloc.h
894
inline bool operator!=(const __malloc_alloc_template<__inst>&,
headers/cpp/stl_alloc.h
903
inline bool operator==(const __default_alloc_template<__threads, __inst>&,
headers/cpp/stl_alloc.h
911
inline bool operator!=(const __default_alloc_template<__threads, __inst>&,
headers/cpp/stl_alloc.h
920
inline bool operator==(const debug_alloc<_Alloc>&,
headers/cpp/stl_alloc.h
927
inline bool operator!=(const debug_alloc<_Alloc>&,
headers/cpp/stl_bvector.h
103
iterator operator++(int) {
headers/cpp/stl_bvector.h
108
iterator& operator--() {
headers/cpp/stl_bvector.h
112
iterator operator--(int) {
headers/cpp/stl_bvector.h
117
iterator& operator+=(difference_type __i) {
headers/cpp/stl_bvector.h
128
iterator& operator-=(difference_type __i) {
headers/cpp/stl_bvector.h
132
iterator operator+(difference_type __i) const {
headers/cpp/stl_bvector.h
136
iterator operator-(difference_type __i) const {
headers/cpp/stl_bvector.h
140
difference_type operator-(iterator __x) const {
headers/cpp/stl_bvector.h
143
reference operator[](difference_type __i) { return *(*this + __i); }
headers/cpp/stl_bvector.h
144
bool operator==(const iterator& __x) const {
headers/cpp/stl_bvector.h
147
bool operator!=(const iterator& __x) const {
headers/cpp/stl_bvector.h
150
bool operator<(iterator __x) const {
headers/cpp/stl_bvector.h
183
const_reference operator*() const {
headers/cpp/stl_bvector.h
186
const_iterator& operator++() {
headers/cpp/stl_bvector.h
190
const_iterator operator++(int) {
headers/cpp/stl_bvector.h
195
const_iterator& operator--() {
headers/cpp/stl_bvector.h
199
const_iterator operator--(int) {
headers/cpp/stl_bvector.h
204
const_iterator& operator+=(difference_type __i) {
headers/cpp/stl_bvector.h
215
const_iterator& operator-=(difference_type __i) {
headers/cpp/stl_bvector.h
219
const_iterator operator+(difference_type __i) const {
headers/cpp/stl_bvector.h
223
const_iterator operator-(difference_type __i) const {
headers/cpp/stl_bvector.h
227
difference_type operator-(const_iterator __x) const {
headers/cpp/stl_bvector.h
230
const_reference operator[](difference_type __i) {
headers/cpp/stl_bvector.h
233
bool operator==(const const_iterator& __x) const {
headers/cpp/stl_bvector.h
236
bool operator!=(const const_iterator& __x) const {
headers/cpp/stl_bvector.h
239
bool operator<(const_iterator __x) const {
headers/cpp/stl_bvector.h
51
operator bool() const { return !(!(*_M_p & _M_mask)); }
headers/cpp/stl_bvector.h
516
reference operator[](size_type __n) {
headers/cpp/stl_bvector.h
519
const_reference operator[](size_type __n) const {
headers/cpp/stl_bvector.h
52
_Bit_reference& operator=(bool __x)
headers/cpp/stl_bvector.h
58
_Bit_reference& operator=(const _Bit_reference& __x)
headers/cpp/stl_bvector.h
591
__BVECTOR& operator=(const __BVECTOR& __x) {
headers/cpp/stl_bvector.h
60
bool operator==(const _Bit_reference& __x) const
headers/cpp/stl_bvector.h
62
bool operator<(const _Bit_reference& __x) const {
headers/cpp/stl_bvector.h
809
operator==(const bit_vector& __x, const bit_vector& __y)
headers/cpp/stl_bvector.h
816
operator<(const bit_vector& __x, const bit_vector& __y)
headers/cpp/stl_bvector.h
98
reference operator*() const { return reference(_M_p, 1U << _M_offset); }
headers/cpp/stl_bvector.h
99
iterator& operator++() {
headers/cpp/stl_deque.h
136
reference operator*() const { return *_M_cur; }
headers/cpp/stl_deque.h
138
pointer operator->() const { return _M_cur; }
headers/cpp/stl_deque.h
141
difference_type operator-(const _Self& __x) const {
headers/cpp/stl_deque.h
146
_Self& operator++() {
headers/cpp/stl_deque.h
154
_Self operator++(int) {
headers/cpp/stl_deque.h
160
_Self& operator--() {
headers/cpp/stl_deque.h
1658
bool operator==(const deque<_Tp, _Alloc, __bufsiz>& __x,
headers/cpp/stl_deque.h
1666
bool operator<(const deque<_Tp, _Alloc, __bufsiz>& __x,
headers/cpp/stl_deque.h
168
_Self operator--(int) {
headers/cpp/stl_deque.h
174
_Self& operator+=(difference_type __n)
headers/cpp/stl_deque.h
190
_Self operator+(difference_type __n) const
headers/cpp/stl_deque.h
196
_Self& operator-=(difference_type __n) { return *this += -__n; }
headers/cpp/stl_deque.h
198
_Self operator-(difference_type __n) const {
headers/cpp/stl_deque.h
203
reference operator[](difference_type __n) const { return *(*this + __n); }
headers/cpp/stl_deque.h
205
bool operator==(const _Self& __x) const { return _M_cur == __x._M_cur; }
headers/cpp/stl_deque.h
206
bool operator!=(const _Self& __x) const { return !(*this == __x); }
headers/cpp/stl_deque.h
207
bool operator<(const _Self& __x) const {
headers/cpp/stl_deque.h
543
reference operator[](size_type __n)
headers/cpp/stl_deque.h
545
const_reference operator[](size_type __n) const
headers/cpp/stl_deque.h
613
deque& operator= (const deque& __x) {
headers/cpp/stl_deque.h
932
bool operator==(const deque<_Tp,_Alloc,0>& __x) const {
headers/cpp/stl_deque.h
935
bool operator!=(const deque<_Tp,_Alloc,0>& __x) const {
headers/cpp/stl_deque.h
938
bool operator<(const deque<_Tp,_Alloc,0>& __x) const {
headers/cpp/stl_function.h
105
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
headers/cpp/stl_function.h
111
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
headers/cpp/stl_function.h
117
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
headers/cpp/stl_function.h
123
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
headers/cpp/stl_function.h
129
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x && __y; }
headers/cpp/stl_function.h
135
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x || __y; }
headers/cpp/stl_function.h
141
bool operator()(const _Tp& __x) const { return !__x; }
headers/cpp/stl_function.h
151
bool operator()(const typename _Predicate::argument_type& __x) const {
headers/cpp/stl_function.h
172
bool operator()(const typename _Predicate::first_argument_type& __x,
headers/cpp/stl_function.h
198
operator()(const typename _Operation::second_argument_type& __x) const {
headers/cpp/stl_function.h
223
operator()(const typename _Operation::first_argument_type& __x) const {
headers/cpp/stl_function.h
250
operator()(const typename _Operation2::argument_type& __x) const {
headers/cpp/stl_function.h
275
operator()(const typename _Operation2::argument_type& __x) const {
headers/cpp/stl_function.h
296
_Result operator()(_Arg __x) const { return _M_ptr(__x); }
headers/cpp/stl_function.h
314
_Result operator()(_Arg1 __x, _Arg2 __y) const {
headers/cpp/stl_function.h
328
const _Tp& operator()(const _Tp& __x) const { return __x; }
headers/cpp/stl_function.h
336
const typename _Pair::first_type& operator()(const _Pair& __x) const {
headers/cpp/stl_function.h
344
const typename _Pair::second_type& operator()(const _Pair& __x) const {
headers/cpp/stl_function.h
355
_Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
headers/cpp/stl_function.h
360
_Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y; }
headers/cpp/stl_function.h
378
const result_type& operator()() const { return __val; }
headers/cpp/stl_function.h
389
const _Result& operator()(const _Argument&) const { return _M_val; }
headers/cpp/stl_function.h
400
const _Result& operator()(const _Arg1&, const _Arg2&) const {
headers/cpp/stl_function.h
432
unsigned int operator()(unsigned int __limit) {
headers/cpp/stl_function.h
490
_Ret operator()(_Tp* __p) const { return (__p->*_M_f)(); }
headers/cpp/stl_function.h
499
_Ret operator()(const _Tp* __p) const { return (__p->*_M_f)(); }
headers/cpp/stl_function.h
509
_Ret operator()(_Tp& __r) const { return (__r.*_M_f)(); }
headers/cpp/stl_function.h
51
_Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
headers/cpp/stl_function.h
518
_Ret operator()(const _Tp& __r) const { return (__r.*_M_f)(); }
headers/cpp/stl_function.h
527
_Ret operator()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); }
headers/cpp/stl_function.h
536
_Ret operator()(const _Tp* __p, _Arg __x) const
headers/cpp/stl_function.h
546
_Ret operator()(_Tp& __r, _Arg __x) const { return (__r.*_M_f)(__x); }
headers/cpp/stl_function.h
555
_Ret operator()(const _Tp& __r, _Arg __x) const { return (__r.*_M_f)(__x); }
headers/cpp/stl_function.h
56
_Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
headers/cpp/stl_function.h
566
void operator()(_Tp* __p) const { (__p->*_M_f)(); }
headers/cpp/stl_function.h
575
void operator()(const _Tp* __p) const { (__p->*_M_f)(); }
headers/cpp/stl_function.h
584
void operator()(_Tp& __r) const { (__r.*_M_f)(); }
headers/cpp/stl_function.h
593
void operator()(const _Tp& __r) const { (__r.*_M_f)(); }
headers/cpp/stl_function.h
602
void operator()(_Tp* __p, _Arg __x) const { (__p->*_M_f)(__x); }
headers/cpp/stl_function.h
61
_Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
headers/cpp/stl_function.h
612
void operator()(const _Tp* __p, _Arg __x) const { (__p->*_M_f)(__x); }
headers/cpp/stl_function.h
622
void operator()(_Tp& __r, _Arg __x) const { (__r.*_M_f)(__x); }
headers/cpp/stl_function.h
632
void operator()(const _Tp& __r, _Arg __x) const { (__r.*_M_f)(__x); }
headers/cpp/stl_function.h
66
_Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; }
headers/cpp/stl_function.h
81
_Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; }
headers/cpp/stl_function.h
87
_Tp operator()(const _Tp& __x) const { return -__x; }
headers/cpp/stl_function.h
93
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
headers/cpp/stl_function.h
99
bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
headers/cpp/stl_hash_fun.h
51
size_t operator()(const char* __s) const { return __stl_hash_string(__s); }
headers/cpp/stl_hash_fun.h
56
size_t operator()(const char* __s) const { return __stl_hash_string(__s); }
headers/cpp/stl_hash_fun.h
60
size_t operator()(char __x) const { return __x; }
headers/cpp/stl_hash_fun.h
63
size_t operator()(unsigned char __x) const { return __x; }
headers/cpp/stl_hash_fun.h
66
size_t operator()(unsigned char __x) const { return __x; }
headers/cpp/stl_hash_fun.h
69
size_t operator()(short __x) const { return __x; }
headers/cpp/stl_hash_fun.h
72
size_t operator()(unsigned short __x) const { return __x; }
headers/cpp/stl_hash_fun.h
75
size_t operator()(int __x) const { return __x; }
headers/cpp/stl_hash_fun.h
78
size_t operator()(unsigned int __x) const { return __x; }
headers/cpp/stl_hash_fun.h
81
size_t operator()(long __x) const { return __x; }
headers/cpp/stl_hash_fun.h
84
size_t operator()(unsigned long __x) const { return __x; }
headers/cpp/stl_hash_map.h
152
operator== __STL_NULL_TMPL_ARGS (const hash_map&, const hash_map&);
headers/cpp/stl_hash_map.h
180
_Tp& operator[](const key_type& __key) {
headers/cpp/stl_hash_map.h
206
operator==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1,
headers/cpp/stl_hash_map.h
335
operator== __STL_NULL_TMPL_ARGS (const hash_multimap&,
headers/cpp/stl_hash_map.h
387
operator==(const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm1,
headers/cpp/stl_hash_set.h
149
friend bool operator== __STL_NULL_TMPL_ARGS (const hash_set&,
headers/cpp/stl_hash_set.h
201
operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1,
headers/cpp/stl_hash_set.h
328
friend bool operator== __STL_NULL_TMPL_ARGS (const hash_multiset&,
headers/cpp/stl_hash_set.h
373
operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1,
headers/cpp/stl_hashtable.h
100
bool operator==(const iterator& __it) const
headers/cpp/stl_hashtable.h
102
bool operator!=(const iterator& __it) const
headers/cpp/stl_hashtable.h
135
reference operator*() const { return _M_cur->_M_val; }
headers/cpp/stl_hashtable.h
137
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_hashtable.h
139
const_iterator& operator++();
headers/cpp/stl_hashtable.h
140
const_iterator operator++(int);
headers/cpp/stl_hashtable.h
141
bool operator==(const const_iterator& __it) const
headers/cpp/stl_hashtable.h
143
bool operator!=(const const_iterator& __it) const
headers/cpp/stl_hashtable.h
173
bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1,
headers/cpp/stl_hashtable.h
289
hashtable& operator= (const hashtable& __ht)
headers/cpp/stl_hashtable.h
337
operator== __STL_NULL_TMPL_ARGS (const hashtable&, const hashtable&);
headers/cpp/stl_hashtable.h
566
_Hashtable_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>::operator++()
headers/cpp/stl_hashtable.h
581
_Hashtable_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>::operator++(int)
headers/cpp/stl_hashtable.h
591
_Hashtable_const_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>::operator++()
headers/cpp/stl_hashtable.h
606
_Hashtable_const_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>::operator++(int)
headers/cpp/stl_hashtable.h
667
inline bool operator==(const hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>& __ht1,
headers/cpp/stl_hashtable.h
94
reference operator*() const { return _M_cur->_M_val; }
headers/cpp/stl_hashtable.h
96
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_hashtable.h
98
iterator& operator++();
headers/cpp/stl_hashtable.h
99
iterator operator++(int);
headers/cpp/stl_iterator.h
360
operator=(const typename _Container::value_type& __value) {
headers/cpp/stl_iterator.h
364
back_insert_iterator<_Container>& operator*() { return *this; }
headers/cpp/stl_iterator.h
365
back_insert_iterator<_Container>& operator++() { return *this; }
headers/cpp/stl_iterator.h
366
back_insert_iterator<_Container>& operator++(int) { return *this; }
headers/cpp/stl_iterator.h
399
operator=(const typename _Container::value_type& __value) {
headers/cpp/stl_iterator.h
403
front_insert_iterator<_Container>& operator*() { return *this; }
headers/cpp/stl_iterator.h
404
front_insert_iterator<_Container>& operator++() { return *this; }
headers/cpp/stl_iterator.h
405
front_insert_iterator<_Container>& operator++(int) { return *this; }
headers/cpp/stl_iterator.h
440
operator=(const typename _Container::value_type& __value) {
headers/cpp/stl_iterator.h
445
insert_iterator<_Container>& operator*() { return *this; }
headers/cpp/stl_iterator.h
446
insert_iterator<_Container>& operator++() { return *this; }
headers/cpp/stl_iterator.h
447
insert_iterator<_Container>& operator++(int) { return *this; }
headers/cpp/stl_iterator.h
492
_Reference operator*() const {
headers/cpp/stl_iterator.h
497
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_iterator.h
499
_Self& operator++() {
headers/cpp/stl_iterator.h
503
_Self operator++(int) {
headers/cpp/stl_iterator.h
508
_Self& operator--() {
headers/cpp/stl_iterator.h
512
_Self operator--(int) {
headers/cpp/stl_iterator.h
554
inline bool operator==(
headers/cpp/stl_iterator.h
601
reference operator*() const {
headers/cpp/stl_iterator.h
606
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_iterator.h
609
_Self& operator++() {
headers/cpp/stl_iterator.h
613
_Self operator++(int) {
headers/cpp/stl_iterator.h
618
_Self& operator--() {
headers/cpp/stl_iterator.h
622
_Self operator--(int) {
headers/cpp/stl_iterator.h
628
_Self operator+(difference_type __n) const {
headers/cpp/stl_iterator.h
631
_Self& operator+=(difference_type __n) {
headers/cpp/stl_iterator.h
635
_Self operator-(difference_type __n) const {
headers/cpp/stl_iterator.h
638
_Self& operator-=(difference_type __n) {
headers/cpp/stl_iterator.h
642
reference operator[](difference_type __n) const { return *(*this + __n); }
headers/cpp/stl_iterator.h
646
inline bool operator==(const reverse_iterator<_Iterator>& __x,
headers/cpp/stl_iterator.h
652
inline bool operator<(const reverse_iterator<_Iterator>& __x,
headers/cpp/stl_iterator.h
659
operator-(const reverse_iterator<_Iterator>& __x,
headers/cpp/stl_iterator.h
666
operator+(typename reverse_iterator<_Iterator>::difference_type __n,
headers/cpp/stl_iterator.h
698
_Reference operator*() const { return *(current - 1); }
headers/cpp/stl_iterator.h
700
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_iterator.h
702
_Self& operator++() {
headers/cpp/stl_iterator.h
706
_Self operator++(int) {
headers/cpp/stl_iterator.h
711
_Self& operator--() {
headers/cpp/stl_iterator.h
715
_Self operator--(int) {
headers/cpp/stl_iterator.h
720
_Self operator+(_Distance __n) const {
headers/cpp/stl_iterator.h
723
_Self& operator+=(_Distance __n) {
headers/cpp/stl_iterator.h
727
_Self operator-(_Distance __n) const {
headers/cpp/stl_iterator.h
730
_Self& operator-=(_Distance __n) {
headers/cpp/stl_iterator.h
734
_Reference operator[](_Distance __n) const { return *(*this + __n); }
headers/cpp/stl_iterator.h
767
operator==(const reverse_iterator<_RandomAccessIterator, _Tp,
headers/cpp/stl_iterator.h
778
operator<(const reverse_iterator<_RandomAccessIterator, _Tp,
headers/cpp/stl_iterator.h
789
operator-(const reverse_iterator<_RandomAccessIterator, _Tp,
headers/cpp/stl_iterator.h
799
operator+(_Dist __n,
headers/cpp/stl_iterator.h
812
friend bool operator== __STL_NULL_TMPL_ARGS (const istream_iterator&,
headers/cpp/stl_iterator.h
832
reference operator*() const { return _M_value; }
headers/cpp/stl_iterator.h
834
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_iterator.h
836
istream_iterator<_Tp, _Dist>& operator++() {
headers/cpp/stl_iterator.h
840
istream_iterator<_Tp, _Dist> operator++(int) {
headers/cpp/stl_iterator.h
867
inline bool operator==(const istream_iterator<_Tp, _Distance>& __x,
headers/cpp/stl_iterator.h
889
ostream_iterator<_Tp>& operator=(const _Tp& __value) {
headers/cpp/stl_iterator.h
894
ostream_iterator<_Tp>& operator*() { return *this; }
headers/cpp/stl_iterator.h
895
ostream_iterator<_Tp>& operator++() { return *this; }
headers/cpp/stl_iterator.h
896
ostream_iterator<_Tp>& operator++(int) { return *this; }
headers/cpp/stl_list.h
439
list<_Tp, _Alloc>& operator=(const list<_Tp, _Alloc>& __x);
headers/cpp/stl_list.h
511
friend bool operator== __STL_NULL_TMPL_ARGS (
headers/cpp/stl_list.h
516
inline bool operator==(const list<_Tp,_Alloc>& __x,
headers/cpp/stl_list.h
532
inline bool operator<(const list<_Tp,_Alloc>& __x,
headers/cpp/stl_list.h
615
list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x)
headers/cpp/stl_list.h
69
bool operator==(const _Self& __x) const { return _M_node == __x._M_node; }
headers/cpp/stl_list.h
70
bool operator!=(const _Self& __x) const { return _M_node != __x._M_node; }
headers/cpp/stl_list.h
71
reference operator*() const { return (*_M_node)._M_data; }
headers/cpp/stl_list.h
74
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_list.h
77
_Self& operator++() {
headers/cpp/stl_list.h
81
_Self operator++(int) {
headers/cpp/stl_list.h
86
_Self& operator--() {
headers/cpp/stl_list.h
90
_Self operator--(int) {
headers/cpp/stl_map.h
127
operator=(const map<_Key, _Tp, _Compare, _Alloc>& __x)
headers/cpp/stl_map.h
150
_Tp& operator[](const key_type& __k) {
headers/cpp/stl_map.h
205
friend bool operator== __STL_NULL_TMPL_ARGS (const map&, const map&);
headers/cpp/stl_map.h
206
friend bool operator< __STL_NULL_TMPL_ARGS (const map&, const map&);
headers/cpp/stl_map.h
210
inline bool operator==(const map<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_map.h
216
inline bool operator<(const map<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_map.h
66
bool operator()(const value_type& __x, const value_type& __y) const {
headers/cpp/stl_multimap.h
125
operator=(const multimap<_Key,_Tp,_Compare,_Alloc>& __x) {
headers/cpp/stl_multimap.h
193
friend bool operator== __STL_NULL_TMPL_ARGS (const multimap&,
headers/cpp/stl_multimap.h
195
friend bool operator< __STL_NULL_TMPL_ARGS (const multimap&,
headers/cpp/stl_multimap.h
200
inline bool operator==(const multimap<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_multimap.h
206
inline bool operator<(const multimap<_Key,_Tp,_Compare,_Alloc>& __x,
headers/cpp/stl_multimap.h
65
bool operator()(const value_type& __x, const value_type& __y) const {
headers/cpp/stl_multiset.h
117
operator=(const multiset<_Key,_Compare,_Alloc>& __x) {
headers/cpp/stl_multiset.h
185
friend bool operator== __STL_NULL_TMPL_ARGS (const multiset&,
headers/cpp/stl_multiset.h
187
friend bool operator< __STL_NULL_TMPL_ARGS (const multiset&,
headers/cpp/stl_multiset.h
192
inline bool operator==(const multiset<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_multiset.h
198
inline bool operator<(const multiset<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_pair.h
53
inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
headers/cpp/stl_pair.h
59
inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
headers/cpp/stl_queue.h
106
operator>=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_queue.h
42
friend bool operator== __STL_NULL_TMPL_ARGS (const queue&, const queue&);
headers/cpp/stl_queue.h
43
friend bool operator< __STL_NULL_TMPL_ARGS (const queue&, const queue&);
headers/cpp/stl_queue.h
69
operator==(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_queue.h
76
operator<(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_queue.h
85
operator!=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_queue.h
92
operator>(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_queue.h
99
operator<=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
headers/cpp/stl_raw_storage_iter.h
48
raw_storage_iterator& operator*() { return *this; }
headers/cpp/stl_raw_storage_iter.h
49
raw_storage_iterator& operator=(const _Tp& __element) {
headers/cpp/stl_raw_storage_iter.h
53
raw_storage_iterator<_ForwardIterator, _Tp>& operator++() {
headers/cpp/stl_raw_storage_iter.h
57
raw_storage_iterator<_ForwardIterator, _Tp> operator++(int) {
headers/cpp/stl_relops.h
37
inline bool operator!=(const _Tp& __x, const _Tp& __y) {
headers/cpp/stl_relops.h
42
inline bool operator>(const _Tp& __x, const _Tp& __y) {
headers/cpp/stl_relops.h
47
inline bool operator<=(const _Tp& __x, const _Tp& __y) {
headers/cpp/stl_relops.h
52
inline bool operator>=(const _Tp& __x, const _Tp& __y) {
headers/cpp/stl_rope.h
1003
_Rope_const_iterator operator--(int) {
headers/cpp/stl_rope.h
1008
friend _Rope_const_iterator<_CharT,_Alloc> operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1011
friend _Rope_const_iterator<_CharT,_Alloc> operator+ __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1014
friend _Rope_const_iterator<_CharT,_Alloc> operator+ __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1017
reference operator[](size_t __n) {
headers/cpp/stl_rope.h
1020
friend bool operator== __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1023
friend bool operator< __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1026
friend ptrdiff_t operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1067
_Rope_iterator& operator= (const _Rope_iterator& __x) {
headers/cpp/stl_rope.h
1083
reference operator*() {
headers/cpp/stl_rope.h
1093
_Rope_iterator& operator++() {
headers/cpp/stl_rope.h
1097
_Rope_iterator& operator+=(difference_type __n) {
headers/cpp/stl_rope.h
1105
_Rope_iterator& operator--() {
headers/cpp/stl_rope.h
1109
_Rope_iterator& operator-=(difference_type __n) {
headers/cpp/stl_rope.h
1117
_Rope_iterator operator++(int) {
headers/cpp/stl_rope.h
1122
_Rope_iterator operator--(int) {
headers/cpp/stl_rope.h
1127
reference operator[](ptrdiff_t __n) {
headers/cpp/stl_rope.h
1131
friend bool operator== __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1134
friend bool operator< __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1137
friend ptrdiff_t operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1140
friend _Rope_iterator<_CharT,_Alloc> operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1143
friend _Rope_iterator<_CharT,_Alloc> operator+ __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1146
friend _Rope_iterator<_CharT,_Alloc> operator+ __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
135
sequence_buffer& operator= (sequence_buffer& __x) {
headers/cpp/stl_rope.h
141
sequence_buffer& operator= (const sequence_buffer& __x) {
headers/cpp/stl_rope.h
1533
rope operator() (const rope& __x, const rope& __y) {
headers/cpp/stl_rope.h
1682
rope& operator=(const rope& __x)
headers/cpp/stl_rope.h
1797
_CharT operator[] (size_type __pos) const {
headers/cpp/stl_rope.h
184
sequence_buffer& operator=(const value_type& __rhs)
headers/cpp/stl_rope.h
1862
operator+ __STL_NULL_TMPL_ARGS (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
1866
operator+ __STL_NULL_TMPL_ARGS (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
1870
operator+ __STL_NULL_TMPL_ARGS (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
189
sequence_buffer& operator*() { return *this; }
headers/cpp/stl_rope.h
190
sequence_buffer& operator++() { return *this; }
headers/cpp/stl_rope.h
191
sequence_buffer& operator++(int) { return *this; }
headers/cpp/stl_rope.h
204
virtual bool operator()(const _CharT* __buffer, size_t __len) = 0;
headers/cpp/stl_rope.h
2261
reference operator[] (size_type __pos) {
headers/cpp/stl_rope.h
2312
inline bool operator== (const _Rope_const_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2319
inline bool operator< (const _Rope_const_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2325
inline ptrdiff_t operator-(const _Rope_const_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2332
operator-(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) {
headers/cpp/stl_rope.h
2339
operator+(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) {
headers/cpp/stl_rope.h
2346
operator+(ptrdiff_t __n, const _Rope_const_iterator<_CharT,_Alloc>& __x) {
headers/cpp/stl_rope.h
2352
inline bool operator== (const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2359
inline bool operator< (const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2365
inline ptrdiff_t operator-(const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2372
operator-(const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2380
operator+(const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2388
operator+(ptrdiff_t __n, const _Rope_iterator<_CharT,_Alloc>& __x) {
headers/cpp/stl_rope.h
2396
operator+ (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2411
operator+= (rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2421
operator+ (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2432
operator+= (rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2441
operator+ (const rope<_CharT,_Alloc>& __left, _CharT __right) {
headers/cpp/stl_rope.h
2450
operator+= (rope<_CharT,_Alloc>& __left, _CharT __right) {
headers/cpp/stl_rope.h
2457
operator< (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2464
operator== (const rope<_CharT,_Alloc>& __left,
headers/cpp/stl_rope.h
2470
inline bool operator== (const _Rope_char_ptr_proxy<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2476
ostream& operator<< (ostream& __o, const rope<_CharT,_Alloc>& __r);
headers/cpp/stl_rope.h
2508
size_t operator()(const crope& __str) const
headers/cpp/stl_rope.h
2520
size_t operator()(const wrope& __str) const
headers/cpp/stl_rope.h
669
virtual void operator()(size_t __start_pos, size_t __req_len,
headers/cpp/stl_rope.h
738
_Rope_RopeRep<_CharT,_Alloc>& operator*() { return *_M_ptr; }
headers/cpp/stl_rope.h
739
_Rope_RopeRep<_CharT,_Alloc>* operator->() { return _M_ptr; }
headers/cpp/stl_rope.h
740
operator _Rope_RopeRep<_CharT,_Alloc>*() { return _M_ptr; }
headers/cpp/stl_rope.h
741
_Rope_self_destruct_ptr& operator= (_Rope_RopeRep<_CharT,_Alloc>* __x)
headers/cpp/stl_rope.h
77
virtual void operator()(size_t __start_pos, size_t __len,
headers/cpp/stl_rope.h
779
inline operator _CharT () const;
headers/cpp/stl_rope.h
780
_Rope_char_ref_proxy& operator= (_CharT __c);
headers/cpp/stl_rope.h
781
_Rope_char_ptr_proxy<_CharT,_Alloc> operator& () const;
headers/cpp/stl_rope.h
782
_Rope_char_ref_proxy& operator= (const _Rope_char_ref_proxy& __c) {
headers/cpp/stl_rope.h
783
return operator=((_CharT)__c);
headers/cpp/stl_rope.h
830
operator= (const _Rope_char_ptr_proxy& __x) {
headers/cpp/stl_rope.h
835
friend bool operator== __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
839
_Rope_char_ref_proxy<_CharT,_Alloc> operator*() const {
headers/cpp/stl_rope.h
951
_Rope_const_iterator& operator= (const _Rope_const_iterator& __x) {
headers/cpp/stl_rope.h
961
reference operator*() {
headers/cpp/stl_rope.h
965
_Rope_const_iterator& operator++() {
headers/cpp/stl_rope.h
975
_Rope_const_iterator& operator+=(ptrdiff_t __n) {
headers/cpp/stl_rope.h
983
_Rope_const_iterator& operator--() {
headers/cpp/stl_rope.h
987
_Rope_const_iterator& operator-=(ptrdiff_t __n) {
headers/cpp/stl_rope.h
995
_Rope_const_iterator operator++(int) {
headers/cpp/stl_set.h
110
set<_Key,_Compare,_Alloc>& operator=(const set<_Key, _Compare, _Alloc>& __x)
headers/cpp/stl_set.h
179
friend bool operator== __STL_NULL_TMPL_ARGS (const set&, const set&);
headers/cpp/stl_set.h
180
friend bool operator< __STL_NULL_TMPL_ARGS (const set&, const set&);
headers/cpp/stl_set.h
184
inline bool operator==(const set<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_set.h
190
inline bool operator<(const set<_Key,_Compare,_Alloc>& __x,
headers/cpp/stl_slist.h
114
bool operator==(const _Slist_iterator_base& __x) const {
headers/cpp/stl_slist.h
117
bool operator!=(const _Slist_iterator_base& __x) const {
headers/cpp/stl_slist.h
138
reference operator*() const { return ((_Node*) _M_node)->_M_data; }
headers/cpp/stl_slist.h
140
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_slist.h
143
_Self& operator++()
headers/cpp/stl_slist.h
148
_Self operator++(int)
headers/cpp/stl_slist.h
382
slist& operator= (const slist& __x);
headers/cpp/stl_slist.h
430
friend bool operator== __STL_NULL_TMPL_ARGS (const slist<_Tp,_Alloc>& _SL1,
headers/cpp/stl_slist.h
685
slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x)
headers/cpp/stl_slist.h
746
operator==(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2)
headers/cpp/stl_slist.h
759
inline bool operator<(const slist<_Tp,_Alloc>& _SL1,
headers/cpp/stl_stack.h
42
friend bool operator== __STL_NULL_TMPL_ARGS (const stack&, const stack&);
headers/cpp/stl_stack.h
43
friend bool operator< __STL_NULL_TMPL_ARGS (const stack&, const stack&);
headers/cpp/stl_stack.h
66
bool operator==(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_stack.h
72
bool operator<(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_stack.h
80
bool operator!=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_stack.h
86
bool operator>(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_stack.h
92
bool operator<=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_stack.h
98
bool operator>=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y)
headers/cpp/stl_tempbuf.h
132
void operator=(const _Temporary_buffer&) {}
headers/cpp/stl_tree.h
167
reference operator*() const { return _Link_type(_M_node)->_M_value_field; }
headers/cpp/stl_tree.h
169
pointer operator->() const { return &(operator*()); }
headers/cpp/stl_tree.h
172
_Self& operator++() { _M_increment(); return *this; }
headers/cpp/stl_tree.h
173
_Self operator++(int) {
headers/cpp/stl_tree.h
179
_Self& operator--() { _M_decrement(); return *this; }
headers/cpp/stl_tree.h
180
_Self operator--(int) {
headers/cpp/stl_tree.h
187
inline bool operator==(const _Rb_tree_base_iterator& __x,
headers/cpp/stl_tree.h
192
inline bool operator!=(const _Rb_tree_base_iterator& __x,
headers/cpp/stl_tree.h
672
operator=(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x);
headers/cpp/stl_tree.h
762
operator==(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x,
headers/cpp/stl_tree.h
772
operator<(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x,
headers/cpp/stl_tree.h
797
::operator=(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x)
headers/cpp/stl_vector.h
220
reference operator[](size_type __n) { return *(begin() + __n); }
headers/cpp/stl_vector.h
221
const_reference operator[](size_type __n) const { return *(begin() + __n); }
headers/cpp/stl_vector.h
282
vector<_Tp, _Alloc>& operator=(const vector<_Tp, _Alloc>& __x);
headers/cpp/stl_vector.h
493
operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
headers/cpp/stl_vector.h
501
operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
headers/cpp/stl_vector.h
519
vector<_Tp,_Alloc>::operator=(const vector<_Tp, _Alloc>& __x)
headers/cpp/streambuf.h
123
ios& operator=(ios&); /* Not allowed! */
headers/cpp/streambuf.h
218
operator void*() const { return fail() ? (void*)0 : (void*)(-1); }
headers/cpp/streambuf.h
219
int operator!() const { return fail(); }
headers/cpp/streambuf.h
453
operator delete[] (_arrays);
headers/libs/agg/agg_alpha_mask_u8.h
303
const self_type& operator = (const self_type&);
headers/libs/agg/agg_alpha_mask_u8.h
450
const self_type& operator = (const self_type&);
headers/libs/agg/agg_array.h
1094
const value_type& operator [] (unsigned i) const { return m_array[m_start + i]; }
headers/libs/agg/agg_array.h
1095
value_type& operator [] (unsigned i) { return m_array[m_start + i]; }
headers/libs/agg/agg_array.h
135
const self_type& operator = (const self_type& v)
headers/libs/agg/agg_array.h
143
const T& operator [] (unsigned i) const { return m_array[i]; }
headers/libs/agg/agg_array.h
144
T& operator [] (unsigned i) { return m_array[i]; }
headers/libs/agg/agg_array.h
173
const pod_vector<T>& operator = (const pod_vector<T>&);
headers/libs/agg/agg_array.h
199
const T& operator [] (unsigned i) const { return m_array[i]; }
headers/libs/agg/agg_array.h
200
T& operator [] (unsigned i) { return m_array[i]; }
headers/libs/agg/agg_array.h
277
pod_vector<T>::operator = (const pod_vector<T>&v)
headers/libs/agg/agg_array.h
34
const T& operator [] (unsigned i) const { return m_array[i]; }
headers/libs/agg/agg_array.h
344
const pod_bvector<T, S>& operator = (const pod_bvector<T, S>& v);
headers/libs/agg/agg_array.h
35
T& operator [] (unsigned i) { return m_array[i]; }
headers/libs/agg/agg_array.h
381
const T& operator [] (unsigned i) const
headers/libs/agg/agg_array.h
386
T& operator [] (unsigned i)
headers/libs/agg/agg_array.h
59
const self_type& operator = (const T* c)
headers/libs/agg/agg_array.h
597
pod_bvector<T, S>::operator = (const pod_bvector<T, S>& v)
headers/libs/agg/agg_array.h
66
const T& operator [] (unsigned i) const { return m_array[i]; }
headers/libs/agg/agg_array.h
67
T& operator [] (unsigned i) { return m_array[i]; }
headers/libs/agg/agg_array.h
93
const T& operator [] (unsigned i) const { return m_array[i]; }
headers/libs/agg/agg_array.h
94
T& operator [] (unsigned i) { return m_array[i]; }
headers/libs/agg/agg_bitset_iterator.h
32
void operator ++ ()
headers/libs/agg/agg_bspline.h
58
const bspline& operator = (const bspline&);
headers/libs/agg/agg_conv_adaptor_vcgen.h
72
operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
headers/libs/agg/agg_conv_adaptor_vpgen.h
40
operator = (const conv_adaptor_vpgen<VertexSource, VPGen>&);
headers/libs/agg/agg_conv_bspline.h
41
operator = (const conv_bspline<VertexSource>&);
headers/libs/agg/agg_conv_clip_polygon.h
58
operator = (const conv_clip_polygon<VertexSource>&);
headers/libs/agg/agg_conv_clip_polyline.h
58
operator = (const conv_clip_polyline<VertexSource>&);
headers/libs/agg/agg_conv_close_polygon.h
37
operator = (const conv_close_polygon<VertexSource>&);
headers/libs/agg/agg_conv_concat.h
63
operator = (const conv_concat<VS1, VS2>&);
headers/libs/agg/agg_conv_contour.h
60
operator = (const conv_contour<VertexSource>&);
headers/libs/agg/agg_conv_curve.h
119
const self_type& operator = (const self_type&);
headers/libs/agg/agg_conv_dash.h
62
operator = (const conv_dash<VertexSource, Markers>&);
headers/libs/agg/agg_conv_marker.h
43
operator = (const conv_marker<MarkerLocator, MarkerShapes>&);
headers/libs/agg/agg_conv_marker_adaptor.h
45
operator = (const conv_marker_adaptor<VertexSource, Markers>&);
headers/libs/agg/agg_conv_segmentator.h
41
operator = (const conv_segmentator<VertexSource>&);
headers/libs/agg/agg_conv_shorten_path.h
44
operator = (const conv_shorten_path<VertexSource>&);
headers/libs/agg/agg_conv_smooth_poly1.h
49
operator = (const conv_smooth_poly1<VertexSource>&);
headers/libs/agg/agg_conv_smooth_poly1.h
71
operator = (const conv_smooth_poly1_curve<VertexSource>&);
headers/libs/agg/agg_conv_stroke.h
67
operator = (const conv_stroke<VertexSource, Markers>&);
headers/libs/agg/agg_conv_transform.h
59
operator = (const conv_transform<VertexSource>&);
headers/libs/agg/agg_conv_unclose_polygon.h
45
operator = (const conv_unclose_polygon<VertexSource>&);
headers/libs/agg/agg_curves.h
188
double operator [] (unsigned i) const { return cp[i]; }
headers/libs/agg/agg_curves.h
189
double& operator [] (unsigned i) { return cp[i]; }
headers/libs/agg/agg_dda_line.h
159
void operator++()
headers/libs/agg/agg_dda_line.h
171
void operator--()
headers/libs/agg/agg_dda_line.h
45
void operator ++ ()
headers/libs/agg/agg_dda_line.h
51
void operator -- ()
headers/libs/agg/agg_dda_line.h
57
void operator += (unsigned n)
headers/libs/agg/agg_dda_line.h
63
void operator -= (unsigned n)
headers/libs/agg/agg_ellipse_bresenham.h
49
void operator++ ()
headers/libs/agg/agg_font_cache_manager.h
379
const self_type& operator = (const self_type&);
headers/libs/agg/agg_gamma_functions.h
107
double operator() (double x) const
headers/libs/agg/agg_gamma_functions.h
27
double operator()(double x) const { return x; }
headers/libs/agg/agg_gamma_functions.h
41
double operator() (double x) const
headers/libs/agg/agg_gamma_functions.h
61
double operator() (double x) const
headers/libs/agg/agg_gamma_functions.h
84
double operator() (double x) const
headers/libs/agg/agg_gamma_lut.h
113
const self_type& operator = (const self_type&);
headers/libs/agg/agg_gsv_text.h
63
const gsv_text& operator = (const gsv_text&);
headers/libs/agg/agg_image_accessors.h
288
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
293
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_accessors.h
317
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
321
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_accessors.h
345
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
350
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_accessors.h
377
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
384
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_accessors.h
415
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
421
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_accessors.h
449
AGG_INLINE unsigned operator() (int v)
headers/libs/agg/agg_image_accessors.h
456
AGG_INLINE unsigned operator++ ()
headers/libs/agg/agg_image_filters.h
89
const image_filter_lut& operator = (const image_filter_lut&);
headers/libs/agg/agg_path_storage.h
141
vertex_block_storage<T,S,P>::operator = (const vertex_block_storage<T,S,P>& v)
headers/libs/agg/agg_path_storage.h
49
const self_type& operator = (const self_type& ps);
headers/libs/agg/agg_pixfmt_gray.h
103
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_pixfmt_gray.h
84
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_pixfmt_rgb.h
43
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_pixfmt_rgb.h
64
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_pixfmt_rgba.h
108
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_pixfmt_rgba.h
89
AGG_INLINE void operator () (value_type* p)
headers/libs/agg/agg_rasterizer_cells_aa.h
98
const self_type& operator = (const self_type&);
headers/libs/agg/agg_rasterizer_compound_aa.h
266
operator = (const rasterizer_compound_aa<Clip>&);
headers/libs/agg/agg_rasterizer_outline_aa.h
209
const rasterizer_outline_aa<Renderer, Coord>& operator =
headers/libs/agg/agg_rasterizer_outline_aa.h
48
bool operator () (const line_aa_vertex& val)
headers/libs/agg/agg_rasterizer_scanline_aa.h
298
operator = (const rasterizer_scanline_aa<Clip>&);
headers/libs/agg/agg_renderer_mclip.h
338
operator = (const renderer_mclip<PixelFormat>&);
headers/libs/agg/agg_renderer_outline_aa.h
1014
operator = (const line_interpolator_aa2<Renderer>&);
headers/libs/agg/agg_renderer_outline_aa.h
1244
operator = (const line_interpolator_aa3<Renderer>&);
headers/libs/agg/agg_renderer_outline_aa.h
1329
const line_profile_aa& operator = (const line_profile_aa&);
headers/libs/agg/agg_renderer_outline_aa.h
550
operator = (const line_interpolator_aa_base<Renderer>&);
headers/libs/agg/agg_renderer_outline_aa.h
658
operator = (const line_interpolator_aa0<Renderer>&);
headers/libs/agg/agg_renderer_outline_aa.h
863
operator = (const line_interpolator_aa1<Renderer>&);
headers/libs/agg/agg_renderer_outline_image.h
185
operator = (const line_image_pattern<filter_type>&);
headers/libs/agg/agg_renderer_outline_image.h
57
const line_image_scale<Source>& operator = (const line_image_scale<Source>&);
headers/libs/agg/agg_renderer_outline_image.h
778
operator = (const line_interpolator_image<Renderer>&);
headers/libs/agg/agg_rendering_buffer_dynarow.h
128
const rendering_buffer_dynarow& operator = (const rendering_buffer_dynarow&);
headers/libs/agg/agg_scanline_bin.h
134
const scanline_bin operator = (const scanline_bin&);
headers/libs/agg/agg_scanline_bin.h
174
const span& operator*() const { return m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_bin.h
175
const span* operator->() const { return &m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_bin.h
177
void operator ++ () { ++m_span_idx; }
headers/libs/agg/agg_scanline_bin.h
249
const scanline32_bin operator = (const scanline32_bin&);
headers/libs/agg/agg_scanline_boolean_algebra.h
112
void operator () (const typename Scanline1::const_iterator& span,
headers/libs/agg/agg_scanline_boolean_algebra.h
153
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
265
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
38
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
436
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
525
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
59
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
76
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
91
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_p.h
164
const self_type& operator = (const self_type&);
headers/libs/agg/agg_scanline_p.h
211
const span& operator*() const { return m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_p.h
212
const span* operator->() const { return &m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_p.h
214
void operator ++ () { ++m_span_idx; }
headers/libs/agg/agg_scanline_p.h
314
const self_type& operator = (const self_type&);
headers/libs/agg/agg_scanline_storage_aa.h
112
const T* operator [] (int idx) const
headers/libs/agg/agg_scanline_storage_aa.h
125
T* operator [] (int idx)
headers/libs/agg/agg_scanline_storage_aa.h
208
const span& operator*() const { return m_span; }
headers/libs/agg/agg_scanline_storage_aa.h
209
const span* operator->() const { return &m_span; }
headers/libs/agg/agg_scanline_storage_aa.h
211
void operator ++ ()
headers/libs/agg/agg_scanline_storage_aa.h
567
const span& operator*() const { return m_span; }
headers/libs/agg/agg_scanline_storage_aa.h
568
const span* operator->() const { return &m_span; }
headers/libs/agg/agg_scanline_storage_aa.h
570
void operator ++ ()
headers/libs/agg/agg_scanline_storage_aa.h
72
operator = (const scanline_cell_storage<T>& v)
headers/libs/agg/agg_scanline_storage_bin.h
373
const span& operator*() const { return m_span; }
headers/libs/agg/agg_scanline_storage_bin.h
374
const span* operator->() const { return &m_span; }
headers/libs/agg/agg_scanline_storage_bin.h
376
void operator ++ ()
headers/libs/agg/agg_scanline_storage_bin.h
74
const span_data& operator*() const { return m_span; }
headers/libs/agg/agg_scanline_storage_bin.h
75
const span_data* operator->() const { return &m_span; }
headers/libs/agg/agg_scanline_storage_bin.h
77
void operator ++ ()
headers/libs/agg/agg_scanline_u.h
226
const self_type& operator = (const self_type&);
headers/libs/agg/agg_scanline_u.h
315
const span& operator*() const { return m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_u.h
316
const span* operator->() const { return &m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_u.h
318
void operator ++ () { ++m_span_idx; }
headers/libs/agg/agg_scanline_u.h
334
span& operator*() { return m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_u.h
335
span* operator->() { return &m_spans[m_span_idx]; }
headers/libs/agg/agg_scanline_u.h
337
void operator ++ () { ++m_span_idx; }
headers/libs/agg/agg_scanline_u.h
439
const self_type& operator = (const self_type&);
headers/libs/agg/agg_span_gradient.h
131
color_type operator [] (unsigned v) const
headers/libs/agg/agg_span_gradient_alpha.h
107
alpha_type operator [] (alpha_type x) const { return x; }
headers/libs/agg/agg_span_gradient_alpha.h
114
alpha_type operator [] (alpha_type x) const { return x; }
headers/libs/agg/agg_span_gradient_alpha.h
121
alpha_type operator [] (alpha_type x) const { return 255-x; }
headers/libs/agg/agg_span_interpolator_linear.h
185
void operator++()
headers/libs/agg/agg_span_interpolator_linear.h
84
void operator++()
headers/libs/agg/agg_span_interpolator_persp.h
192
void operator++()
headers/libs/agg/agg_span_interpolator_persp.h
423
void operator++()
headers/libs/agg/agg_span_interpolator_trans.h
65
void operator++()
headers/libs/agg/agg_span_subdiv_adaptor.h
98
void operator++()
headers/libs/agg/agg_trans_affine.h
201
const trans_affine& operator *= (const trans_affine& m)
headers/libs/agg/agg_trans_affine.h
207
const trans_affine& operator /= (const trans_affine& m)
headers/libs/agg/agg_trans_affine.h
214
trans_affine operator * (const trans_affine& m) const
headers/libs/agg/agg_trans_affine.h
221
trans_affine operator / (const trans_affine& m) const
headers/libs/agg/agg_trans_affine.h
227
trans_affine operator ~ () const
headers/libs/agg/agg_trans_affine.h
234
bool operator == (const trans_affine& m) const
headers/libs/agg/agg_trans_affine.h
240
bool operator != (const trans_affine& m) const
headers/libs/agg/agg_trans_bilinear.h
147
void operator ++ ()
headers/libs/agg/agg_trans_perspective.h
131
const trans_perspective& operator *= (const trans_perspective& m)
headers/libs/agg/agg_trans_perspective.h
135
const trans_perspective& operator *= (const trans_affine& m)
headers/libs/agg/agg_trans_perspective.h
141
const trans_perspective& operator /= (const trans_perspective& m)
headers/libs/agg/agg_trans_perspective.h
145
const trans_perspective& operator /= (const trans_affine& m)
headers/libs/agg/agg_trans_perspective.h
152
trans_perspective operator * (const trans_perspective& m) const
headers/libs/agg/agg_trans_perspective.h
156
trans_perspective operator * (const trans_affine& m) const
headers/libs/agg/agg_trans_perspective.h
163
trans_perspective operator / (const trans_perspective& m) const
headers/libs/agg/agg_trans_perspective.h
167
trans_perspective operator / (const trans_affine& m) const
headers/libs/agg/agg_trans_perspective.h
173
trans_perspective operator ~ () const
headers/libs/agg/agg_trans_perspective.h
181
bool operator == (const trans_perspective& m) const
headers/libs/agg/agg_trans_perspective.h
187
bool operator != (const trans_perspective& m) const
headers/libs/agg/agg_trans_perspective.h
255
void operator ++ ()
headers/libs/agg/agg_vcgen_bspline.h
57
const vcgen_bspline& operator = (const vcgen_bspline&);
headers/libs/agg/agg_vcgen_contour.h
78
const vcgen_contour& operator = (const vcgen_contour&);
headers/libs/agg/agg_vcgen_dash.h
69
const vcgen_dash& operator = (const vcgen_dash&);
headers/libs/agg/agg_vcgen_markers_term.h
46
const vcgen_markers_term& operator = (const vcgen_markers_term&);
headers/libs/agg/agg_vcgen_smooth_poly1.h
65
const vcgen_smooth_poly1& operator = (const vcgen_smooth_poly1&);
headers/libs/agg/agg_vcgen_stroke.h
86
const vcgen_stroke& operator = (const vcgen_stroke&);
headers/libs/agg/agg_vcgen_vertex_sequence.h
54
const vcgen_vertex_sequence& operator = (const vcgen_vertex_sequence&);
headers/libs/agg/agg_vertex_sequence.h
145
bool operator () (const vertex_dist& val)
headers/libs/agg/dbg_new/agg_dbg_new.h
29
void* operator new (size_t size, const char* file, int line);
headers/libs/agg/dbg_new/agg_dbg_new.h
30
void* operator new [] (size_t size, const char* file, int line);
headers/libs/agg/dbg_new/agg_dbg_new.h
33
void operator delete(void *ptr) throw();
headers/libs/agg/dbg_new/agg_dbg_new.h
34
void operator delete [] (void *ptr) throw();
headers/libs/agg/util/agg_color_conv.h
71
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
114
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
147
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
179
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
206
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
232
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
259
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
286
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
316
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
346
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
376
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
404
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
424
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
45
void operator () (unsigned char* dst,
headers/libs/agg/util/agg_color_conv_rgb8.h
72
void operator () (unsigned char* dst,
headers/libs/alm/ALMGroup.h
38
ALMGroup& operator|(const ALMGroup& right);
headers/libs/alm/ALMGroup.h
39
ALMGroup& operator/(const ALMGroup& bottom);
headers/libs/alm/ALMLayout.h
217
void operator =(const BALMLayout&);
headers/libs/mapm/m_apm.h
440
MAPM &operator=(const MAPM &m) /* Assigment operator */
headers/libs/mapm/m_apm.h
442
MAPM &operator=(const char *s) /* Assigment operator */
headers/libs/mapm/m_apm.h
444
MAPM &operator=(double d) /* Assigment operator */
headers/libs/mapm/m_apm.h
446
MAPM &operator=(int l) /* Assigment operator */
headers/libs/mapm/m_apm.h
448
MAPM &operator=(long l) /* Assigment operator */
headers/libs/mapm/m_apm.h
450
MAPM operator++() /* Prefix increment operator */
headers/libs/mapm/m_apm.h
452
MAPM operator--() /* Prefix decrement operator */
headers/libs/mapm/m_apm.h
454
const MAPM operator++(int) /* Postfix increment operator */
headers/libs/mapm/m_apm.h
460
const MAPM operator--(int) /* Postfix decrement operator */
headers/libs/mapm/m_apm.h
468
int operator==(const MAPM &m) const /* Equality operator */
headers/libs/mapm/m_apm.h
470
int operator!=(const MAPM &m) const /* Inequality operator */
headers/libs/mapm/m_apm.h
472
int operator<(const MAPM &m) const
headers/libs/mapm/m_apm.h
474
int operator<=(const MAPM &m) const
headers/libs/mapm/m_apm.h
476
int operator>(const MAPM &m) const
headers/libs/mapm/m_apm.h
478
int operator>=(const MAPM &m) const
headers/libs/mapm/m_apm.h
482
friend MAPM operator+(const MAPM &a,const MAPM &b)
headers/libs/mapm/m_apm.h
484
friend MAPM operator-(const MAPM &a,const MAPM &b)
headers/libs/mapm/m_apm.h
486
friend MAPM operator*(const MAPM &a,const MAPM &b)
headers/libs/mapm/m_apm.h
488
friend MAPM operator%(const MAPM &a,const MAPM &b)
headers/libs/mapm/m_apm.h
494
friend MAPM operator/(const MAPM &a,const MAPM &b)
headers/libs/mapm/m_apm.h
503
MAPM &operator+=(const MAPM &m) {*this = *this+m;return *this;}
headers/libs/mapm/m_apm.h
504
MAPM &operator-=(const MAPM &m) {*this = *this-m;return *this;}
headers/libs/mapm/m_apm.h
505
MAPM &operator*=(const MAPM &m) {*this = *this*m;return *this;}
headers/libs/mapm/m_apm.h
506
MAPM &operator/=(const MAPM &m) {*this = *this/m;return *this;}
headers/libs/mapm/m_apm.h
507
MAPM &operator%=(const MAPM &m) {*this = *this%m;return *this;}
headers/libs/mapm/m_apm.h
530
MAPM operator-(void) const {return neg();}
headers/libs/print/libprint/GraphicsDriver.h
42
GraphicsDriver& operator = (const GraphicsDriver &);
headers/libs/print/libprint/Halftone.h
84
Halftone& operator=(const Halftone &);
headers/libs/print/libprint/JobData.h
270
JobData& operator=(const JobData& jobData);
headers/libs/print/libprint/JobData.h
31
DriverSpecificSettings &operator=(const DriverSpecificSettings &Settings);
headers/libs/print/libprint/PrintJobReader.h
49
PrintJobPage& operator=(const PrintJobPage& copy);
headers/libs/print/libprint/PrinterCap.h
223
bool operator()(const BaseCap* baseCap) {
headers/libs/print/libprint/PrinterCap.h
241
bool operator()(const BaseCap* baseCap) {
headers/libs/print/libprint/PrinterCap.h
257
bool operator()(const BaseCap* baseCap) {
headers/libs/print/libprint/PrinterCap.h
286
PrinterCap& operator=(const PrinterCap& printerCap);
headers/libs/print/libprint/PrinterData.h
39
PrinterData& operator=(const PrinterData &printer_data);
headers/libs/print/libprint/Transport.h
50
Transport &operator=(const Transport& transport);
headers/libs/print/libprint/UIDriver.h
27
UIDriver& operator=(const UIDriver &);
headers/os/add-ons/network_settings/NetworkSettings.h
143
operator=(
headers/os/add-ons/network_settings/NetworkSettings.h
221
bool operator==(
headers/os/app/Application.h
113
BApplication& operator=(const BApplication&);
headers/os/app/Clipboard.h
50
BClipboard& operator=(const BClipboard&);
headers/os/app/Cursor.h
63
BCursor& operator=(const BCursor& other);
headers/os/app/Cursor.h
64
bool operator==(const BCursor& other) const;
headers/os/app/Cursor.h
65
bool operator!=(const BCursor& other) const;
headers/os/app/Handler.h
98
BHandler& operator=(const BHandler&);
headers/os/app/Invoker.h
62
BInvoker& operator=(const BInvoker&);
headers/os/app/Key.h
74
BKey& operator=(const BKey& other);
headers/os/app/Key.h
76
bool operator==(const BKey& other) const;
headers/os/app/Key.h
77
bool operator!=(const BKey& other) const;
headers/os/app/Looper.h
126
BLooper& operator=(const BLooper&);
headers/os/app/Message.h
380
void* operator new(size_t size);
headers/os/app/Message.h
381
void* operator new(size_t, void* pointer);
headers/os/app/Message.h
382
void* operator new(size_t,
headers/os/app/Message.h
384
void operator delete(void* pointer, size_t size);
headers/os/app/Message.h
65
BMessage& operator=(const BMessage& other);
headers/os/app/MessageFilter.h
56
BMessageFilter& operator=(const BMessageFilter& from);
headers/os/app/MessageQueue.h
42
BMessageQueue& operator=(const BMessageQueue &);
headers/os/app/MessageRunner.h
44
BMessageRunner& operator=(const BMessageRunner&);
headers/os/app/Messenger.h
100
bool operator!=(const BMessenger& a, const BMessenger& b);
headers/os/app/Messenger.h
68
BMessenger& operator=(const BMessenger& other);
headers/os/app/Messenger.h
69
bool operator==(const BMessenger& other) const;
headers/os/app/Messenger.h
99
bool operator<(const BMessenger& a, const BMessenger& b);
headers/os/app/PropertyInfo.h
93
BPropertyInfo& operator=(const BPropertyInfo& other);
headers/os/game/DirectWindow.h
120
BDirectWindow& operator=(BDirectWindow& other);
headers/os/game/FileGameSound.h
60
BFileGameSound& operator=(const BFileGameSound& other);
headers/os/game/GameSound.h
42
void* operator new(size_t size);
headers/os/game/GameSound.h
43
void* operator new(size_t size,
headers/os/game/GameSound.h
45
void operator delete(void* ptr);
headers/os/game/GameSound.h
46
void operator delete(void* ptr,
headers/os/game/GameSound.h
60
BGameSound& operator=(const BGameSound& other);
headers/os/game/PushGameSound.h
55
BPushGameSound& operator=(const BPushGameSound& other);
headers/os/game/SimpleGameSound.h
38
BSimpleGameSound& operator=(const BSimpleGameSound& other);
headers/os/game/StreamingGameSound.h
56
operator=(const BStreamingGameSound& other);
headers/os/interface/AbstractLayout.h
77
void operator =(const BAbstractLayout&);
headers/os/interface/AbstractLayoutItem.h
65
void operator =(const BAbstractLayoutItem&);
headers/os/interface/AffineTransform.h
157
inline BAffineTransform& operator=(
headers/os/interface/AffineTransform.h
160
inline bool operator==(
headers/os/interface/AffineTransform.h
162
inline bool operator!=(
headers/os/interface/AffineTransform.h
165
inline const BAffineTransform& operator*=(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
166
inline const BAffineTransform& operator/=(const BAffineTransform& other);
headers/os/interface/AffineTransform.h
168
inline BAffineTransform operator*(
headers/os/interface/AffineTransform.h
170
inline BAffineTransform operator/(
headers/os/interface/AffineTransform.h
173
inline BAffineTransform operator~() const;
headers/os/interface/AffineTransform.h
378
BAffineTransform::operator=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
390
BAffineTransform::operator==(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
396
BAffineTransform::operator!=(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
403
BAffineTransform::operator*=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
410
BAffineTransform::operator/=(const BAffineTransform& other)
headers/os/interface/AffineTransform.h
417
BAffineTransform::operator*(const BAffineTransform& other) const
headers/os/interface/AffineTransform.h
431
BAffineTransform::operator~() const
headers/os/interface/Alert.h
101
BAlert& operator=(BAlert&);
headers/os/interface/Alignment.h
107
BAlignment::operator==(const BAlignment& other) const
headers/os/interface/Alignment.h
114
BAlignment::operator!=(const BAlignment& other) const
headers/os/interface/Alignment.h
121
BAlignment::operator=(const BAlignment& other)
headers/os/interface/Alignment.h
32
inline bool operator==(const BAlignment& other) const;
headers/os/interface/Alignment.h
33
inline bool operator!=(const BAlignment& other) const;
headers/os/interface/Alignment.h
35
inline BAlignment& operator=(const BAlignment& other);
headers/os/interface/Bitmap.h
112
BBitmap& operator=(const BBitmap& source);
headers/os/interface/Box.h
84
BBox &operator=(const BBox &);
headers/os/interface/Button.h
94
BButton& operator=(const BButton &);
headers/os/interface/CardLayout.h
68
void operator =(const BCardLayout&);
headers/os/interface/CardView.h
42
void operator =(const BCardView&);
headers/os/interface/ChannelControl.h
114
BChannelControl& operator=(const BChannelControl& other);
headers/os/interface/ChannelSlider.h
92
BChannelSlider& operator=(const BChannelSlider&);
headers/os/interface/CheckBox.h
94
BCheckBox& operator=(const BCheckBox&);
headers/os/interface/ColorControl.h
90
BColorControl& operator=(const BColorControl &other);
headers/os/interface/Control.h
98
BControl& operator=(const BControl&);
headers/os/interface/Dragger.h
92
BDragger& operator=(const BDragger& other);
headers/os/interface/Font.h
112
inline unicode_block operator&(const unicode_block& block) const;
headers/os/interface/Font.h
113
inline unicode_block operator|(const unicode_block& block) const;
headers/os/interface/Font.h
114
inline unicode_block& operator=(const unicode_block& block);
headers/os/interface/Font.h
115
inline bool operator==(const unicode_block& block) const;
headers/os/interface/Font.h
116
inline bool operator!=(const unicode_block& block) const;
headers/os/interface/Font.h
281
BFont& operator=(const BFont& font);
headers/os/interface/Font.h
282
bool operator==(const BFont& font) const;
headers/os/interface/Font.h
283
bool operator!=(const BFont& font) const;
headers/os/interface/Font.h
368
unicode_block::operator&(const unicode_block& block) const
headers/os/interface/Font.h
379
unicode_block::operator|(const unicode_block& block) const
headers/os/interface/Font.h
390
unicode_block::operator=(const unicode_block& block)
headers/os/interface/Font.h
400
unicode_block::operator==(const unicode_block& block) const
headers/os/interface/Font.h
407
unicode_block::operator!=(const unicode_block& block) const
headers/os/interface/Gradient.h
44
bool operator!=(const ColorStop& other) const;
headers/os/interface/Gradient.h
59
BGradient& operator=(const BGradient& other);
headers/os/interface/Gradient.h
61
bool operator==(const BGradient& other) const;
headers/os/interface/Gradient.h
62
bool operator!=(const BGradient& other) const;
headers/os/interface/GraphicsDefs.h
20
operator==(const pattern& a, const pattern& b)
headers/os/interface/GraphicsDefs.h
29
operator!=(const pattern& a, const pattern& b)
headers/os/interface/GraphicsDefs.h
85
operator==(const rgb_color& other) const
headers/os/interface/GraphicsDefs.h
91
operator!=(const rgb_color& other) const
headers/os/interface/GraphicsDefs.h
97
operator=(const rgb_color& other)
headers/os/interface/GridLayout.h
118
void operator =(const BGridLayout&);
headers/os/interface/GridLayoutBuilder.h
34
operator BGridLayout*();
headers/os/interface/GridView.h
46
void operator =(const BGridView&);
headers/os/interface/GroupLayout.h
81
void operator =(const BGroupLayout&);
headers/os/interface/GroupLayoutBuilder.h
42
operator BGroupLayout*();
headers/os/interface/GroupView.h
47
void operator =(const BGroupView&);
headers/os/interface/IconUtils.h
19
BIconUtils& operator=(const BIconUtils&);
headers/os/interface/Layout.h
109
void operator =(const BLayout&);
headers/os/interface/LayoutBuilder.h
1159
Grid<ParentBuilder>::operator BGridLayout*()
headers/os/interface/LayoutBuilder.h
125
inline operator BGroupLayout*();
headers/os/interface/LayoutBuilder.h
1415
Split<ParentBuilder>::operator BSplitView*()
headers/os/interface/LayoutBuilder.h
1687
Cards<ParentBuilder>::operator BCardLayout*()
headers/os/interface/LayoutBuilder.h
235
inline operator BGridLayout*();
headers/os/interface/LayoutBuilder.h
304
inline operator BSplitView*();
headers/os/interface/LayoutBuilder.h
360
inline operator BCardLayout*();
headers/os/interface/LayoutBuilder.h
775
Group<ParentBuilder>::operator BGroupLayout*()
headers/os/interface/LayoutItem.h
92
void operator =(const BLayoutItem&);
headers/os/interface/ListItem.h
59
BListItem& operator=(const BListItem& item);
headers/os/interface/ListView.h
155
BListView& operator=(const BListView& other);
headers/os/interface/Menu.h
194
BMenu& operator=(const BMenu& other);
headers/os/interface/MenuBar.h
97
BMenuBar &operator=(const BMenuBar &);
headers/os/interface/MenuField.h
108
BMenuField& operator=(const BMenuField& other);
headers/os/interface/MenuItem.h
82
BMenuItem& operator=(const BMenuItem& other);
headers/os/interface/OptionControl.h
51
BOptionControl& operator=(const BOptionControl& other);
headers/os/interface/OptionPopUp.h
57
BOptionPopUp& operator=(const BOptionPopUp& other);
headers/os/interface/Picture.h
44
BPicture& operator=(const BPicture&);
headers/os/interface/PictureButton.h
89
BPictureButton& operator=(const BPictureButton& other);
headers/os/interface/Point.h
24
BPoint& operator=(const BPoint& other);
headers/os/interface/Point.h
30
BPoint operator-() const;
headers/os/interface/Point.h
31
BPoint operator+(const BPoint& other) const;
headers/os/interface/Point.h
32
BPoint operator-(const BPoint& other) const;
headers/os/interface/Point.h
33
BPoint& operator+=(const BPoint& other);
headers/os/interface/Point.h
34
BPoint& operator-=(const BPoint& other);
headers/os/interface/Point.h
36
bool operator!=(const BPoint& other) const;
headers/os/interface/Point.h
37
bool operator==(const BPoint& other) const;
headers/os/interface/Point.h
73
BPoint::operator=(const BPoint& other)
headers/os/interface/Polygon.h
24
BPolygon& operator=(const BPolygon& other);
headers/os/interface/PopUpMenu.h
65
BPopUpMenu& operator=(const BPopUpMenu& other);
headers/os/interface/PrintJob.h
73
BPrintJob& operator=(const BPrintJob& other);
headers/os/interface/RadioButton.h
72
BRadioButton& operator=(const BRadioButton& other);
headers/os/interface/Rect.h
198
BRect::operator=(const BRect& other)
headers/os/interface/Rect.h
31
BRect& operator=(const BRect& other);
headers/os/interface/Rect.h
70
bool operator==(BRect other) const;
headers/os/interface/Rect.h
71
bool operator!=(BRect other) const;
headers/os/interface/Rect.h
74
BRect operator&(BRect other) const;
headers/os/interface/Rect.h
75
BRect operator|(BRect other) const;
headers/os/interface/Region.h
37
BRegion& operator=(const BRegion& other);
headers/os/interface/Region.h
39
BRegion& operator=(BRegion&& other);
headers/os/interface/Region.h
41
bool operator==(const BRegion& other) const;
headers/os/interface/Screen.h
91
BScreen& operator=(const BScreen& other);
headers/os/interface/ScrollBar.h
107
BScrollBar& operator=(const BScrollBar& other);
headers/os/interface/ScrollView.h
96
BScrollView& operator=(const BScrollView& other);
headers/os/interface/SeparatorItem.h
35
BSeparatorItem& operator=(const BSeparatorItem& other);
headers/os/interface/Shape.h
58
BShape& operator=(const BShape& other);
headers/os/interface/Shape.h
60
BShape& operator=(BShape&& other);
headers/os/interface/Shape.h
63
bool operator==(const BShape& other) const;
headers/os/interface/Shape.h
64
bool operator!=(const BShape& other) const;
headers/os/interface/Shelf.h
105
BShelf& operator=(const BShelf& other);
headers/os/interface/Size.h
135
BSize::operator==(const BSize& other) const
headers/os/interface/Size.h
142
BSize::operator!=(const BSize& other) const
headers/os/interface/Size.h
149
BSize::operator=(const BSize& other)
headers/os/interface/Size.h
39
inline bool operator==(const BSize& other) const;
headers/os/interface/Size.h
40
inline bool operator!=(const BSize& other) const;
headers/os/interface/Size.h
42
inline BSize& operator=(const BSize& other);
headers/os/interface/Slider.h
192
BSlider& operator=(const BSlider& other);
headers/os/interface/SpaceLayoutItem.h
56
void operator =(const BSpaceLayoutItem&);
headers/os/interface/SplitLayoutBuilder.h
30
operator BSplitView*();
headers/os/interface/SplitView.h
108
void operator =(const BSplitView&);
headers/os/interface/StatusBar.h
92
BStatusBar& operator=(const BStatusBar& other);
headers/os/interface/StringItem.h
42
BStringItem& operator=(const BStringItem& item);
headers/os/interface/StringView.h
78
BStringView& operator=(const BStringView& other);
headers/os/interface/TabView.h
207
BTabView& operator=(const BTabView&);
headers/os/interface/TabView.h
74
BTab& operator=(const BTab&);
headers/os/interface/TextControl.h
113
BTextControl& operator=(const BTextControl& other);
headers/os/interface/TwoDimensionalLayout.h
122
void operator =(const BTwoDimensionalLayout&);
headers/os/interface/View.h
720
BView& operator=(const BView&);
headers/os/interface/Window.h
288
BWindow& operator=(BWindow&);
headers/os/locale/Catalog.h
56
const BCatalog& operator= (const BCatalog&);
headers/os/locale/Collator.h
48
BCollator& operator=(const BCollator& source);
headers/os/locale/Country.h
32
BCountry& operator=(const BCountry& other);
headers/os/locale/Format.h
55
BFormat& operator=(const BFormat& other);
headers/os/locale/FormattingConventions.h
62
BFormattingConventions& operator=(
headers/os/locale/FormattingConventions.h
67
bool operator==(
headers/os/locale/FormattingConventions.h
69
bool operator!=(
headers/os/locale/Language.h
63
BLanguage& operator=(const BLanguage& source);
headers/os/locale/Locale.h
29
BLocale& operator=(const BLocale& other);
headers/os/locale/TimeZone.h
29
BTimeZone& operator=(const BTimeZone& source);
headers/os/media/Buffer.h
73
BBuffer& operator=(const BBuffer& other);
headers/os/media/BufferConsumer.h
117
BBufferConsumer& operator=(const BBufferConsumer& other);
headers/os/media/BufferGroup.h
53
BBufferGroup& operator=(const BBufferGroup& other);
headers/os/media/BufferProducer.h
188
BBufferProducer& operator=(const BBufferProducer& other);
headers/os/media/Controllable.h
93
BControllable& operator=(const BControllable& other);
headers/os/media/FileInterface.h
44
BFileInterface& operator=(const BFileInterface& other);
headers/os/media/MediaAddOn.h
150
BMediaAddOn& operator=(const BMediaAddOn& other);
headers/os/media/MediaAddOn.h
59
flavor_info& operator=(const flavor_info& other);
headers/os/media/MediaAddOn.h
68
dormant_flavor_info& operator=(const dormant_flavor_info& other);
headers/os/media/MediaAddOn.h
69
dormant_flavor_info& operator=(const flavor_info& other);
headers/os/media/MediaDecoder.h
46
BMediaDecoder & operator=(const BMediaDecoder &);
headers/os/media/MediaDefs.h
183
media_destination& operator=(const media_destination& other);
headers/os/media/MediaDefs.h
201
media_source& operator=(const media_source& other);
headers/os/media/MediaDefs.h
212
bool operator==(const media_destination& a, const media_destination& b);
headers/os/media/MediaDefs.h
213
bool operator!=(const media_destination& a, const media_destination& b);
headers/os/media/MediaDefs.h
214
bool operator<(const media_destination& a, const media_destination& b);
headers/os/media/MediaDefs.h
215
bool operator==(const media_source& a, const media_source& b);
headers/os/media/MediaDefs.h
216
bool operator!=(const media_source& a, const media_source& b);
headers/os/media/MediaDefs.h
217
bool operator<(const media_source& a, const media_source& b);
headers/os/media/MediaDefs.h
218
bool operator==(const media_node& a, const media_node& b);
headers/os/media/MediaDefs.h
219
bool operator!=(const media_node& a, const media_node& b);
headers/os/media/MediaDefs.h
220
bool operator<(const media_node& a, const media_node& b);
headers/os/media/MediaDefs.h
614
media_format& operator=(const media_format& other);
headers/os/media/MediaDefs.h
618
bool operator==(const media_raw_audio_format& a,
headers/os/media/MediaDefs.h
621
bool operator==(const media_multi_audio_info& a,
headers/os/media/MediaDefs.h
624
bool operator==(const media_multi_audio_format& a,
headers/os/media/MediaDefs.h
627
bool operator==(const media_encoded_audio_format& a,
headers/os/media/MediaDefs.h
630
bool operator==(const media_video_display_info& a,
headers/os/media/MediaDefs.h
633
bool operator==(const media_raw_video_format& a,
headers/os/media/MediaDefs.h
636
bool operator==(const media_encoded_video_format& a,
headers/os/media/MediaDefs.h
639
bool operator==(const media_multistream_format::vid_info& a,
headers/os/media/MediaDefs.h
642
bool operator==(const media_multistream_format::avi_info& a,
headers/os/media/MediaDefs.h
645
bool operator==(const media_multistream_format& a,
headers/os/media/MediaDefs.h
648
bool operator==(const media_format& a, const media_format& b);
headers/os/media/MediaDefs.h
717
bool operator==(const media_file_format_id& a, const media_file_format_id& b);
headers/os/media/MediaDefs.h
718
bool operator<(const media_file_format_id& a, const media_file_format_id& b);
headers/os/media/MediaEncoder.h
74
BMediaEncoder& operator=(const BMediaEncoder& other);
headers/os/media/MediaEventLooper.h
130
BMediaEventLooper& operator=(const BMediaEventLooper&);
headers/os/media/MediaFile.h
197
BMediaFile& operator=(const BMediaFile&);
headers/os/media/MediaFormats.h
183
_media_format_description& operator=(
headers/os/media/MediaFormats.h
270
bool operator==(const media_format_description& a,
headers/os/media/MediaFormats.h
273
bool operator<(const media_format_description& a,
headers/os/media/MediaFormats.h
277
bool operator==(const GUID& a, const GUID& b);
headers/os/media/MediaFormats.h
279
bool operator<(const GUID& a, const GUID& b);
headers/os/media/MediaNode.h
232
void* operator new(size_t size);
headers/os/media/MediaNode.h
233
void* operator new(size_t size,
headers/os/media/MediaNode.h
235
void operator delete(void* ptr);
headers/os/media/MediaNode.h
236
void operator delete(void* ptr,
headers/os/media/MediaNode.h
299
BMediaNode& operator=(const BMediaNode& other);
headers/os/media/MediaTheme.h
70
BMediaTheme& operator=(const BMediaTheme& other);
headers/os/media/MediaTrack.h
261
BMediaTrack& operator=(const BMediaTrack&);
headers/os/media/ParameterWeb.h
108
BParameterWeb& operator=(const BParameterWeb& other);
headers/os/media/ParameterWeb.h
178
BParameterGroup& operator=(const BParameterGroup& other);
headers/os/media/TimeCode.h
75
BTimeCode& operator=(const BTimeCode& other);
headers/os/media/TimeCode.h
76
bool operator==(const BTimeCode& other) const;
headers/os/media/TimeCode.h
77
bool operator<(const BTimeCode& other) const;
headers/os/media/TimeCode.h
79
BTimeCode& operator+=(const BTimeCode& other);
headers/os/media/TimeCode.h
80
BTimeCode& operator-=(const BTimeCode& other);
headers/os/media/TimeCode.h
82
BTimeCode operator+(const BTimeCode& other) const;
headers/os/media/TimeCode.h
83
BTimeCode operator-(const BTimeCode& other) const;
headers/os/media/TimeSource.h
88
BTimeSource& operator=(const BTimeSource& other);
headers/os/media/TimedEventQueue.h
164
BTimedEventQueue& operator=(const BTimedEventQueue&);
headers/os/media/TimedEventQueue.h
27
void operator=(const media_timed_event& other);
headers/os/media/TimedEventQueue.h
43
bool operator==(const media_timed_event& a, const media_timed_event& b);
headers/os/media/TimedEventQueue.h
44
bool operator!=(const media_timed_event& a, const media_timed_event& b);
headers/os/media/TimedEventQueue.h
45
bool operator<(const media_timed_event& a, const media_timed_event& b);
headers/os/media/TimedEventQueue.h
46
bool operator>(const media_timed_event& a, const media_timed_event&b);
headers/os/media/TimedEventQueue.h
87
void* operator new(size_t size);
headers/os/media/TimedEventQueue.h
88
void operator delete(void* ptr, size_t size);
headers/os/net/Certificate.h
32
bool operator==(const BCertificate& other) const;
headers/os/net/NetAddress.h
33
BNetAddress& operator=(const BNetAddress&);
headers/os/net/NetBuffer.h
29
BNetBuffer& operator=(const BNetBuffer& buffer);
headers/os/net/NetEndpoint.h
26
BNetEndpoint& operator=(const BNetEndpoint& other);
headers/os/net/NetworkAddress.h
133
BNetworkAddress& operator=(const BNetworkAddress& other);
headers/os/net/NetworkAddress.h
135
bool operator==(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
136
bool operator!=(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
137
bool operator<(const BNetworkAddress& other) const;
headers/os/net/NetworkAddress.h
139
operator const sockaddr*() const;
headers/os/net/NetworkAddress.h
140
operator const sockaddr&() const;
headers/os/net/NetworkAddress.h
141
operator const sockaddr*();
headers/os/net/NetworkAddress.h
142
operator sockaddr*();
headers/os/net/NetworkAddress.h
143
operator const sockaddr&();
headers/os/net/NetworkAddress.h
144
operator sockaddr&();
headers/os/net/NetworkDevice.h
68
bool operator==(const wireless_network& other) {
headers/os/package/CommitTransactionResult.h
149
BCommitTransactionResult& operator=(
headers/os/package/CommitTransactionResult.h
89
BTransactionIssue& operator=(const BTransactionIssue& other);
headers/os/package/PackageInfoSet.h
33
BPackageInfoSet& operator=(const BPackageInfoSet& other);
headers/os/package/PackageRoster.h
27
virtual status_t operator()(const BEntry& entry) = 0;
headers/os/package/PackageVersion.h
106
BPackageVersion::operator>=(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
54
inline bool operator==(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
55
inline bool operator!=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
56
inline bool operator<(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
57
inline bool operator>(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
58
inline bool operator<=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
59
inline bool operator>=(const BPackageVersion& other) const;
headers/os/package/PackageVersion.h
71
BPackageVersion::operator==(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
78
BPackageVersion::operator!=(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
85
BPackageVersion::operator<(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
92
BPackageVersion::operator>(const BPackageVersion& other) const
headers/os/package/PackageVersion.h
99
BPackageVersion::operator<=(const BPackageVersion& other) const
headers/os/package/solver/SolverPackage.h
32
BSolverPackage& operator=(const BSolverPackage& other);
headers/os/package/solver/SolverPackageSpecifier.h
40
BSolverPackageSpecifier& operator=(
headers/os/package/solver/SolverPackageSpecifierList.h
39
BSolverPackageSpecifierList& operator=(
headers/os/package/solver/SolverResult.h
35
BSolverResultElement& operator=(const BSolverResultElement& other);
headers/os/storage/AppFileInfo.h
118
BAppFileInfo& operator=(const BAppFileInfo&);
headers/os/storage/Directory.h
62
BDirectory &operator=(const BDirectory &dir);
headers/os/storage/Entry.h
116
bool operator<(const entry_ref& a, const entry_ref& b);
headers/os/storage/Entry.h
29
bool operator==(const entry_ref& ref) const;
headers/os/storage/Entry.h
30
bool operator!=(const entry_ref& ref) const;
headers/os/storage/Entry.h
31
entry_ref& operator=(const entry_ref& ref);
headers/os/storage/Entry.h
75
bool operator==(const BEntry& item) const;
headers/os/storage/Entry.h
76
bool operator!=(const BEntry& item) const;
headers/os/storage/Entry.h
78
BEntry& operator=(const BEntry& item);
headers/os/storage/File.h
46
BFile &operator=(const BFile &file);
headers/os/storage/MimeType.h
167
BMimeType& operator=(const BMimeType& source);
headers/os/storage/MimeType.h
90
bool operator==(const BMimeType &type) const;
headers/os/storage/MimeType.h
91
bool operator==(const char* type) const;
headers/os/storage/Node.h
23
bool operator==(const node_ref& other) const;
headers/os/storage/Node.h
24
bool operator!=(const node_ref& other) const;
headers/os/storage/Node.h
25
bool operator<(const node_ref& other) const;
headers/os/storage/Node.h
26
node_ref& operator=(const node_ref& other);
headers/os/storage/Node.h
76
BNode& operator=(const BNode& node);
headers/os/storage/Node.h
77
bool operator==(const BNode& node) const;
headers/os/storage/Node.h
78
bool operator!=(const BNode& node) const;
headers/os/storage/NodeInfo.h
60
BNodeInfo &operator=(const BNodeInfo& other);
headers/os/storage/Path.h
52
bool operator==(const BPath& item) const;
headers/os/storage/Path.h
53
bool operator==(const char* path) const;
headers/os/storage/Path.h
54
bool operator!=(const BPath& item) const;
headers/os/storage/Path.h
55
bool operator!=(const char* path) const;
headers/os/storage/Path.h
56
BPath& operator=(const BPath& item);
headers/os/storage/Path.h
57
BPath& operator=(const char* path);
headers/os/storage/Volume.h
55
bool operator==(const BVolume& volume) const;
headers/os/storage/Volume.h
56
bool operator!=(const BVolume& volume) const;
headers/os/storage/Volume.h
57
BVolume& operator=(const BVolume& volume);
headers/os/support/BlockCache.h
31
BBlockCache &operator=(const BBlockCache &);
headers/os/support/DataIO.h
111
BMemoryIO& operator=(const BMemoryIO&);
headers/os/support/DataIO.h
150
BMallocIO& operator=(const BMallocIO&);
headers/os/support/DataIO.h
29
BDataIO& operator=(const BDataIO&);
headers/os/support/DateTime.h
153
bool operator!=(const BDate& date) const;
headers/os/support/DateTime.h
154
bool operator==(const BDate& date) const;
headers/os/support/DateTime.h
156
bool operator<(const BDate& date) const;
headers/os/support/DateTime.h
157
bool operator<=(const BDate& date) const;
headers/os/support/DateTime.h
159
bool operator>(const BDate& date) const;
headers/os/support/DateTime.h
160
bool operator>=(const BDate& date) const;
headers/os/support/DateTime.h
200
bool operator!=(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
201
bool operator==(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
203
bool operator<(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
204
bool operator<=(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
206
bool operator>(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
207
bool operator>=(const BDateTime& dateTime) const;
headers/os/support/DateTime.h
69
bool operator!=(const BTime& time) const;
headers/os/support/DateTime.h
70
bool operator==(const BTime& time) const;
headers/os/support/DateTime.h
72
bool operator<(const BTime& time) const;
headers/os/support/DateTime.h
73
bool operator<=(const BTime& time) const;
headers/os/support/DateTime.h
75
bool operator>(const BTime& time) const;
headers/os/support/DateTime.h
76
bool operator>=(const BTime& time) const;
headers/os/support/List.h
18
BList& operator=(const BList& other);
headers/os/support/List.h
19
bool operator==(const BList& other) const;
headers/os/support/List.h
20
bool operator!=(const BList& other) const;
headers/os/support/Locker.h
36
BLocker& operator=(const BLocker&);
headers/os/support/ObjectList.h
130
BObjectList& operator=(const BObjectList& list);
headers/os/support/ObjectList.h
448
BObjectList<T, Owning>::operator=(const BObjectList<T, Owning>& list)
headers/os/support/ObjectList.h
450
BObjectList<T, Owning> &result = (BObjectList<T, Owning>&)_PointerList_::operator=(list);
headers/os/support/ObjectList.h
54
virtual int operator()(const T *) const
headers/os/support/ObjectList.h
650
if (predicate.operator()(ItemAt(index)) == 0)
headers/os/support/ObjectList.h
663
if (predicate.operator()(ItemAt(index)) == 0)
headers/os/support/ObjectList.h
73
return ((UnaryPredicate<T> *)context)->operator()((const T *)item);
headers/os/support/Referenceable.h
111
Type& operator*() const
headers/os/support/Referenceable.h
116
Type* operator->() const
headers/os/support/Referenceable.h
121
operator Type*() const
headers/os/support/Referenceable.h
126
BReference& operator=(const BReference<Type>& other)
headers/os/support/Referenceable.h
132
BReference& operator=(Type* other)
headers/os/support/Referenceable.h
139
BReference& operator=(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
145
bool operator==(const BReference<Type>& other) const
headers/os/support/Referenceable.h
150
bool operator==(const Type* other) const
headers/os/support/Referenceable.h
155
bool operator!=(const BReference<Type>& other) const
headers/os/support/Referenceable.h
160
bool operator!=(const Type* other) const
headers/os/support/Referenceable.h
220
const Type& operator*() const
headers/os/support/Referenceable.h
225
const Type* operator->() const
headers/os/support/Referenceable.h
230
operator const Type*() const
headers/os/support/Referenceable.h
235
BReference& operator=(const BReference<const Type>& other)
headers/os/support/Referenceable.h
241
BReference& operator=(Type* other)
headers/os/support/Referenceable.h
248
BReference& operator=(const BReference<OtherType>& other)
headers/os/support/Referenceable.h
254
bool operator==(const BReference<const Type>& other) const
headers/os/support/Referenceable.h
259
bool operator==(const Type* other) const
headers/os/support/Referenceable.h
264
bool operator!=(const BReference<const Type>& other) const
headers/os/support/Referenceable.h
269
bool operator!=(const Type* other) const
headers/os/support/StackOrHeapArray.h
33
operator Type*()
headers/os/support/String.h
170
bool operator<(const BString& string) const;
headers/os/support/String.h
171
bool operator<=(const BString& string) const;
headers/os/support/String.h
172
bool operator==(const BString& string) const;
headers/os/support/String.h
173
bool operator>=(const BString& string) const;
headers/os/support/String.h
174
bool operator>(const BString& string) const;
headers/os/support/String.h
175
bool operator!=(const BString& string) const;
headers/os/support/String.h
177
bool operator<(const char* string) const;
headers/os/support/String.h
178
bool operator<=(const char* string) const;
headers/os/support/String.h
179
bool operator==(const char* string) const;
headers/os/support/String.h
180
bool operator>=(const char* string) const;
headers/os/support/String.h
181
bool operator>(const char* string) const;
headers/os/support/String.h
182
bool operator!=(const char* string) const;
headers/os/support/String.h
184
operator const char*() const;
headers/os/support/String.h
311
char operator[](int32 index) const;
headers/os/support/String.h
314
char& operator[](int32 index);
headers/os/support/String.h
349
BString& operator<<(const char* string);
headers/os/support/String.h
350
BString& operator<<(const BString& string);
headers/os/support/String.h
351
BString& operator<<(char c);
headers/os/support/String.h
352
BString& operator<<(bool value);
headers/os/support/String.h
353
BString& operator<<(int value);
headers/os/support/String.h
354
BString& operator<<(unsigned int value);
headers/os/support/String.h
355
BString& operator<<(unsigned long value);
headers/os/support/String.h
356
BString& operator<<(long value);
headers/os/support/String.h
357
BString& operator<<(unsigned long long value);
headers/os/support/String.h
358
BString& operator<<(long long value);
headers/os/support/String.h
360
BString& operator<<(float value);
headers/os/support/String.h
361
BString& operator<<(double value);
headers/os/support/String.h
42
BString& operator=(const BString& string);
headers/os/support/String.h
43
BString& operator=(const char* string);
headers/os/support/String.h
433
bool operator<(const char* a, const BString& b);
headers/os/support/String.h
434
bool operator<=(const char* a, const BString& b);
headers/os/support/String.h
435
bool operator==(const char* a, const BString& b);
headers/os/support/String.h
436
bool operator>(const char* a, const BString& b);
headers/os/support/String.h
437
bool operator>=(const char* a, const BString& b);
headers/os/support/String.h
438
bool operator!=(const char* a, const BString& b);
headers/os/support/String.h
44
BString& operator=(char c);
headers/os/support/String.h
46
BString& operator=(BString&& string) noexcept;
headers/os/support/String.h
483
return operator=(string);
headers/os/support/String.h
488
BString::operator[](int32 index) const
headers/os/support/String.h
504
BString::operator+=(const BString& string)
headers/os/support/String.h
522
return operator+=(string);
headers/os/support/String.h
527
BString::operator==(const BString& string) const
headers/os/support/String.h
534
BString::operator<(const BString& string) const
headers/os/support/String.h
541
BString::operator<=(const BString& string) const
headers/os/support/String.h
548
BString::operator>=(const BString& string) const
headers/os/support/String.h
555
BString::operator>(const BString& string) const
headers/os/support/String.h
562
BString::operator!=(const BString& string) const
headers/os/support/String.h
569
BString::operator!=(const char* string) const
headers/os/support/String.h
571
return !operator==(string);
headers/os/support/String.h
576
BString::operator const char*() const
headers/os/support/String.h
583
operator<(const char* str, const BString& string)
headers/os/support/String.h
590
operator<=(const char* str, const BString& string)
headers/os/support/String.h
597
operator==(const char* str, const BString& string)
headers/os/support/String.h
604
operator>(const char* str, const BString& string)
headers/os/support/String.h
611
operator>=(const char* str, const BString& string)
headers/os/support/String.h
618
operator!=(const char* str, const BString& string)
headers/os/support/String.h
91
BString& operator+=(const BString& string);
headers/os/support/String.h
92
BString& operator+=(const char* string);
headers/os/support/String.h
93
BString& operator+=(char c);
headers/os/support/StringList.h
64
BStringList& operator=(const BStringList& other);
headers/os/support/StringList.h
65
bool operator==(const BStringList& other) const;
headers/os/support/StringList.h
66
bool operator!=(const BStringList& other) const;
headers/os/support/StringList.h
97
BStringList::operator!=(const BStringList& other) const
headers/os/support/Url.h
86
bool operator==(BUrl& other) const;
headers/os/support/Url.h
87
bool operator!=(BUrl& other) const;
headers/os/support/Url.h
90
const BUrl& operator=(const BUrl& other);
headers/os/support/Url.h
91
const BUrl& operator=(const BString& string);
headers/os/support/Url.h
92
const BUrl& operator=(const char* string);
headers/os/support/Url.h
95
operator const char*() const;
headers/os/translation/TranslationUtils.h
30
BTranslationUtils& operator=(const BTranslationUtils& other);
headers/os/translation/TranslatorRoster.h
115
BTranslatorRoster& operator=(const BTranslatorRoster& other);
headers/private/app/LooperList.h
50
LooperData& operator=(const LooperData& rhs);
headers/private/app/LooperList.h
57
bool operator()(LooperData& Data);
headers/private/app/LooperList.h
62
bool operator()(LooperData& Data);
headers/private/app/LooperList.h
67
bool operator()(LooperData& Data);
headers/private/app/LooperList.h
72
bool operator()(LooperData& Data);
headers/private/app/MessageUtils.h
63
inline void operator()(T &data)
headers/private/app/MessageUtils.h
78
inline void operator()(T data, size_t len)
headers/private/bluetooth/CommandManager.h
45
operator->() const
headers/private/debugger/ids/FunctionID.h
51
virtual bool operator==(const ObjectID& other) const;
headers/private/debugger/ids/FunctionID.h
66
virtual bool operator==(const ObjectID& other) const;
headers/private/debugger/ids/ObjectID.h
19
virtual bool operator==(const ObjectID& other) const = 0;
headers/private/debugger/ids/ObjectID.h
20
inline bool operator!=(const ObjectID& other) const;
headers/private/debugger/ids/ObjectID.h
40
ObjectID::operator!=(const ObjectID& other) const
headers/private/debugger/model/ExpressionValues.h
57
ExpressionValues& operator=(const ExpressionValues& other);
headers/private/debugger/model/StackFrameValueInfos.h
53
StackFrameValueInfos& operator=(const StackFrameValueInfos& other);
headers/private/debugger/model/StackFrameValues.h
49
StackFrameValues& operator=(const StackFrameValues& other);
headers/private/debugger/model/TypeComponentPath.h
104
bool operator==(const TypeComponent& other) const;
headers/private/debugger/model/TypeComponentPath.h
106
bool operator!=(const TypeComponent& other) const
headers/private/debugger/model/TypeComponentPath.h
134
TypeComponentPath& operator=(const TypeComponentPath& other);
headers/private/debugger/model/TypeComponentPath.h
136
bool operator==(const TypeComponentPath& other) const;
headers/private/debugger/model/TypeComponentPath.h
137
bool operator!=(const TypeComponentPath& other) const
headers/private/debugger/model/TypeComponentPath.h
94
TypeComponent& operator=(const TypeComponent& other)
headers/private/debugger/model/UserBreakpoint.h
43
UserBreakpointLocation& operator=(
headers/private/debugger/settings/TeamSettings.h
46
TeamSettings& operator=(const TeamSettings& other);
headers/private/debugger/types/ArrayIndexPath.h
33
ArrayIndexPath& operator=(const ArrayIndexPath& other);
headers/private/debugger/types/SourceLocation.h
20
bool operator==(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
25
bool operator!=(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
30
bool operator<(const SourceLocation& other) const
headers/private/debugger/types/SourceLocation.h
36
bool operator<=(const SourceLocation& other) const
headers/private/debugger/types/TargetAddressRange.h
29
bool operator==(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
34
bool operator!=(const TargetAddressRange& other) const
headers/private/debugger/types/TargetAddressRange.h
69
TargetAddressRange& operator|=(const TargetAddressRange& other)
headers/private/debugger/types/TargetAddressRangeList.h
36
TargetAddressRangeList& operator=(
headers/private/debugger/types/ValueLocation.h
171
ValueLocation& operator=(const ValueLocation& other);
headers/private/debugger/types/ValueLocation.h
65
ValuePieceLocation& operator=(const ValuePieceLocation& other)
headers/private/debugger/util/Worker.h
49
virtual bool operator==(const JobKey& other) const = 0;
headers/private/debugger/util/Worker.h
63
virtual bool operator==(const JobKey& other) const;
headers/private/debugger/util/Worker.h
65
SimpleJobKey& operator=(const SimpleJobKey& other);
headers/private/debugger/value/Value.h
21
virtual bool operator==(const Value& other) const = 0;
headers/private/debugger/value/Value.h
22
inline bool operator!=(const Value& other) const
headers/private/debugger/value/values/BoolValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/FloatValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/IntegerValue.h
29
virtual bool operator==(const Value& other) const;
headers/private/debugger/value/values/StringValue.h
23
virtual bool operator==(const Value& other) const;
headers/private/file_systems/QueryParser.h
270
Equation& operator=(const Equation& other);
headers/private/file_systems/QueryParser.h
327
Operator& operator=(const Operator& other);
headers/private/file_systems/QueryParser.h
357
Expression& operator=(const Expression& other);
headers/private/fs_shell/DoublyLinkedList.h
159
Iterator &operator=(const Iterator &other)
headers/private/fs_shell/DoublyLinkedList.h
206
ConstIterator &operator=(const ConstIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
260
ReverseIterator &operator=(const ReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
307
ConstReverseIterator &operator=(const ConstReverseIterator &other)
headers/private/fs_shell/DoublyLinkedList.h
55
inline Link *operator()(Element *element) const
headers/private/fs_shell/DoublyLinkedList.h
60
inline const Link *operator()(const Element *element) const
headers/private/fs_shell/DoublyLinkedList.h
74
inline Link *operator()(Element *element) const
headers/private/fs_shell/DoublyLinkedList.h
79
inline const Link *operator()(const Element *element) const
headers/private/fs_shell/DoublyLinkedList.h
92
inline Link *operator()(Element *element) const
headers/private/fs_shell/DoublyLinkedList.h
97
inline const Link *operator()(const Element *element) const
headers/private/fs_shell/KPath.h
41
KPath& operator=(const KPath& other);
headers/private/fs_shell/KPath.h
42
KPath& operator=(const char* path);
headers/private/fs_shell/KPath.h
44
bool operator==(const KPath& other) const;
headers/private/fs_shell/KPath.h
45
bool operator==(const char* path) const;
headers/private/fs_shell/KPath.h
46
bool operator!=(const KPath& other) const;
headers/private/fs_shell/KPath.h
47
bool operator!=(const char* path) const;
headers/private/fs_shell/SinglyLinkedList.h
127
ConstIterator& operator=(const ConstIterator& other)
headers/private/fs_shell/SinglyLinkedList.h
55
inline Link* operator()(Element* element) const
headers/private/fs_shell/SinglyLinkedList.h
60
inline const Link* operator()(const Element* element) const
headers/private/fs_shell/SinglyLinkedList.h
74
inline Link* operator()(Element* element) const
headers/private/fs_shell/SinglyLinkedList.h
79
inline const Link* operator()(const Element* element) const
headers/private/fs_shell/fssh_auto_deleter.h
117
inline void operator()(void *memory)
headers/private/fs_shell/fssh_auto_deleter.h
136
inline void operator()(Type *object)
headers/private/fs_shell/fssh_auto_deleter.h
166
inline void operator()(Type *object)
headers/private/fs_shell/fssh_auto_deleter.h
173
inline void operator=(Destructor destructor)
headers/private/fs_shell/fssh_auto_deleter.h
80
inline void operator()(C *object)
headers/private/fs_shell/fssh_auto_deleter.h
99
inline void operator()(C *array)
headers/private/fs_shell/fssh_auto_locker.h
138
inline AutoLocker<Lockable, Locking> &operator=(Lockable *lockable)
headers/private/fs_shell/fssh_auto_locker.h
144
inline AutoLocker<Lockable, Locking> &operator=(Lockable &lockable)
headers/private/fs_shell/fssh_auto_locker.h
152
inline operator bool() const { return fLocked; }
headers/private/graphics/intel_extreme/intel_extreme.h
183
DeviceType& operator=(int t)
headers/private/interface/AbstractSpinner.h
152
BAbstractSpinner& operator=(const BAbstractSpinner& other);
headers/private/interface/BMCPrivate.h
30
_BMCFilter_& operator=(const _BMCFilter_&);
headers/private/interface/BMCPrivate.h
64
_BMCMenuBar_&operator=(const _BMCMenuBar_&);
headers/private/interface/ToolTip.h
46
BToolTip& operator=(const BToolTip &other);
headers/private/kernel/Notifications.h
41
virtual bool operator==(
headers/private/kernel/Notifications.h
44
bool operator!=(
headers/private/kernel/Notifications.h
82
bool operator==(
headers/private/kernel/Notifications.h
92
UserMessagingListener::operator==(const NotificationListener& _other) const
headers/private/kernel/boot/PathBlocklist.h
29
bool operator==(const char* path) const
headers/private/kernel/boot/net/NetDefs.h
59
uint8 operator[](int index)
headers/private/kernel/boot/net/NetDefs.h
64
mac_addr_t& operator=(const mac_addr_t& other)
headers/private/kernel/boot/net/NetDefs.h
70
bool operator==(const mac_addr_t& other) const
headers/private/kernel/boot/net/NetDefs.h
75
bool operator!=(const mac_addr_t& other) const
headers/private/kernel/debug_heap.h
37
operator new(size_t size, const kdebug_alloc_t&) throw()
headers/private/kernel/fs/KPath.h
61
KPath& operator=(const KPath& other);
headers/private/kernel/fs/KPath.h
62
KPath& operator=(const char* path);
headers/private/kernel/fs/KPath.h
64
bool operator==(const KPath& other) const;
headers/private/kernel/fs/KPath.h
65
bool operator==(const char* path) const;
headers/private/kernel/fs/KPath.h
66
bool operator!=(const KPath& other) const;
headers/private/kernel/fs/KPath.h
67
bool operator!=(const char* path) const;
headers/private/kernel/heap.h
80
operator new(size_t size, const malloc_flags& flags) throw()
headers/private/kernel/heap.h
87
operator new[](size_t size, const malloc_flags& flags) throw()
headers/private/kernel/slab/Slab.h
77
operator new(size_t size, ObjectCache* objectCache, uint32 flags) throw()
headers/private/kernel/syscall_restart.h
156
SyscallRestartWrapper<Type>& operator=(const Type& other)
headers/private/kernel/syscall_restart.h
162
operator Type() const { return fResult; }
headers/private/kernel/thread_types.h
128
job_control_entry& operator=(const job_control_entry& other);
headers/private/kernel/thread_types.h
356
void* operator new(size_t size);
headers/private/kernel/thread_types.h
357
void* operator new(size_t, void* pointer);
headers/private/kernel/thread_types.h
358
void operator delete(void* pointer, size_t size);
headers/private/kernel/tracing.h
86
void* operator new(size_t size, const std::nothrow_t&) throw();
headers/private/kernel/util/AVLTree.h
171
inline ConstIterator& operator=(const ConstIterator& other)
headers/private/kernel/util/AVLTreeBase.h
168
inline AVLTreeIterator& operator=(const AVLTreeIterator& other)
headers/private/kernel/util/AVLTreeMap.h
227
inline ConstIterator& operator=(const ConstIterator& other)
headers/private/kernel/util/AVLTreeMap.h
562
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/AVLTreeMap.h
579
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/FixedWidthPointer.h
103
FixedWidthPointer& operator=(void* p)
headers/private/kernel/util/FixedWidthPointer.h
126
operator==(const FixedWidthPointer<Type>& a, const Type* b)
headers/private/kernel/util/FixedWidthPointer.h
134
operator!=(const FixedWidthPointer<Type>& a, const Type* b)
headers/private/kernel/util/FixedWidthPointer.h
142
operator==(const FixedWidthPointer<Type>& a, Type* b)
headers/private/kernel/util/FixedWidthPointer.h
150
operator!=(const FixedWidthPointer<Type>& a, Type* b)
headers/private/kernel/util/FixedWidthPointer.h
28
operator Type*() const
headers/private/kernel/util/FixedWidthPointer.h
33
Type& operator*() const
headers/private/kernel/util/FixedWidthPointer.h
38
Type* operator->() const
headers/private/kernel/util/FixedWidthPointer.h
43
Type& operator[](size_t i) const
headers/private/kernel/util/FixedWidthPointer.h
48
FixedWidthPointer& operator=(const FixedWidthPointer& p)
headers/private/kernel/util/FixedWidthPointer.h
54
FixedWidthPointer& operator=(Type* p)
headers/private/kernel/util/FixedWidthPointer.h
92
operator void*() const
headers/private/kernel/util/FixedWidthPointer.h
97
FixedWidthPointer& operator=(const FixedWidthPointer& p)
headers/private/kernel/util/Heap.h
147
HeapLesserCompare<Key>::operator()(Key a, Key b)
headers/private/kernel/util/Heap.h
155
HeapGreaterCompare<Key>::operator()(Key a, Key b)
headers/private/kernel/util/Heap.h
43
inline Link* operator()(Element* element) const;
headers/private/kernel/util/Heap.h
53
inline Link* operator()(Element* element) const;
headers/private/kernel/util/Heap.h
59
inline bool operator()(Key a, Key b);
headers/private/kernel/util/Heap.h
65
inline bool operator()(Key a, Key b);
headers/private/kernel/util/KernelUtilsOrder.h
18
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/KernelUtilsOrder.h
36
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/MinMaxHeap.h
153
MinMaxHeapCompare<Key>::operator()(Key a, Key b)
headers/private/kernel/util/MinMaxHeap.h
44
inline Link* operator()(Element* element) const;
headers/private/kernel/util/MinMaxHeap.h
54
inline Link* operator()(Element* element) const;
headers/private/kernel/util/MinMaxHeap.h
60
inline bool operator()(Key a, Key b);
headers/private/kernel/util/Vector.h
114
inline Iterator &operator++()
headers/private/kernel/util/Vector.h
121
inline Iterator operator++(int)
headers/private/kernel/util/Vector.h
128
inline Iterator &operator--()
headers/private/kernel/util/Vector.h
135
inline Iterator operator--(int)
headers/private/kernel/util/Vector.h
142
inline Iterator &operator=(const Iterator &other)
headers/private/kernel/util/Vector.h
149
inline bool operator==(const Iterator &other) const
headers/private/kernel/util/Vector.h
154
inline bool operator!=(const Iterator &other) const
headers/private/kernel/util/Vector.h
159
inline Value &operator*() const
headers/private/kernel/util/Vector.h
164
inline Value *operator->() const
headers/private/kernel/util/Vector.h
169
inline operator bool() const
headers/private/kernel/util/Vector.h
688
_VECTOR_CLASS_NAME::operator[](int32 index)
headers/private/kernel/util/Vector.h
699
_VECTOR_CLASS_NAME::operator[](int32 index) const
headers/private/kernel/util/Vector.h
77
inline Value &operator[](int32 index);
headers/private/kernel/util/Vector.h
78
inline const Value &operator[](int32 index) const;
headers/private/kernel/util/VectorMap.h
139
inline const Class *operator->() const
headers/private/kernel/util/VectorMap.h
175
inline Iterator &operator++()
headers/private/kernel/util/VectorMap.h
181
inline Iterator operator++(int)
headers/private/kernel/util/VectorMap.h
188
inline Iterator &operator--()
headers/private/kernel/util/VectorMap.h
194
inline Iterator operator--(int)
headers/private/kernel/util/VectorMap.h
201
inline Iterator &operator=(const Iterator &other)
headers/private/kernel/util/VectorMap.h
208
inline bool operator==(const Iterator &other) const
headers/private/kernel/util/VectorMap.h
213
inline bool operator!=(const Iterator &other) const
headers/private/kernel/util/VectorMap.h
218
inline Entry operator*() const
headers/private/kernel/util/VectorMap.h
223
inline Entry operator->() const
headers/private/kernel/util/VectorMap.h
228
inline operator bool() const
headers/private/kernel/util/VectorSet.h
463
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/VectorSet.h
481
inline int operator()(const Value &a, const Value &b) const
headers/private/kernel/util/kernel_cpp.h
31
extern void* operator new(size_t size) _THROW(std::bad_alloc);
headers/private/kernel/util/kernel_cpp.h
32
extern void* operator new[](size_t size) _THROW(std::bad_alloc);
headers/private/kernel/util/kernel_cpp.h
33
extern void* operator new(size_t size, const std::nothrow_t &) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
34
extern void* operator new[](size_t size, const std::nothrow_t &) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
35
extern void* operator new(size_t size, const mynothrow_t &) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
36
extern void* operator new[](size_t size, const mynothrow_t &) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
37
extern void operator delete(void *ptr) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
38
extern void operator delete[](void *ptr) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
39
extern void operator delete(void *ptr, const std::nothrow_t &) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
42
extern void operator delete(void* ptr, std::size_t) _NOEXCEPT;
headers/private/kernel/util/kernel_cpp.h
43
extern void operator delete[](void* ptr, std::size_t) _NOEXCEPT;
headers/private/kernel/vm/vm_types.h
74
inline vm_page_mapping_link *operator()(vm_page_mapping *element) const
headers/private/kernel/vm/vm_types.h
79
inline const vm_page_mapping_link *operator()(
headers/private/kernel/vm/vm_types.h
88
inline vm_page_mapping_link *operator()(vm_page_mapping *element) const
headers/private/kernel/vm/vm_types.h
93
inline const vm_page_mapping_link *operator()(
headers/private/locale/EditableCatalog.h
54
const EditableCatalog& operator=(const EditableCatalog& other);
headers/private/locale/HashMapCatalog.h
54
bool operator== (const CatKey& right) const;
headers/private/locale/HashMapCatalog.h
55
bool operator!= (const CatKey& right) const;
headers/private/locale/ICUWrapper.h
35
BStringByteSink& operator=(const BStringByteSink&);
headers/private/mail/NodeMessage.h
30
_IMPEXP_MAIL BNode& operator<<(BNode& n, const BMessage& m);
headers/private/mail/NodeMessage.h
31
_IMPEXP_MAIL BNode& operator>>(BNode& n, BMessage& m);
headers/private/mail/NodeMessage.h
32
inline const BMessage& operator>>(const BMessage& m, BNode& n){n<<m;return m;}
headers/private/mail/NodeMessage.h
33
inline BMessage& operator<<( BMessage& m, BNode& n){n>>m;return m;}
headers/private/media/PluginManager.h
77
plugin_info& operator=(const plugin_info& other)
headers/private/media/ServerInterface.h
237
operator entry_ref() const
headers/private/media/ServerInterface.h
243
xfer_entry_ref& operator=(const entry_ref& ref)
headers/private/media/TList.h
29
List<value> &operator=(const List<value> &other)
headers/private/media/TMap.h
30
Map<key, value> &operator=(const Map<key, value> &other)
headers/private/media/experimental/AdapterIO.h
89
BAdapterIO& operator=(const BAdapterIO&);
headers/private/media/experimental/MediaIO.h
33
BMediaIO& operator=(const BMediaIO&);
headers/private/net/AddressUtilities.h
131
const sockaddr* operator*() const { return fAddress; }
headers/private/net/AddressUtilities.h
132
sockaddr* operator*() { return fAddress; }
headers/private/net/AddressUtilities.h
234
const sockaddr* operator*() const { return fAddress; }
headers/private/net/NetBufferUtilities.h
167
inline void operator()(net_buffer* buffer)
headers/private/net/NetBufferUtilities.h
49
Type* operator->() const
headers/private/net/NetBufferUtilities.h
54
Type& operator*() const
headers/private/net/NetUtilities.h
36
inline Checksum& operator<<(uint8 value)
headers/private/net/NetUtilities.h
46
inline Checksum& operator<<(uint16 value)
headers/private/net/NetUtilities.h
52
inline Checksum& operator<<(uint32 value)
headers/private/net/NetUtilities.h
58
inline Checksum& operator<<(const BufferHelper& bufferHelper)
headers/private/net/NetUtilities.h
66
inline operator uint16()
headers/private/net/SocketMessenger.h
52
BSocketMessenger& operator=(const BSocketMessenger&);
headers/private/netservices/HttpAuthentication.h
55
BHttpAuthentication& operator=(
headers/private/netservices/HttpForm.h
153
BHttpFormData& operator[](const BString& name);
headers/private/netservices/HttpForm.h
180
Iterator& operator=(const Iterator& other);
headers/private/netservices/HttpForm.h
77
BHttpFormData& operator=(const BHttpFormData& other);
headers/private/netservices/HttpHeaders.h
41
BHttpHeader& operator=(const BHttpHeader& other);
headers/private/netservices/HttpHeaders.h
83
BHttpHeaders& operator=(const BHttpHeaders& other);
headers/private/netservices/HttpHeaders.h
84
BHttpHeader& operator[](int32 index) const;
headers/private/netservices/HttpHeaders.h
85
const char* operator[](const char* name) const;
headers/private/netservices/HttpResult.h
48
BHttpResult& operator=(const BHttpResult& other);
headers/private/netservices/NetworkCookie.h
82
bool operator==(const BNetworkCookie& other);
headers/private/netservices/NetworkCookie.h
83
bool operator!=(const BNetworkCookie& other);
headers/private/netservices/NetworkCookieJar.h
102
Iterator& operator=(const Iterator& other);
headers/private/netservices/NetworkCookieJar.h
138
UrlIterator& operator=(const UrlIterator& other);
headers/private/netservices/NetworkCookieJar.h
78
BNetworkCookieJar& operator=(const BNetworkCookieJar& other);
headers/private/netservices2/ErrorsExt.h
31
BError& operator=(const BError& error);
headers/private/netservices2/ErrorsExt.h
32
BError& operator=(BError&& error) noexcept;
headers/private/netservices2/ErrorsExt.h
61
BRuntimeError& operator=(const BRuntimeError& other);
headers/private/netservices2/ErrorsExt.h
62
BRuntimeError& operator=(BRuntimeError&& other) noexcept;
headers/private/netservices2/ErrorsExt.h
78
BSystemError& operator=(const BSystemError& other);
headers/private/netservices2/ErrorsExt.h
81
BSystemError& operator=(BSystemError&& other) noexcept;
headers/private/netservices2/ExclusiveBorrow.h
137
BExclusiveBorrow& operator=(const BExclusiveBorrow&) = delete;
headers/private/netservices2/ExclusiveBorrow.h
151
BExclusiveBorrow& operator=(BExclusiveBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
166
T& operator*() const
headers/private/netservices2/ExclusiveBorrow.h
174
T* operator->() const
headers/private/netservices2/ExclusiveBorrow.h
220
BBorrow& operator=(const BBorrow&) = delete;
headers/private/netservices2/ExclusiveBorrow.h
233
BBorrow& operator=(BBorrow&& other) noexcept
headers/private/netservices2/ExclusiveBorrow.h
256
T& operator*() const
headers/private/netservices2/ExclusiveBorrow.h
264
T* operator->() const
headers/private/netservices2/HttpFields.h
104
FieldName& operator=(const FieldName& other) noexcept;
headers/private/netservices2/HttpFields.h
105
FieldName& operator=(FieldName&&) noexcept;
headers/private/netservices2/HttpFields.h
122
Field& operator=(const Field& other);
headers/private/netservices2/HttpFields.h
123
Field& operator=(Field&& other) noexcept;
headers/private/netservices2/HttpFields.h
45
BHttpFields& operator=(const BHttpFields&);
headers/private/netservices2/HttpFields.h
46
BHttpFields& operator=(BHttpFields&&) noexcept;
headers/private/netservices2/HttpFields.h
49
const Field& operator[](size_t index) const;
headers/private/netservices2/HttpFields.h
90
bool operator==(const BString& other) const noexcept;
headers/private/netservices2/HttpFields.h
91
bool operator==(const std::string_view& other) const noexcept;
headers/private/netservices2/HttpFields.h
92
bool operator==(const FieldName& other) const noexcept;
headers/private/netservices2/HttpFields.h
95
operator std::string_view() const;
headers/private/netservices2/HttpRequest.h
49
BHttpMethod& operator=(const BHttpMethod& other);
headers/private/netservices2/HttpRequest.h
50
BHttpMethod& operator=(BHttpMethod&& other) noexcept;
headers/private/netservices2/HttpRequest.h
53
bool operator==(const Verb& other) const noexcept;
headers/private/netservices2/HttpRequest.h
54
bool operator!=(const Verb& other) const noexcept;
headers/private/netservices2/HttpRequest.h
96
BHttpRequest& operator=(const BHttpRequest& other) = delete;
headers/private/netservices2/HttpRequest.h
97
BHttpRequest& operator=(BHttpRequest&&) noexcept;
headers/private/netservices2/HttpResult.h
114
BHttpResult& operator=(const BHttpResult& other) = delete;
headers/private/netservices2/HttpResult.h
115
BHttpResult& operator=(BHttpResult&& other) noexcept;
headers/private/netservices2/HttpSession.h
35
BHttpSession& operator=(const BHttpSession&) noexcept;
headers/private/netservices2/HttpSession.h
36
BHttpSession& operator=(BHttpSession&&) noexcept = delete;
headers/private/package/hpkg/PackageFileHeapAccessorBase.h
165
uint64 operator[](size_t index) const;
headers/private/package/hpkg/PackageFileHeapAccessorBase.h
184
PackageFileHeapAccessorBase::OffsetArray::operator[](size_t index) const
headers/private/package/hpkg/ReaderImplBase.h
247
void* operator new(size_t size, AttributeHandlerContext* context);
headers/private/package/hpkg/ReaderImplBase.h
248
void operator delete(void* pointer);
headers/private/package/hpkg/Strings.h
82
bool operator()(const CachedString* a, const CachedString* b)
headers/private/print/Printer.h
59
BPrinter& operator=(const BPrinter& printer);
headers/private/print/Printer.h
60
bool operator==(const BPrinter& printer) const;
headers/private/print/Printer.h
61
bool operator!=(const BPrinter& printer) const;
headers/private/print/PrinterRoster.h
43
BPrinterRoster& operator=(const BPrinterRoster& printerRoster);
headers/private/shared/Array.h
215
Array<Element>::operator[](int32 index)
headers/private/shared/Array.h
223
Array<Element>::operator[](int32 index) const
headers/private/shared/Array.h
231
Array<Element>::operator=(const Array<Element>& other)
headers/private/shared/Array.h
47
inline Element& operator[](int32 index);
headers/private/shared/Array.h
48
inline const Element& operator[](int32 index) const;
headers/private/shared/Array.h
50
Array<Element>& operator=(const Array<Element>& other);
headers/private/shared/AutoDeleter.h
104
AutoDeleter& operator=(const AutoDeleter&);
headers/private/shared/AutoDeleter.h
113
inline void operator()(C *object)
headers/private/shared/AutoDeleter.h
132
inline void operator()(C *array)
headers/private/shared/AutoDeleter.h
144
inline C& operator[](size_t index) const
headers/private/shared/AutoDeleter.h
155
inline void operator()(void *memory)
headers/private/shared/AutoDeleter.h
174
inline void operator()(Type *object)
headers/private/shared/AutoDeleter.h
205
inline void operator()(Type *object)
headers/private/shared/AutoDeleter.h
236
inline void operator()(Type *object)
headers/private/shared/AutoDeleter.h
260
inline bool operator()(status_t handle)
headers/private/shared/AutoDeleter.h
329
HandleDeleter& operator=(const HandleDeleter&);
headers/private/shared/AutoDeleter.h
94
inline C *operator->() const
headers/private/shared/AutoLocker.h
171
inline AutoLocker<Lockable, Locking>& operator=(Lockable* lockable)
headers/private/shared/AutoLocker.h
177
inline AutoLocker<Lockable, Locking>& operator=(Lockable& lockable)
headers/private/shared/AutoLocker.h
185
inline operator bool() const { return fLocked; }
headers/private/shared/BytePointer.h
19
T* operator&() { return reinterpret_cast<T*>(address); }
headers/private/shared/BytePointer.h
20
T* operator->() { return reinterpret_cast<T*>(address); }
headers/private/shared/BytePointer.h
21
void operator+=(size_t offset) { address += offset; }
headers/private/shared/BytePointer.h
22
char* operator+(size_t offset) const { return address + offset; }
headers/private/shared/CalendarView.h
122
Selection& operator=(const Selection& s)
headers/private/shared/CalendarView.h
129
bool operator==(const Selection& s) const
headers/private/shared/CalendarView.h
135
bool operator!=(const Selection& s) const
headers/private/shared/CalendarView.h
207
BCalendarView& operator=(const BCalendarView& view);
headers/private/shared/CommandPipe.h
82
BCommandPipe& operator<<(const char* arg);
headers/private/shared/CommandPipe.h
83
BCommandPipe& operator<<(const BString& arg);
headers/private/shared/CommandPipe.h
84
BCommandPipe& operator<<(const BCommandPipe& arg);
headers/private/shared/FunctionObject.h
102
ParameterBinder &operator=(const entry_ref* newp)
headers/private/shared/FunctionObject.h
120
ParameterBinder &operator=(const node_ref* newp)
headers/private/shared/FunctionObject.h
143
ParameterBinder &operator=(const BMessage* newp)
headers/private/shared/FunctionObject.h
160
virtual void operator()() = 0;
headers/private/shared/FunctionObject.h
185
virtual void operator()() { (function)(p1.Pass()); }
headers/private/shared/FunctionObject.h
203
virtual void operator()()
headers/private/shared/FunctionObject.h
223
virtual void operator()() { (function)(p1.Pass(), p2.Pass()); }
headers/private/shared/FunctionObject.h
244
virtual void operator()() { (function)(p1.Pass(), p2.Pass(), p3.Pass()); }
headers/private/shared/FunctionObject.h
268
virtual void operator()()
headers/private/shared/FunctionObject.h
293
virtual void operator()()
headers/private/shared/FunctionObject.h
321
virtual void operator()()
headers/private/shared/FunctionObject.h
343
virtual void operator()()
headers/private/shared/FunctionObject.h
361
virtual void operator()()
headers/private/shared/FunctionObject.h
386
virtual void operator()()
headers/private/shared/FunctionObject.h
407
virtual void operator()()
headers/private/shared/FunctionObject.h
429
virtual void operator()()
headers/private/shared/FunctionObject.h
453
virtual void operator()()
headers/private/shared/FunctionObject.h
477
virtual void operator()()
headers/private/shared/FunctionObject.h
82
ParameterBinder &operator=(const BEntry* newp)
headers/private/shared/HashMap.h
103
Iterator& operator=(const Iterator& other)
headers/private/shared/HashMap.h
254
HashKey32<Value> operator=(const HashKey32<Value>& other)
headers/private/shared/HashMap.h
260
bool operator==(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
265
bool operator!=(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
286
HashKey64<Value> operator=(const HashKey64<Value>& other)
headers/private/shared/HashMap.h
292
bool operator==(const HashKey64<Value>& other) const
headers/private/shared/HashMap.h
297
bool operator!=(const HashKey64<Value>& other) const
headers/private/shared/HashMap.h
324
HashKeyPointer<Value> operator=(const HashKeyPointer<Value>& other)
headers/private/shared/HashMap.h
330
bool operator==(const HashKeyPointer<Value>& other) const
headers/private/shared/HashMap.h
335
bool operator!=(const HashKeyPointer<Value>& other) const
headers/private/shared/HashSet.h
91
Iterator& operator=(const Iterator& other)
headers/private/shared/HashString.h
47
HashString &operator=(const HashString &string);
headers/private/shared/HashString.h
48
bool operator==(const HashString &string) const;
headers/private/shared/HashString.h
49
bool operator!=(const HashString &string) const { return !(*this == string); }
headers/private/shared/Keymap.h
48
bool operator==(const BKeymap& other) const;
headers/private/shared/Keymap.h
49
bool operator!=(const BKeymap& other) const;
headers/private/shared/Keymap.h
51
BKeymap& operator=(const BKeymap& other);
headers/private/shared/RangeArray.h
290
RangeArray<Value>::operator=(const RangeArray<Value>& other)
headers/private/shared/RangeArray.h
72
inline const RangeType& operator[](int32 index) const
headers/private/shared/RangeArray.h
75
inline RangeArray<Value>& operator=(const RangeArray<Value>& other);
headers/private/shared/RegExp.h
40
RegExp& operator=(const RegExp& other);
headers/private/shared/RegExp.h
66
MatchResult& operator=(const MatchResult& other);
headers/private/shared/ScopeExit.h
36
ScopeExit& operator=(const ScopeExit&);
headers/private/shared/Thread.h
110
virtual void operator()()
headers/private/shared/Thread.h
131
virtual void operator()()
headers/private/shared/Thread.h
154
virtual void operator()()
headers/private/shared/Thread.h
180
virtual void operator()()
headers/private/shared/Thread.h
208
virtual void operator()()
headers/private/shared/Variant.h
284
BVariant::operator=(const BVariant& other)
headers/private/shared/Variant.h
293
BVariant::operator!=(const BVariant& other) const
headers/private/shared/Variant.h
76
inline BVariant& operator=(const BVariant& other);
headers/private/shared/Variant.h
78
bool operator==(const BVariant& other) const;
headers/private/shared/Variant.h
79
inline bool operator!=(const BVariant& other) const;
headers/private/shared/WeakReferenceable.h
180
BWeakReference& operator=(const BWeakReference<Type>& other)
headers/private/shared/WeakReferenceable.h
189
BWeakReference& operator=(Type* other)
headers/private/shared/WeakReferenceable.h
195
BWeakReference& operator=(const BReference<Type>& other)
headers/private/shared/WeakReferenceable.h
202
BWeakReference& operator=(const BReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
209
BWeakReference& operator=(const BWeakReference<OtherType>& other)
headers/private/shared/WeakReferenceable.h
215
bool operator==(const BWeakReference<Type>& other) const
headers/private/shared/WeakReferenceable.h
220
bool operator!=(const BWeakReference<Type>& other) const
headers/private/storage/DiskDevice.h
48
BDiskDevice& operator=(const BDiskDevice&);
headers/private/storage/DiskSystem.h
56
BDiskSystem& operator=(const BDiskSystem& other);
headers/private/storage/DriverSettings.h
134
BDriverParameter& operator=(const BDriverParameter& other);
headers/private/storage/DriverSettings.h
37
BDriverParameterIterator& operator=(
headers/private/storage/FdIO.h
37
BFdIO& operator=(const BFdIO& other);
headers/private/storage/FileDescriptorIO.h
35
BFileDescriptorIO& operator=(const BFileDescriptorIO& other);
headers/private/storage/FileIO.h
36
BFileIO& operator=(const BFileIO& other);
headers/private/storage/NotOwningEntryRef.h
77
NotOwningEntryRef& operator=(const entry_ref& other)
headers/private/storage/Partition.h
185
BPartition& operator=(const BPartition&);
headers/private/support/Uuid.h
29
inline bool operator==(const BUuid& other) const;
headers/private/support/Uuid.h
30
inline bool operator!=(const BUuid& other) const;
headers/private/support/Uuid.h
32
inline bool operator<(const BUuid& other) const;
headers/private/support/Uuid.h
33
inline bool operator>(const BUuid& other) const;
headers/private/support/Uuid.h
34
inline bool operator<=(const BUuid& other) const;
headers/private/support/Uuid.h
35
inline bool operator>=(const BUuid& other) const;
headers/private/support/Uuid.h
37
BUuid& operator=(const BUuid& other);
headers/private/support/Uuid.h
49
BUuid::operator==(const BUuid& other) const
headers/private/support/Uuid.h
56
BUuid::operator!=(const BUuid& other) const
headers/private/support/Uuid.h
63
BUuid::operator<(const BUuid& other) const
headers/private/support/Uuid.h
70
BUuid::operator>(const BUuid& other) const
headers/private/support/Uuid.h
77
BUuid::operator<=(const BUuid& other) const
headers/private/support/Uuid.h
84
BUuid::operator>=(const BUuid& other) const
headers/private/tracker/AutoLock.h
69
bool operator!() const
headers/private/userlandfs/private/FSCapabilities.h
163
inline bool operator==(
headers/private/userlandfs/private/FSCapabilities.h
231
FSCapabilitiesBase<CapabilityCount>::operator==(
headers/private/userlandfs/shared/DriverSettings.h
25
DriverParameterIterator& operator=(
headers/private/userlandfs/shared/ObjectTracker.h
32
inline DoublyLinkedListLink<ObjectTrackable> *operator()(
headers/private/userlandfs/shared/ObjectTracker.h
38
inline const DoublyLinkedListLink<ObjectTrackable> *operator()(
headers/private/userlandfs/shared/String.h
52
String &operator=(const String &string);
headers/private/userlandfs/shared/String.h
53
bool operator==(const String &string) const;
headers/private/userlandfs/shared/String.h
54
bool operator!=(const String &string) const { return !(*this == string); }
headers/private/userlandfs/shared/Vector.h
110
inline Iterator &operator++()
headers/private/userlandfs/shared/Vector.h
117
inline Iterator operator++(int)
headers/private/userlandfs/shared/Vector.h
124
inline Iterator &operator--()
headers/private/userlandfs/shared/Vector.h
131
inline Iterator operator--(int)
headers/private/userlandfs/shared/Vector.h
138
inline Iterator &operator=(const Iterator &other)
headers/private/userlandfs/shared/Vector.h
145
inline bool operator==(const Iterator &other) const
headers/private/userlandfs/shared/Vector.h
150
inline bool operator!=(const Iterator &other) const
headers/private/userlandfs/shared/Vector.h
155
inline Value &operator*() const
headers/private/userlandfs/shared/Vector.h
160
inline Value *operator->() const
headers/private/userlandfs/shared/Vector.h
165
inline operator bool() const
headers/private/userlandfs/shared/Vector.h
684
_VECTOR_CLASS_NAME::operator[](int32 index)
headers/private/userlandfs/shared/Vector.h
695
_VECTOR_CLASS_NAME::operator[](int32 index) const
headers/private/userlandfs/shared/Vector.h
73
inline Value &operator[](int32 index);
headers/private/userlandfs/shared/Vector.h
74
inline const Value &operator[](int32 index) const;
headers/private/util/DoublyLinkedList.h
165
Iterator &operator=(const Iterator& other)
headers/private/util/DoublyLinkedList.h
212
ConstIterator& operator=(const ConstIterator& other)
headers/private/util/DoublyLinkedList.h
266
ReverseIterator &operator=(const ReverseIterator& other)
headers/private/util/DoublyLinkedList.h
313
ConstReverseIterator& operator=(const ConstReverseIterator& other)
headers/private/util/DoublyLinkedList.h
56
inline Link* operator()(Element* element) const
headers/private/util/DoublyLinkedList.h
61
inline const Link* operator()(const Element* element) const
headers/private/util/DoublyLinkedList.h
75
inline Link* operator()(Element* element) const
headers/private/util/DoublyLinkedList.h
80
inline const Link* operator()(const Element* element) const
headers/private/util/DoublyLinkedList.h
94
inline Link* operator()(Element* element) const
headers/private/util/DoublyLinkedList.h
99
inline const Link* operator()(const Element* element) const
headers/private/util/DoublyLinkedQueue.h
118
ConstIterator &operator=(const ConstIterator &other)
headers/private/util/DoublyLinkedQueue.h
71
Iterator &operator=(const Iterator &other)
headers/private/util/SinglyLinkedList.h
124
ConstIterator& operator=(const ConstIterator& other)
headers/private/util/SinglyLinkedList.h
52
inline Link* operator()(Element* element) const
headers/private/util/SinglyLinkedList.h
57
inline const Link* operator()(const Element* element) const
headers/private/util/SinglyLinkedList.h
71
inline Link* operator()(Element* element) const
headers/private/util/SinglyLinkedList.h
76
inline const Link* operator()(const Element* element) const
headers/private/util/SplayTree.h
258
SplayTree& operator=(const SplayTree& other)
headers/private/util/SplayTree.h
415
Iterator &operator=(const Iterator &other)
headers/private/util/SplayTree.h
473
ConstIterator &operator=(const ConstIterator &other)
headers/private/util/SplayTree.h
606
IteratableSplayTree& operator=(const IteratableSplayTree& other)
headers/private/util/Stack.h
84
inline void operator()(Stack<T>* stack)
headers/tools/cppunit/LockerSyncObject.h
27
void operator =( const LockerSyncObject © );
headers/tools/cppunit/SemaphoreSyncObject.h
27
void operator =( const SemaphoreSyncObject © );
headers/tools/cppunit/TestShell.h
183
void operator =( const BTestShell © );
headers/tools/cppunit/TestSuite.h
35
BTestSuite& operator=(const BTestSuite &other);
headers/tools/cppunit/cppunit/CompilerOutputter.h
94
void operator =( const CompilerOutputter © );
headers/tools/cppunit/cppunit/Exception.h
26
bool operator ==( const Type &other ) const
headers/tools/cppunit/cppunit/Exception.h
48
Exception& operator= (const Exception& other);
headers/tools/cppunit/cppunit/NotEqualException.h
49
NotEqualException &operator =( const NotEqualException &other );
headers/tools/cppunit/cppunit/SourceLine.h
47
bool operator ==( const SourceLine &other ) const;
headers/tools/cppunit/cppunit/SourceLine.h
48
bool operator !=( const SourceLine &other ) const;
headers/tools/cppunit/cppunit/SynchronizedObject.h
74
void operator =( const SynchronizedObject © );
headers/tools/cppunit/cppunit/TestCaller.h
192
TestCaller &operator =( const TestCaller &other );
headers/tools/cppunit/cppunit/TestCase.h
53
TestCase &operator=( const TestCase &other );
headers/tools/cppunit/cppunit/TestFailure.h
53
TestFailure &operator =( const TestFailure& other );
headers/tools/cppunit/cppunit/TestResult.h
74
TestResult &operator =( const TestResult &other );
headers/tools/cppunit/cppunit/TestResultCollector.h
75
void operator =( const TestResultCollector © );
headers/tools/cppunit/cppunit/TestSuite.h
65
TestSuite &operator =( const TestSuite &other );
headers/tools/cppunit/cppunit/TextOutputter.h
52
void operator =( const TextOutputter © );
headers/tools/cppunit/cppunit/TextTestProgressListener.h
34
void operator =( const TextTestProgressListener © );
headers/tools/cppunit/cppunit/TextTestResult.h
50
std::ostream &operator <<( std::ostream &stream,
headers/tools/cppunit/cppunit/XmlOutputter.h
122
void operator =( const XmlOutputter © );
headers/tools/cppunit/cppunit/extensions/Orthodox.h
64
b.operator= (a.operator! ());
headers/tools/cppunit/cppunit/extensions/RepeatedTest.h
31
void operator=( const RepeatedTest & );
headers/tools/cppunit/cppunit/extensions/TestDecorator.h
36
void operator =( const TestDecorator & );
headers/tools/cppunit/cppunit/extensions/TestFactoryRegistry.h
130
void operator =( const TestFactoryRegistry © );
headers/tools/cppunit/cppunit/extensions/TestSetUp.h
25
void operator =( const TestSetUp & );
src/add-ons/input_server/methods/pen/compat/StringIO.h
37
BStringIO & operator<<(const BString & s);
src/add-ons/input_server/methods/pen/compat/StringIO.h
38
BStringIO & operator<<(const BRect & r);
src/add-ons/kernel/drivers/audio/echo/generic/C3g.h
110
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/C3g.h
111
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
134
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
135
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
143
friend BOOLEAN operator == ( CONST CChannelMask &LVal,
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
147
CChannelMask& operator = (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
150
VOID operator += (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
153
VOID operator -= (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
156
VOID operator &= (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
159
VOID operator |= (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
218
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
219
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CChannelMask.h
227
CChMaskDsp& operator = (CONST CChannelMask & RVal);
src/add-ons/kernel/drivers/audio/echo/generic/CDaffyDuck.h
267
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CDaffyDuck.h
268
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CDarla.h
71
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CDarla.h
72
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CDarla24.h
91
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CDarla24.h
92
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CDspCommObject.h
1078
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CDspCommObject.h
1079
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals.h
107
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CEchoGals.h
108
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CGina.h
83
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CGina.h
84
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CGina24.h
91
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CGina24.h
92
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigo.h
86
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigo.h
87
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigoDJ.h
55
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigoDJ.h
56
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigoIO.h
85
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CIndigoIO.h
86
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CLayla.h
85
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CLayla.h
86
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CLayla24.h
82
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CLayla24.h
83
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CMia.h
87
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CMia.h
88
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CMona.h
91
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CMona.h
92
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/CMtcSync.h
77
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/CMtcSync.h
78
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/drivers/audio/echo/generic/OsSupportBeOS.h
332
PVOID operator new( size_t Size );
src/add-ons/kernel/drivers/audio/echo/generic/OsSupportBeOS.h
333
VOID operator delete( PVOID pVoid );
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
315
BPlusTree& operator=(const BPlusTree& other);
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
81
Unaligned<T>& operator=(const T& newValue)
src/add-ons/kernel/file_systems/bfs/BPlusTree.h
85
operator T() const { return value; }
src/add-ons/kernel/file_systems/bfs/CachedBlock.h
51
CachedBlock& operator=(const CachedBlock& other);
src/add-ons/kernel/file_systems/bfs/Index.h
62
Index& operator=(const Index& other);
src/add-ons/kernel/file_systems/bfs/Inode.h
218
Inode& operator=(const Inode& other);
src/add-ons/kernel/file_systems/bfs/Journal.h
209
Transaction& operator=(const Transaction& other);
src/add-ons/kernel/file_systems/bfs/bfs.h
325
block_run::operator==(const block_run &run) const
src/add-ons/kernel/file_systems/bfs/bfs.h
334
block_run::operator!=(const block_run &run) const
src/add-ons/kernel/file_systems/bfs/bfs.h
37
inline bool operator==(const block_run &run) const;
src/add-ons/kernel/file_systems/bfs/bfs.h
38
inline bool operator!=(const block_run &run) const;
src/add-ons/kernel/file_systems/btrfs/BTree.h
109
BTree& operator=(const BTree& other);
src/add-ons/kernel/file_systems/btrfs/BTree.h
197
Node& operator=(const Node&);
src/add-ons/kernel/file_systems/btrfs/BTree.h
271
Path operator=(const Path&);
src/add-ons/kernel/file_systems/btrfs/CachedBlock.h
42
CachedBlock& operator=(const CachedBlock&);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
125
BlockGroup& operator=(const BlockGroup&);
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
152
ExtentAllocator& operator=(const ExtentAllocator&);
src/add-ons/kernel/file_systems/btrfs/Inode.h
87
Inode& operator=(const Inode&);
src/add-ons/kernel/file_systems/exfat/CachedBlock.h
31
CachedBlock &operator=(const CachedBlock &);
src/add-ons/kernel/file_systems/exfat/Inode.h
98
Inode &operator=(const Inode&);
src/add-ons/kernel/file_systems/ext2/CachedBlock.h
36
CachedBlock &operator=(const CachedBlock &);
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.h
45
DirectoryIterator &operator=(const DirectoryIterator&);
src/add-ons/kernel/file_systems/ext2/Inode.h
138
Inode &operator=(const Inode&);
src/add-ons/kernel/file_systems/ext2/Transaction.h
65
Transaction& operator=(const Transaction& other);
src/add-ons/kernel/file_systems/netfs/client/QueryIterator.h
63
DoublyLinkedListLink<QueryIterator>* operator()(
src/add-ons/kernel/file_systems/netfs/client/QueryIterator.h
69
const DoublyLinkedListLink<QueryIterator>* operator()(
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
22
Blocker& operator=(const Blocker& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
23
bool operator==(const Blocker& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Blocker.h
24
bool operator!=(const Blocker& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/NetAddress.h
41
NetAddress& operator=(const NetAddress& address);
src/add-ons/kernel/file_systems/netfs/headers/shared/NetAddress.h
42
bool operator==(const NetAddress& address) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/NetAddress.h
43
bool operator!=(const NetAddress& address) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
171
Permissions::operator=(const Permissions& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
180
Permissions::operator==(const Permissions& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
188
Permissions::operator!=(const Permissions& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
47
inline Permissions& operator=(const Permissions& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
48
inline bool operator==(const Permissions& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/Permissions.h
49
inline bool operator!=(const Permissions& other) const;
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
110
Iterator &operator=(const Iterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
152
ConstIterator &operator=(const ConstIterator &other)
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
44
inline Link *operator()(Element *element) const
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
49
inline const Link *operator()(const Element *element) const
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerInfo.h
52
ServerInfo& operator=(const ServerInfo& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
36
NodeID& operator=(const NodeID& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
43
bool operator==(const NodeID& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
48
bool operator!=(const NodeID& other) const
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
65
inline ServerNodeID& operator=(const NodeID& other);
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
71
ServerNodeID::operator=(const NodeID& other)
src/add-ons/kernel/file_systems/netfs/headers/shared/ServerNodeID.h
73
NodeID::operator=(other);
src/add-ons/kernel/file_systems/netfs/server/Entry.h
53
DoublyLinkedListLink<Entry>* operator()(Entry* entry) const
src/add-ons/kernel/file_systems/netfs/server/Entry.h
58
const DoublyLinkedListLink<Entry>* operator()(const Entry* entry) const
src/add-ons/kernel/file_systems/netfs/server/EntryRef.h
32
NoAllocEntryRef& operator=(const entry_ref& ref);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
33
NodeRef& operator=(const node_ref& other)
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
35
node_ref::operator=(other);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
39
bool operator==(const node_ref& other) const
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
41
return node_ref::operator==(other);
src/add-ons/kernel/file_systems/netfs/server/NodeRef.h
44
bool operator!=(const NodeRef& other) const
src/add-ons/kernel/file_systems/nfs4/Connection.h
22
bool operator==(const PeerAddress& address);
src/add-ons/kernel/file_systems/nfs4/Connection.h
23
bool operator<(const PeerAddress& address);
src/add-ons/kernel/file_systems/nfs4/Connection.h
25
PeerAddress& operator=(const PeerAddress& address);
src/add-ons/kernel/file_systems/nfs4/Cookie.h
53
bool operator==(const struct flock& lock) const;
src/add-ons/kernel/file_systems/nfs4/Cookie.h
54
bool operator==(const LockInfo& lock) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
117
FileHandle::operator=(const FileHandle& fh)
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
126
FileHandle::operator==(const FileHandle& handle) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
135
FileHandle::operator!=(const FileHandle& handle) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
137
return !operator==(handle);
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
142
FileHandle::operator>(const FileHandle& handle) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
151
FileHandle::operator<(const FileHandle& handle) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
160
FileSystemId::operator==(const FileSystemId& fsid) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
167
FileSystemId::operator!=(const FileSystemId& fsid) const
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
169
return !operator==(fsid);
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
30
inline FileHandle& operator=(const FileHandle& fh);
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
33
inline bool operator==(const FileHandle& handle) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
34
inline bool operator!=(const FileHandle& handle) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
35
inline bool operator>(const FileHandle& handle) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
36
inline bool operator<(const FileHandle& handle) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
85
FileInfo& operator=(const FileInfo& fi);
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
94
inline bool operator==(const FileSystemId& fsid) const;
src/add-ons/kernel/file_systems/nfs4/FileInfo.h
95
inline bool operator!=(const FileSystemId& fsid) const;
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.h
16
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.h
17
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.h
61
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.h
62
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingLeafNode.h
16
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingLeafNode.h
17
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.h
17
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.h
18
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/package/PackageFile.h
15
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/package/PackageFile.h
16
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/package/PackageNodeAttribute.h
22
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/package/PackageNodeAttribute.h
23
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/package/PackageSymlink.h
14
static void* operator new(size_t size);
src/add-ons/kernel/file_systems/packagefs/package/PackageSymlink.h
15
static void operator delete(void* block);
src/add-ons/kernel/file_systems/packagefs/util/ClassCache.h
16
CLASS::operator new(size_t size) \
src/add-ons/kernel/file_systems/packagefs/util/ClassCache.h
29
CLASS::operator delete(void* block) \
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
40
node_ref::operator==(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
47
node_ref::operator!=(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
54
node_ref::operator<(const node_ref& other) const
src/add-ons/kernel/file_systems/packagefs/util/NodeRef.h
63
node_ref::operator=(const node_ref& other)
src/add-ons/kernel/file_systems/packagefs/util/String.h
100
String::operator==(const String& other) const
src/add-ons/kernel/file_systems/packagefs/util/String.h
107
String::operator!=(const String& other) const
src/add-ons/kernel/file_systems/packagefs/util/String.h
114
String::operator const char*() const
src/add-ons/kernel/file_systems/packagefs/util/String.h
28
String& operator=(const String& other);
src/add-ons/kernel/file_systems/packagefs/util/String.h
30
bool operator==(const String& other) const;
src/add-ons/kernel/file_systems/packagefs/util/String.h
31
bool operator!=(const String& other) const;
src/add-ons/kernel/file_systems/packagefs/util/String.h
33
operator const char*() const;
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
48
bool operator==(const ::String& other) const
src/add-ons/kernel/file_systems/packagefs/util/StringKey.h
53
bool operator!=(const ::String& other) const
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
109
inline int operator()(const Value& a, const Value& b) const
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
126
inline const Key& operator()(const Value& a) const
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
131
inline Key& operator()(Value& a) const
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
145
static void* operator new(size_t size)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
153
static void operator delete(void* object)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
390
Iterator& operator=(const Iterator& other)
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
60
inline int operator()(const Key& a, const Key& b) const
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
92
inline Key operator()(const Value& a) const
src/add-ons/kernel/file_systems/packagefs/util/Utils.h
16
inline bool operator<(const timespec& a, const timespec& b)
src/add-ons/kernel/file_systems/packagefs/util/Utils.h
23
inline bool operator>(const timespec& a, const timespec& b)
src/add-ons/kernel/file_systems/ramfs/Entry.h
68
inline Link *operator()(Entry *entry) const
src/add-ons/kernel/file_systems/ramfs/String.h
128
String::operator=(const String &string)
src/add-ons/kernel/file_systems/ramfs/String.h
137
String::operator==(const String &string) const
src/add-ons/kernel/file_systems/ramfs/String.h
29
inline String &operator=(const String &string);
src/add-ons/kernel/file_systems/ramfs/String.h
30
inline bool operator==(const String &string) const;
src/add-ons/kernel/file_systems/ramfs/String.h
31
inline bool operator!=(const String &string) const { return !(*this == string); }
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
108
inline const Key &operator()(const Value &a) const
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
113
inline Key &operator()(Value &a) const
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
318
Iterator &operator=(const Iterator& other)
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
47
inline int operator()(const Key &a, const Key &b) const
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
76
inline Key operator()(const Value &a) const
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
92
inline int operator()(const Value &a, const Value &b) const
src/add-ons/kernel/file_systems/ramfs/Volume.h
64
inline bool operator==(const NodeListenerValue &other)
src/add-ons/kernel/file_systems/ramfs/Volume.h
82
inline bool operator==(const EntryListenerValue &other)
src/add-ons/kernel/file_systems/reiserfs/Item.h
88
Item &operator=(const Item &item);
src/add-ons/kernel/file_systems/reiserfs/Key.h
118
Key &operator=(const Key &k)
src/add-ons/kernel/file_systems/reiserfs/Key.h
245
bool operator==(const VKey &k) const { return (Compare(k) == 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
246
bool operator!=(const VKey &k) const { return (Compare(k) != 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
247
bool operator<(const VKey &k) const { return (Compare(k) < 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
248
bool operator>(const VKey &k) const { return (Compare(k) > 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
249
bool operator<=(const VKey &k) const { return (Compare(k) <= 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
250
bool operator>=(const VKey &k) const { return (Compare(k) >= 0); }
src/add-ons/kernel/file_systems/reiserfs/Key.h
252
VKey &operator=(const VKey &k)
src/add-ons/kernel/file_systems/reiserfs/StatItem.h
191
StatData &operator=(const StatData &data)
src/add-ons/kernel/file_systems/reiserfs/VNode.h
70
VNode &operator=(const VNode &node);
src/add-ons/kernel/file_systems/reiserfs/cpp.h
27
inline void *operator new(size_t size, const nothrow_t&) throw()
src/add-ons/kernel/file_systems/reiserfs/cpp.h
32
inline void *operator new[](size_t size, const nothrow_t&) throw()
src/add-ons/kernel/file_systems/reiserfs/cpp.h
37
inline void operator delete(void *ptr)
src/add-ons/kernel/file_systems/reiserfs/cpp.h
42
inline void operator delete[](void *ptr)
src/add-ons/kernel/file_systems/udf/Array.h
30
DataType operator[] (int index) const { return data[index]; }
src/add-ons/kernel/file_systems/udf/MemoryChunk.h
50
MemoryChunk& operator=(const MemoryChunk&);
src/add-ons/kernel/file_systems/udf/UdfString.h
42
UdfString& operator=(const array<char, length> &dString);
src/add-ons/kernel/file_systems/udf/UdfString.h
94
UdfString::operator=(const array<char, length> &dString)
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1093
logical_volume_descriptor& operator=(const logical_volume_descriptor &rhs);
src/add-ons/kernel/file_systems/ufs2/Inode.h
134
Inode& operator=(const Inode&);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPConfigurePacket.h
27
KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPInterface.h
55
KPPPInterface& operator= (const KPPPInterface& copy);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPLCP.h
49
KPPPLCP& operator= (const KPPPLCP& copy);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPStateMachine.h
37
KPPPStateMachine& operator= (const KPPPStateMachine& copy);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/LockerHelper.h
25
LockerHelper& operator= (const LockerHelper& copy);
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
57
PPPInterface& operator= (const PPPInterface& copy)
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
60
PPPInterface& operator= (ppp_interface_id ID)
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterfaceListener.h
49
PPPInterfaceListener& operator= (const PPPInterfaceListener& copy)
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPManager.h
18
PPPManager& operator= (const PPPManager& copy);
src/add-ons/kernel/network/protocols/ipv6/ipv6_address.h
20
operator==(const in6_addr &a1, const in6_addr &a2)
src/add-ons/kernel/network/protocols/tcp/tcp.h
103
inline tcp_sequence operator++(int _)
src/add-ons/kernel/network/protocols/tcp/tcp.h
118
operator>(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
125
operator>=(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
132
operator<(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
139
operator<=(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
146
operator+(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
153
operator-(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
160
operator!=(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
167
operator==(tcp_sequence a, tcp_sequence b)
src/add-ons/kernel/network/protocols/tcp/tcp.h
85
inline tcp_sequence& operator=(tcp_sequence sequence)
src/add-ons/kernel/network/protocols/tcp/tcp.h
91
inline tcp_sequence& operator+=(tcp_sequence sequence)
src/add-ons/kernel/network/protocols/tcp/tcp.h
97
inline tcp_sequence& operator++()
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
113
UnixAddress& operator=(const UnixAddress& other)
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
122
bool operator==(const UnixAddress& other) const
src/add-ons/kernel/network/protocols/unix/UnixAddress.h
130
bool operator!=(const UnixAddress& other) const
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
26
inline bool operator==(const guid& other) const;
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
27
inline operator guid_t() const;
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
32
static_guid::operator==(const guid_t& other) const
src/add-ons/kernel/partitioning_systems/gpt/gpt_known_guids.h
43
static_guid::operator guid_t() const
src/add-ons/kernel/partitioning_systems/gpt/guid.h
18
inline bool operator==(const guid &other) const;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
19
inline bool operator!=(const guid &other) const;
src/add-ons/kernel/partitioning_systems/gpt/guid.h
24
guid_t::operator==(const guid_t &other) const
src/add-ons/kernel/partitioning_systems/gpt/guid.h
34
guid_t::operator!=(const guid_t &other) const
src/add-ons/kernel/partitioning_systems/session/Disc.h
88
Session& operator=(const Session& other);
src/add-ons/media/media-add-ons/AbstractFileInterfaceAddOn.h
87
AbstractFileInterfaceAddOn & operator=(
src/add-ons/media/media-add-ons/AbstractFileInterfaceNode.h
281
AbstractFileInterfaceNode & operator=(
src/add-ons/media/media-add-ons/demultiplexer/MediaDemultiplexerAddOn.h
53
MediaDemultiplexerAddOn & operator=(
src/add-ons/media/media-add-ons/demultiplexer/MediaDemultiplexerNode.h
345
MediaDemultiplexerNode & operator=(
src/add-ons/media/media-add-ons/dvb/Packet.h
51
Packet & operator= (const Packet &clone);
src/add-ons/media/media-add-ons/dvb/PacketQueue.h
54
PacketQueue & operator=(PacketQueue & clone);
src/add-ons/media/media-add-ons/esound_sink/ESDSinkNode.h
310
ESDSinkNode & operator=(
src/add-ons/media/media-add-ons/mixer/RtList.h
62
RtList<value> &operator=(const RtList<value>& other);
src/add-ons/media/media-add-ons/multi_audio/MultiAudioNode.h
156
MultiAudioNode& operator=(const MultiAudioNode& clone);
src/add-ons/media/media-add-ons/opensound/OpenSoundNode.h
228
OpenSoundNode& operator=(const OpenSoundNode& clone);
src/add-ons/media/media-add-ons/reader/MediaReader.h
220
MediaReader & operator=(
src/add-ons/media/media-add-ons/reader/MediaReaderAddOn.h
65
MediaReaderAddOn & operator=(
src/add-ons/media/media-add-ons/writer/MediaWriter.h
182
MediaWriter & operator=(
src/add-ons/media/media-add-ons/writer/MediaWriterAddOn.h
65
MediaWriterAddOn & operator=(
src/add-ons/media/plugins/ape_reader/MAClib/RollBuffer.h
109
__inline TYPE & operator[](const int nIndex) const
src/add-ons/media/plugins/ape_reader/MAClib/RollBuffer.h
57
__inline TYPE & operator[](const int nIndex) const
src/add-ons/media/plugins/ape_reader/MAClib/SmartPtr.h
72
__inline operator TYPE * () const
src/add-ons/media/plugins/ape_reader/MAClib/SmartPtr.h
77
__inline TYPE * operator ->() const
src/add-ons/media/plugins/ape_reader/MAClib/SmartPtr.h
84
__inline void * operator =(void *) const;
src/add-ons/print/drivers/gutenprint/Rectangle.h
50
Rectangle<T>& operator=(const BRect& rect) {
src/add-ons/print/transports/ipp/HttpURLConnection.h
71
Field &operator = (const Field &);
src/add-ons/print/transports/ipp/HttpURLConnection.h
72
bool operator == (const Field &);
src/add-ons/print/transports/ipp/IppContent.h
176
friend istream& operator >> (istream &is, IppAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
180
friend ostream& operator << (ostream &os, const IppAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
197
friend istream& operator >> (istream &is, IppNamedAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
201
friend ostream& operator << (ostream &os, const IppNamedAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
217
friend istream& operator >> (istream &is, IppNoValueAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
221
friend ostream& operator << (ostream &os, const IppNoValueAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
236
friend istream& operator >> (istream &is, IppBooleanAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
240
friend ostream& operator << (ostream &os, const IppBooleanAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
257
friend istream& operator >> (istream &is, IppIntegerAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
261
friend ostream& operator << (ostream &os, const IppIntegerAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
273
DATETIME & operator = (const DATETIME &);
src/add-ons/print/transports/ipp/IppContent.h
274
friend istream& operator >> (istream &is, DATETIME &attr);
src/add-ons/print/transports/ipp/IppContent.h
275
friend ostream& operator << (ostream &os, const DATETIME &attr);
src/add-ons/print/transports/ipp/IppContent.h
289
friend istream& operator >> (istream &is, IppDatetimeAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
293
friend ostream& operator << (ostream &os, const IppDatetimeAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
310
friend istream& operator >> (istream &is, IppStringAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
314
friend ostream& operator << (ostream &os, const IppStringAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
330
friend istream& operator >> (istream &is, IppDoubleStringAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
334
friend ostream& operator << (ostream &os, const IppDoubleStringAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
353
friend istream& operator >> (istream &is, IppResolutionAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
357
friend ostream& operator << (ostream &os, const IppResolutionAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
376
friend istream& operator >> (istream &is, IppRangeOfIntegerAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
380
friend ostream& operator << (ostream &os, const IppRangeOfIntegerAttribute &attr)
src/add-ons/print/transports/ipp/IppContent.h
396
friend istream& operator >> (istream &is, IppContent &ic)
src/add-ons/print/transports/ipp/IppContent.h
400
friend ostream& operator << (ostream &os, const IppContent &ic)
src/add-ons/print/transports/ipp/IppContent.h
435
bool operator !() const;
src/add-ons/print/transports/ipp/IppTransport.h
25
bool operator !() const;
src/add-ons/print/transports/ipp/IppTransport.h
42
inline bool IppTransport::operator !() const
src/add-ons/print/transports/lpr/LprTransport.h
23
bool operator!() const;
src/add-ons/print/transports/lpr/LprTransport.h
47
LprTransport::operator!() const
src/add-ons/print/transports/shared/Socket.h
23
bool operator !() const;
src/add-ons/print/transports/shared/Socket.h
39
Socket &operator = (const Socket &);
src/add-ons/translators/ico/ICO.h
80
operator==(const rgba32_color& other) const
src/add-ons/translators/pcx/PCX.h
46
operator==(const rgba32_color& other) const
src/add-ons/translators/psd/DataArray.h
41
BDataArray& operator<<(int8);
src/add-ons/translators/psd/DataArray.h
42
BDataArray& operator<<(uint8);
src/add-ons/translators/psd/DataArray.h
43
BDataArray& operator<<(int16);
src/add-ons/translators/psd/DataArray.h
44
BDataArray& operator<<(uint16);
src/add-ons/translators/psd/DataArray.h
45
BDataArray& operator<<(int32);
src/add-ons/translators/psd/DataArray.h
46
BDataArray& operator<<(uint32);
src/add-ons/translators/psd/DataArray.h
47
BDataArray& operator<<(int64);
src/add-ons/translators/psd/DataArray.h
48
BDataArray& operator<<(uint64);
src/add-ons/translators/psd/DataArray.h
49
BDataArray& operator<<(const char*);
src/add-ons/translators/psd/DataArray.h
50
BDataArray& operator<<(BDataArray&);
src/add-ons/translators/raw/ReadHelper.h
76
operator()(T &data)
src/add-ons/translators/raw/ReadHelper.h
91
operator()(T data, size_t length)
src/apps/cortex/NodeManager/Connection.h
92
Connection& operator=(
src/apps/cortex/NodeManager/NodeGroup.h
490
void operator()(NodeRef* r) {
src/apps/cortex/Persistence/XMLElementMapping.h
86
bool operator()(const XMLElementMapping* a, const XMLElementMapping* b) const {
src/apps/cortex/RouteApp/NodeKey.h
78
NodeKey& operator=(
src/apps/cortex/RouteApp/NodeKey.h
81
bool operator<(
src/apps/cortex/TipManager/TipManagerImpl.h
120
bool operator()(
src/apps/cortex/ValControl/ValCtrlLayoutEntry.h
108
bool operator<(const ValCtrlLayoutEntry& b) const {
src/apps/cortex/ValControl/ValCtrlLayoutEntry.h
94
operator=(clone);
src/apps/cortex/ValControl/ValCtrlLayoutEntry.h
97
ValCtrlLayoutEntry& operator=(const ValCtrlLayoutEntry& clone) {
src/apps/cortex/addons/common/AudioBuffer.h
83
AudioBuffer& operator=(const AudioBuffer& clone);
src/apps/cortex/addons/common/RawBuffer.h
79
RawBuffer& operator=(const RawBuffer& clone);
src/apps/cortex/support/MultiInvoker.h
59
MultiInvoker& operator=(const MultiInvoker& src);
src/apps/cortex/support/functional_tools.h
107
_retT operator()(_objectT& o) const {
src/apps/cortex/support/functional_tools.h
125
_retT operator()(const _objectT& o) const {
src/apps/cortex/support/functional_tools.h
147
_retT operator()(_objectT* o, _arg1T arg1) const {
src/apps/cortex/support/functional_tools.h
167
_retT operator()(const _objectT* o, _arg1T arg1) const{
src/apps/cortex/support/functional_tools.h
185
_retT operator()(_objectT& o, _arg1T arg1) const {
src/apps/cortex/support/functional_tools.h
203
_retT operator()(const _objectT& o, _arg1T arg1) const {
src/apps/cortex/support/functional_tools.h
70
_retT operator()(_objectT* o) const {
src/apps/cortex/support/functional_tools.h
89
_retT operator()(const _objectT* o) const {
src/apps/cortex/support/set_tools.h
120
operator()(pairT& p) const {
src/apps/cortex/support/set_tools.h
73
bool operator()(const std::pair<key,value>& p, const value& v) const {
src/apps/debuganalyzer/gui/ListSelectionModel.h
44
ListSelectionModel& operator=(const ListSelectionModel& other);
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
69
ChartDataRange& operator=(const ChartDataRange& other)
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
76
bool operator==(const ChartDataRange& other) const
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
81
bool operator!=(const ChartDataRange& other) const
src/apps/debuganalyzer/gui/table/TreeTable.h
39
TreeTablePath& operator=(const TreeTablePath& other);
src/apps/debuganalyzer/gui/table/TreeTable.h
40
bool operator==(const TreeTablePath& other) const;
src/apps/debuganalyzer/gui/table/TreeTable.h
41
bool operator!=(const TreeTablePath& other) const;
src/apps/debuganalyzer/model/Model.h
1466
Model::CompactThreadSchedulingState::operator=(
src/apps/debuganalyzer/model/Model.h
1484
this->CompactThreadSchedulingState::operator=(other);
src/apps/debuganalyzer/model/Model.h
563
inline CompactThreadSchedulingState& operator=(
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
30
VariablesViewNodeInfo& operator=(
src/apps/debugger/user_interface/gui/settings/GuiTeamUiSettings.h
40
GuiTeamUiSettings& operator=(const GuiTeamUiSettings& other);
src/apps/glteapot/Quaternion.h
125
Quaternion& operator+=(const Quaternion& q)
src/apps/glteapot/Quaternion.h
132
Quaternion& operator-=(const Quaternion& q)
src/apps/glteapot/Quaternion.h
139
Quaternion& operator*=(const float& s)
src/apps/glteapot/Quaternion.h
146
Quaternion& operator*=(const Quaternion& q)
src/apps/glteapot/Quaternion.h
181
operator*(const float& s) const
src/apps/glteapot/Quaternion.h
187
Quaternion operator/(const float& s) const
src/apps/glteapot/Quaternion.h
194
Quaternion& operator/=(const float& s)
src/apps/glteapot/Quaternion.h
229
operator+(const Quaternion& q2) const
src/apps/glteapot/Quaternion.h
237
operator-(const Quaternion& q2) const
src/apps/glteapot/Quaternion.h
244
inline Quaternion operator-() const
src/apps/glteapot/Quaternion.h
312
operator-(const Quaternion& q)
src/apps/glteapot/Quaternion.h
319
operator*(const Quaternion& q1, const Quaternion& q2) {
src/apps/glteapot/Quaternion.h
328
operator*(const Quaternion& q, const Vector3& w)
src/apps/glteapot/Quaternion.h
338
operator*(const Vector3& w, const Quaternion& q)
src/apps/glteapot/Vector3.h
216
inline Vector3& operator*=(const Vector3& v)
src/apps/glteapot/Vector3.h
225
operator+(const Vector3& v1, const Vector3& v2)
src/apps/glteapot/Vector3.h
231
operator*(const Vector3& v1, const Vector3& v2)
src/apps/glteapot/Vector3.h
237
operator-(const Vector3& v1, const Vector3& v2)
src/apps/glteapot/Vector3.h
243
operator-(const Vector3& v)
src/apps/glteapot/Vector3.h
249
operator*(const Vector3& v, const float& s)
src/apps/glteapot/Vector3.h
255
operator*(const float& s, const Vector3& v)
src/apps/glteapot/Vector3.h
317
inline bool operator==(const Vector3& p1, const Vector3& p2)
src/apps/glteapot/Vector3.h
75
inline Vector3& operator+=(const Vector3& v)
src/apps/glteapot/Vector3.h
82
inline Vector3& operator-=(const Vector3& v)
src/apps/glteapot/Vector3.h
89
inline Vector3& operator*=(const float& s)
src/apps/glteapot/Vector3.h
96
inline Vector3& operator/=(const float& s)
src/apps/glteapot/util.h
419
T & operator [](int index)
src/apps/haiku3d/Quaternion.h
132
Quaternion& operator+=(const Quaternion& q)
src/apps/haiku3d/Quaternion.h
139
Quaternion& operator-=(const Quaternion& q)
src/apps/haiku3d/Quaternion.h
146
Quaternion& operator*=(const float& s)
src/apps/haiku3d/Quaternion.h
153
Quaternion& operator*=(const Quaternion& q)
src/apps/haiku3d/Quaternion.h
188
operator*(const float& s) const
src/apps/haiku3d/Quaternion.h
194
Quaternion operator/(const float& s) const
src/apps/haiku3d/Quaternion.h
201
Quaternion& operator/=(const float& s)
src/apps/haiku3d/Quaternion.h
236
operator+(const Quaternion& q2) const
src/apps/haiku3d/Quaternion.h
245
operator-(const Quaternion& q2) const
src/apps/haiku3d/Quaternion.h
253
inline Quaternion operator-() const
src/apps/haiku3d/Quaternion.h
318
operator-(const Quaternion& q)
src/apps/haiku3d/Quaternion.h
325
operator*(const Quaternion& q1, const Quaternion& q2) {
src/apps/haiku3d/Quaternion.h
335
operator*(const Quaternion& q, const Vector3& w)
src/apps/haiku3d/Quaternion.h
345
operator*(const Vector3& w, const Quaternion& q)
src/apps/haiku3d/Vector3.h
100
inline Vector3& operator*=(const float& s)
src/apps/haiku3d/Vector3.h
107
inline Vector3& operator/=(const float& s)
src/apps/haiku3d/Vector3.h
227
inline Vector3& operator*=(const Vector3& v)
src/apps/haiku3d/Vector3.h
237
operator+(const Vector3& v1, const Vector3& v2)
src/apps/haiku3d/Vector3.h
244
operator*(const Vector3& v1, const Vector3& v2)
src/apps/haiku3d/Vector3.h
251
operator-(const Vector3& v1, const Vector3& v2)
src/apps/haiku3d/Vector3.h
258
operator-(const Vector3& v)
src/apps/haiku3d/Vector3.h
265
operator*(const Vector3& v, const float& s)
src/apps/haiku3d/Vector3.h
272
operator*(const float& s, const Vector3& v)
src/apps/haiku3d/Vector3.h
343
operator==(const Vector3& p1, const Vector3& p2)
src/apps/haiku3d/Vector3.h
86
inline Vector3& operator+=(const Vector3& v)
src/apps/haiku3d/Vector3.h
93
inline Vector3& operator-=(const Vector3& v)
src/apps/haikudepot/model/AccessToken.h
28
AccessToken& operator=(const AccessToken& other);
src/apps/haikudepot/model/AccessToken.h
29
bool operator==(const AccessToken& other) const;
src/apps/haikudepot/model/AccessToken.h
30
bool operator!=(const AccessToken& other) const;
src/apps/haikudepot/model/DeskbarLink.h
35
bool operator==(const DeskbarLink& other);
src/apps/haikudepot/model/DeskbarLink.h
36
bool operator!=(const DeskbarLink& other);
src/apps/haikudepot/model/DeskbarLink.h
37
DeskbarLink& operator=(const DeskbarLink& other);
src/apps/haikudepot/model/Model.h
74
PackagesSummary& operator=(const PackagesSummary& other);
src/apps/haikudepot/model/PackageInfoListener.h
71
bool operator==(const PackageChangeEvent& other);
src/apps/haikudepot/model/PackageInfoListener.h
72
bool operator!=(const PackageChangeEvent& other);
src/apps/haikudepot/model/PackageInfoListener.h
73
PackageChangeEvent& operator=(const PackageChangeEvent& other);
src/apps/haikudepot/model/RatingStability.h
23
bool operator<(const RatingStability& other) const;
src/apps/haikudepot/model/RatingStability.h
24
bool operator==(const RatingStability& other) const;
src/apps/haikudepot/model/RatingStability.h
25
bool operator!=(const RatingStability& other) const;
src/apps/haikudepot/model/ScreenshotCoordinate.h
29
bool operator==(const ScreenshotCoordinate& other) const;
src/apps/haikudepot/model/SimpleAlert.h
30
bool operator==(const SimpleAlert& other) const;
src/apps/haikudepot/model/UserCredentials.h
28
UserCredentials& operator=(const UserCredentials& other);
src/apps/haikudepot/model/UserCredentials.h
29
bool operator==(const UserCredentials& other) const;
src/apps/haikudepot/model/UserCredentials.h
30
bool operator!=(const UserCredentials& other) const;
src/apps/haikudepot/model/UserDetail.h
32
operator=(
src/apps/haikudepot/model/UserDetail.h
61
UserDetail& operator=(const UserDetail& other);
src/apps/haikudepot/packagemodel/DepotInfo.h
31
bool operator==(const DepotInfo& other) const;
src/apps/haikudepot/packagemodel/DepotInfo.h
32
bool operator!=(const DepotInfo& other) const;
src/apps/haikudepot/packagemodel/Language.h
30
bool operator<(const Language& other) const;
src/apps/haikudepot/packagemodel/Language.h
31
bool operator==(const Language& other) const;
src/apps/haikudepot/packagemodel/Language.h
32
bool operator!=(const Language& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
28
bool operator<(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
29
bool operator==(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageCategory.h
30
bool operator!=(const PackageCategory& other) const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
30
bool operator==(const PackageClassificationInfo& other) const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
31
bool operator!=(const PackageClassificationInfo& other) const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
35
bool operator==(const PackageCoreInfo& other) const;
src/apps/haikudepot/packagemodel/PackageCoreInfo.h
36
bool operator!=(const PackageCoreInfo& other) const;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
23
bool operator==(const PackageFilterSpecification& other) const;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
24
bool operator!=(const PackageFilterSpecification& other) const;
src/apps/haikudepot/packagemodel/PackageInfo.h
40
bool operator==(const PackageInfo& other) const;
src/apps/haikudepot/packagemodel/PackageInfo.h
41
bool operator!=(const PackageInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
45
bool operator==(const PackageLocalInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
46
bool operator!=(const PackageLocalInfo& other) const;
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
27
bool operator==(const PackageLocalizedText& other) const;
src/apps/haikudepot/packagemodel/PackageLocalizedText.h
28
bool operator!=(const PackageLocalizedText& other) const;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
22
operator=(const PackagePublisherInfo& other);
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
23
bool operator==(const PackagePublisherInfo& other) const;
src/apps/haikudepot/packagemodel/PackagePublisherInfo.h
24
bool operator!=(const PackagePublisherInfo& other) const;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
31
bool operator==(const PackageScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.h
32
bool operator!=(const PackageScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
34
bool operator==(const PackageUserRatingInfo& other) const;
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.h
35
bool operator!=(const PackageUserRatingInfo& other) const;
src/apps/haikudepot/packagemodel/PackageVersion.h
27
bool operator==(const PackageVersion& other) const;
src/apps/haikudepot/packagemodel/PackageVersion.h
28
bool operator!=(const PackageVersion& other) const;
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
22
ScreenshotInfo& operator=(const ScreenshotInfo& other);
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
23
bool operator==(const ScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
24
bool operator!=(const ScreenshotInfo& other) const;
src/apps/haikudepot/packagemodel/UserInfo.h
19
bool operator==(const UserInfo& other) const;
src/apps/haikudepot/packagemodel/UserInfo.h
20
bool operator!=(const UserInfo& other) const;
src/apps/haikudepot/packagemodel/UserRating.h
26
bool operator==(const UserRating& other) const;
src/apps/haikudepot/packagemodel/UserRating.h
27
bool operator!=(const UserRating& other) const;
src/apps/haikudepot/packagemodel/UserRatingSummary.h
30
bool operator==(const UserRatingSummary& other) const;
src/apps/haikudepot/packagemodel/UserRatingSummary.h
31
bool operator!=(const UserRatingSummary& other) const;
src/apps/haikudepot/textview/Bullet.h
17
Bullet& operator=(const Bullet& other);
src/apps/haikudepot/textview/Bullet.h
18
bool operator==(const Bullet& other) const;
src/apps/haikudepot/textview/Bullet.h
19
bool operator!=(const Bullet& other) const;
src/apps/haikudepot/textview/BulletData.h
24
bool operator==(
src/apps/haikudepot/textview/BulletData.h
26
bool operator!=(
src/apps/haikudepot/textview/BulletData.h
38
BulletData& operator=(const BulletData& other);
src/apps/haikudepot/textview/CharacterStyle.h
16
CharacterStyle& operator=(const CharacterStyle& other);
src/apps/haikudepot/textview/CharacterStyle.h
17
bool operator==(const CharacterStyle& other) const;
src/apps/haikudepot/textview/CharacterStyle.h
18
bool operator!=(const CharacterStyle& other) const;
src/apps/haikudepot/textview/CharacterStyleData.h
109
CharacterStyleData& operator=(const CharacterStyleData& other);
src/apps/haikudepot/textview/CharacterStyleData.h
42
bool operator==(
src/apps/haikudepot/textview/CharacterStyleData.h
44
bool operator!=(
src/apps/haikudepot/textview/Paragraph.h
21
Paragraph& operator=(const Paragraph& other);
src/apps/haikudepot/textview/Paragraph.h
22
bool operator==(const Paragraph& other) const;
src/apps/haikudepot/textview/Paragraph.h
23
bool operator!=(const Paragraph& other) const;
src/apps/haikudepot/textview/ParagraphLayout.h
126
LineInfo& operator=(const LineInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
139
bool operator==(const LineInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
151
bool operator!=(const LineInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
52
GlyphInfo& operator=(const GlyphInfo& other)
src/apps/haikudepot/textview/ParagraphLayout.h
61
bool operator==(const GlyphInfo& other) const
src/apps/haikudepot/textview/ParagraphLayout.h
69
bool operator!=(const GlyphInfo& other) const
src/apps/haikudepot/textview/ParagraphStyle.h
16
ParagraphStyle& operator=(const ParagraphStyle& other);
src/apps/haikudepot/textview/ParagraphStyle.h
17
bool operator==(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/ParagraphStyle.h
18
bool operator!=(const ParagraphStyle& other) const;
src/apps/haikudepot/textview/ParagraphStyleData.h
30
bool operator==(
src/apps/haikudepot/textview/ParagraphStyleData.h
32
bool operator!=(
src/apps/haikudepot/textview/ParagraphStyleData.h
67
ParagraphStyleData& operator=(const ParagraphStyleData& other);
src/apps/haikudepot/textview/TextDocument.h
29
TextDocument& operator=(const TextDocument& other);
src/apps/haikudepot/textview/TextDocument.h
30
bool operator==(const TextDocument& other) const;
src/apps/haikudepot/textview/TextDocument.h
31
bool operator!=(const TextDocument& other) const;
src/apps/haikudepot/textview/TextDocumentLayout.h
42
ParagraphLayoutInfo& operator=(const ParagraphLayoutInfo& other)
src/apps/haikudepot/textview/TextDocumentLayout.h
49
bool operator==(const ParagraphLayoutInfo& other) const
src/apps/haikudepot/textview/TextDocumentLayout.h
55
bool operator!=(const ParagraphLayoutInfo& other) const
src/apps/haikudepot/textview/TextEditor.h
33
TextEditor& operator=(const TextEditor& other);
src/apps/haikudepot/textview/TextEditor.h
34
bool operator==(const TextEditor& other) const;
src/apps/haikudepot/textview/TextEditor.h
35
bool operator!=(const TextEditor& other) const;
src/apps/haikudepot/textview/TextSelection.h
18
TextSelection& operator=(const TextSelection& other);
src/apps/haikudepot/textview/TextSelection.h
19
bool operator==(const TextSelection& other) const;
src/apps/haikudepot/textview/TextSelection.h
20
bool operator!=(const TextSelection& other) const;
src/apps/haikudepot/textview/TextSpan.h
22
TextSpan& operator=(const TextSpan& other);
src/apps/haikudepot/textview/TextSpan.h
23
bool operator==(const TextSpan& other) const;
src/apps/haikudepot/textview/TextSpan.h
24
bool operator!=(const TextSpan& other) const;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
50
int operator()(const BPoint& point) const
src/apps/icon-o-matic/transformable/ChannelTransform.h
58
ChannelTransform& operator=(const ChannelTransform& other);
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
30
inline void operator+=(int samples) {
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
33
inline void operator-=(int samples) {
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
37
inline void operator++(int) {
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
40
inline void operator--(int) {
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
44
inline void* operator+(int samples) {
src/apps/mediaplayer/media_node_framework/audio/SampleBuffer.h
47
inline void* operator-(int samples) {
src/apps/mediaplayer/playlist/Playlist.h
116
Playlist& operator=(const Playlist& other);
src/apps/mediaplayer/settings/Settings.h
57
bool operator!=(const mpSettings& other) const;
src/apps/musiccollection/FileMonitor.h
33
operator()(const node_ref& a, const node_ref& b) const
src/apps/patchbay/EndpointInfo.h
33
EndpointInfo& operator=(const EndpointInfo& info);
src/apps/poorman/PoorManServer.h
53
PoorManServer& operator=(PoorManServer& s){return *this;}
src/apps/processcontroller/AutoIcon.h
34
operator BBitmap*()
src/apps/resedit/ResourceData.h
27
ResourceData & operator=(const ResourceData &data);
src/apps/soundrecorder/DrawingTidbits.h
15
bool operator==(const rgb_color &, const rgb_color &);
src/apps/soundrecorder/DrawingTidbits.h
16
bool operator!=(const rgb_color &, const rgb_color &);
src/apps/terminal/Colors.h
26
bool operator==(const ansi_color_scheme& color);
src/apps/terminal/Colors.h
39
bool operator==(const color_scheme& color);
src/apps/terminal/Colors.h
50
int operator()(const color_scheme* item) const
src/apps/terminal/TermPos.h
25
inline bool operator==(const TermPos& other) const
src/apps/terminal/TermPos.h
30
inline bool operator!=(const TermPos& other) const
src/apps/terminal/TermPos.h
35
inline bool operator<=(const TermPos& other) const
src/apps/terminal/TermPos.h
40
inline bool operator>=(const TermPos& other) const
src/apps/terminal/TermPos.h
45
inline bool operator<(const TermPos& other) const
src/apps/terminal/TermPos.h
50
inline bool operator>(const TermPos& other) const
src/apps/terminal/TermWindow.h
126
bool operator==(const SessionID& other) const
src/apps/terminal/TermWindow.h
128
bool operator!=(const SessionID& other) const
src/apps/terminal/TerminalLine.h
177
operator&=(uint32 value) { state &= value; return *this; }
src/apps/terminal/TerminalLine.h
180
operator|=(uint32 value) { state |= value; return *this; }
src/apps/terminal/TerminalLine.h
183
operator|(uint32 value) { return state | value; }
src/apps/terminal/TerminalLine.h
186
operator&(uint32 value) { return state & value; }
src/apps/terminal/TerminalLine.h
189
operator==(const Attributes& other) const
src/apps/terminal/TerminalLine.h
200
operator!=(const Attributes& other) const
src/apps/terminal/TerminalLine.h
217
operator!=(const Attributes& other) const
src/apps/terminal/TerminalRoster.h
44
bool operator==(const Info& other) const;
src/apps/terminal/TerminalRoster.h
45
bool operator!=(const Info& other) const
src/apps/terminal/UTF8Char.h
114
bool operator!=(const UTF8Char& other) const
src/apps/terminal/UTF8Char.h
99
bool operator==(const UTF8Char& other) const
src/apps/webpositive/BrowsingHistory.h
27
BrowsingHistoryItem& operator=(const BrowsingHistoryItem& other);
src/apps/webpositive/BrowsingHistory.h
29
bool operator==(
src/apps/webpositive/BrowsingHistory.h
31
bool operator!=(
src/apps/webpositive/BrowsingHistory.h
33
bool operator<(
src/apps/webpositive/BrowsingHistory.h
35
bool operator<=(
src/apps/webpositive/BrowsingHistory.h
37
bool operator>(
src/apps/webpositive/BrowsingHistory.h
39
bool operator>=(
src/apps/webpositive/CredentialsStorage.h
34
Credentials& operator=(const Credentials& other);
src/apps/webpositive/CredentialsStorage.h
36
bool operator==(const Credentials& other) const;
src/apps/webpositive/CredentialsStorage.h
37
bool operator!=(const Credentials& other) const;
src/bin/bfs_tools/lib/bfs.h
218
inline bool block_run::operator==(const block_run &run) const
src/bin/bfs_tools/lib/bfs.h
225
inline bool block_run::operator!=(const block_run &run) const
src/bin/bfs_tools/lib/bfs.h
46
inline bool operator==(const block_run &run) const;
src/bin/bfs_tools/lib/bfs.h
47
inline bool operator!=(const block_run &run) const;
src/bin/debug/profile/SharedImage.h
41
inline bool operator()(const Symbol* a, const Symbol* b) const
src/bin/pc/pc.c
386
char operator;
src/bin/pc/pc.c
388
operator = **str;
src/bin/pc/pc.c
390
if (operator == SHIFT_L || operator == SHIFT_R)
src/bin/pc/pc.c
405
if (operator == PLUS)
src/bin/pc/pc.c
407
else if (operator == MINUS)
src/bin/pc/pc.c
409
else if (operator == AND)
src/bin/pc/pc.c
411
else if (operator == XOR)
src/bin/pc/pc.c
413
else if (operator == OR)
src/bin/pc/pc.c
415
else if (operator == SHIFT_L)
src/bin/pc/pc.c
417
else if (operator == SHIFT_R)
src/bin/pc/pc.c
419
else if (operator == TIMES)
src/bin/pc/pc.c
421
else if (operator == DIVISION)
src/bin/pc/pc.c
428
else if (operator == MODULO)
src/bin/pc/pc.c
437
fprintf(stderr, "Unknown operator: %c\n", operator);
src/bin/rc/parser.y
44
operator()(const char* s1, const char* s2) const
src/build/libroot/NodeRef.h
34
NodeRef &operator=(const NodeRef &other)
src/build/libroot/NodeRef.h
41
bool operator==(const NodeRef &other) const
src/build/libroot/NodeRef.h
46
bool operator!=(const NodeRef &other) const
src/build/libroot/NodeRef.h
51
bool operator<(const NodeRef &other) const
src/kits/debugger/settings/BreakpointSetting.h
49
BreakpointSetting& operator=(const BreakpointSetting& other);
src/kits/debugger/settings/TeamFileManagerSettings.h
17
operator=(
src/kits/debugger/settings/TeamSignalSettings.h
19
operator=(
src/kits/debugger/source_language/c_family/CLanguageTokenizer.h
104
Token& operator=(const Token& other);
src/kits/interface/textview_support/LineBuffer.h
44
STELine* operator[](int32 index) const;
src/kits/interface/textview_support/LineBuffer.h
56
BTextView::LineBuffer::operator[](int32 index) const
src/kits/interface/textview_support/StyleBuffer.h
145
STEStyleRun operator[](int32 index) const;
src/kits/interface/textview_support/StyleBuffer.h
63
STEStyleRunDesc* operator[](int32 index) const;
src/kits/interface/textview_support/StyleBuffer.h
68
_BStyleRunDescBuffer_::operator[](int32 index) const
src/kits/interface/textview_support/StyleBuffer.h
88
STEStyleRecord* operator[](int32 index) const;
src/kits/interface/textview_support/StyleBuffer.h
93
_BStyleRecordBuffer_::operator[](int32 index) const
src/kits/media/legacy/OldBufferStream.h
133
void *operator new(size_t size);
src/kits/media/legacy/OldBufferStream.h
134
void operator delete(void *stream, size_t size);
src/kits/network/libnetservices2/HttpBuffer.h
46
HttpBuffer& operator<<(const std::string_view& data);
src/kits/package/HashableString.h
27
inline bool operator!= (const HashableString& other) const;
src/kits/package/HashableString.h
59
HashableString::operator!= (const HashableString& other) const
src/kits/package/PackageInfoParser.h
149
operator bool() const
src/kits/package/PackageInfoParser.h
161
virtual void operator()(const Token& token) = 0;
src/kits/storage/sniffer/Err.h
40
Err& operator=(const Err &ref);
src/kits/storage/sniffer/Parser.h
170
TokenStream& operator=(const TokenStream &ref);
src/kits/storage/sniffer/Parser.h
80
bool operator==(Token &ref) const;
src/kits/tracker/AttributeStream.h
99
AttributeStreamNode &operator<<(AttributeStreamNode &source);
src/kits/tracker/IconCache.h
254
bool operator==(const TypeAndSignature& typeAndSignature) const;
src/kits/tracker/IconCache.h
320
bool operator==(const node_ref* ref) const;
src/kits/tracker/Model.h
89
Model& operator=(const Model&);
src/kits/tracker/PoseView.h
693
node_ref_key operator=(const node_ref_key& other)
src/kits/tracker/PoseView.h
699
bool operator==(const node_ref_key& other) const
src/kits/tracker/PoseView.h
704
bool operator!=(const node_ref_key& other) const
src/libs/agg/font_freetype/agg_font_freetype.h
108
const font_engine_freetype_base& operator = (const font_engine_freetype_base&);
src/libs/icon/generic/VertexSource.h
39
VertexSource& operator=(const VertexSource& other) NOT_ALLOWED;
src/libs/icon/shape/VectorPath.h
91
VectorPath& operator=(const VectorPath& from);
src/libs/icon/shape/VectorPath.h
92
bool operator==(const VectorPath& from) const;
src/libs/icon/style/GradientTransformable.h
67
Gradient& operator=(const Gradient& other);
src/libs/icon/style/GradientTransformable.h
69
bool operator==(const Gradient& other) const;
src/libs/icon/style/GradientTransformable.h
70
bool operator!=(const Gradient& other) const;
src/libs/icon/style/Style.h
64
bool operator==(const Style& other) const;
src/libs/icon/transformable/Transformable.h
55
Transformable& operator=(const Transformable& other);
src/libs/icon/transformable/Transformable.h
64
bool operator==(const Transformable& other) const;
src/libs/icon/transformable/Transformable.h
65
bool operator!=(const Transformable& other) const;
src/preferences/filetypes/AttributeListView.h
36
AttributeItem& operator=(const AttributeItem& other);
src/preferences/filetypes/AttributeListView.h
38
bool operator==(const AttributeItem& other) const;
src/preferences/filetypes/AttributeListView.h
39
bool operator!=(const AttributeItem& other) const;
src/preferences/filetypes/IconView.h
58
Icon& operator=(const Icon& source);
src/preferences/filetypes/StringView.h
30
operator BView*();
src/preferences/keymap/Keymap.h
63
Keymap& operator=(const Keymap& other);
src/preferences/media/MediaWindow.h
87
operator media_node();
src/preferences/screen/ScreenMode.h
34
bool operator==(const screen_mode &otherMode) const;
src/preferences/screen/ScreenMode.h
35
bool operator!=(const screen_mode &otherMode) const;
src/servers/app/Angle.h
60
Angle &operator=(const Angle &from);
src/servers/app/Angle.h
61
Angle &operator=(const float &from);
src/servers/app/Angle.h
62
Angle &operator=(const long &from);
src/servers/app/Angle.h
63
Angle &operator=(const int &from);
src/servers/app/Angle.h
65
bool operator==(const Angle &from);
src/servers/app/Angle.h
66
bool operator!=(const Angle &from);
src/servers/app/Angle.h
67
bool operator<(const Angle &from);
src/servers/app/Angle.h
68
bool operator>(const Angle &from);
src/servers/app/Angle.h
69
bool operator>=(const Angle &from);
src/servers/app/Angle.h
70
bool operator<=(const Angle &from);
src/servers/app/ClickTarget.h
62
bool operator==(const ClickTarget& other) const
src/servers/app/ClickTarget.h
68
bool operator!=(const ClickTarget& other) const
src/servers/app/DelayedMessage.h
106
void* operator new(size_t);
src/servers/app/DelayedMessage.h
107
void* operator new[](size_t);
src/servers/app/IntPoint.h
27
IntPoint& operator=(const IntPoint& p);
src/servers/app/IntPoint.h
33
IntPoint operator+(const IntPoint& p) const;
src/servers/app/IntPoint.h
34
IntPoint operator-(const IntPoint& p) const;
src/servers/app/IntPoint.h
35
IntPoint& operator+=(const IntPoint& p);
src/servers/app/IntPoint.h
36
IntPoint& operator-=(const IntPoint& p);
src/servers/app/IntPoint.h
38
bool operator!=(const IntPoint& p) const;
src/servers/app/IntPoint.h
39
bool operator==(const IntPoint& p) const;
src/servers/app/IntPoint.h
42
operator BPoint() const
src/servers/app/IntPoint.h
80
IntPoint::operator=(const IntPoint& from)
src/servers/app/IntRect.h
173
IntRect::operator=(const IntRect& from)
src/servers/app/IntRect.h
228
IntRect::operator clipping_rect() const
src/servers/app/IntRect.h
32
IntRect& operator=(const IntRect &r);
src/servers/app/IntRect.h
70
bool operator==(const IntRect& r) const;
src/servers/app/IntRect.h
71
bool operator!=(const IntRect& r) const;
src/servers/app/IntRect.h
74
IntRect operator&(const IntRect& r) const;
src/servers/app/IntRect.h
75
IntRect operator|(const IntRect& r) const;
src/servers/app/IntRect.h
78
operator clipping_rect() const;
src/servers/app/IntRect.h
79
operator BRect() const
src/servers/app/MultiLocker.h
72
MultiLocker& operator=(const MultiLocker& other);
src/servers/app/RGBColor.h
49
const RGBColor& operator=(const RGBColor& color);
src/servers/app/RGBColor.h
50
const RGBColor& operator=(const rgb_color& color);
src/servers/app/RGBColor.h
52
bool operator==(const rgb_color& color) const;
src/servers/app/RGBColor.h
53
bool operator==(const RGBColor& color) const;
src/servers/app/RGBColor.h
54
bool operator!=(const rgb_color& color) const;
src/servers/app/RGBColor.h
55
bool operator!=(const RGBColor& color) const;
src/servers/app/RGBColor.h
58
operator rgb_color() const
src/servers/app/ServerFont.h
40
ServerFont &operator=(const ServerFont& font);
src/servers/app/ServerFont.h
41
bool operator==(const ServerFont& other) const;
src/servers/app/drawing/AlphaMaskCache.h
56
bool operator<(const ShapeMaskElement& other) const
src/servers/app/drawing/Painter/Transformable.h
35
Transformable& operator=(const agg::trans_affine& other);
src/servers/app/drawing/Painter/Transformable.h
36
Transformable& operator=(const Transformable& other);
src/servers/app/drawing/Painter/agg_rasterizer_scanline_aa_subpix.h
336
operator = (const rasterizer_scanline_aa_subpix<Clip>&);
src/servers/app/drawing/Painter/agg_renderer_region.h
457
operator = (const renderer_region<PixelFormat>&);
src/servers/app/drawing/Painter/agg_scanline_p_subpix.h
153
const self_type& operator = (const self_type&);
src/servers/app/drawing/Painter/agg_scanline_p_subpix_avrg_filtering.h
181
const self_type& operator = (const self_type&);
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
429
const span& operator*() const { return m_span; }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
430
const span* operator->() const { return &m_span; }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
432
void operator ++ ()
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
72
const span& operator*() const { return m_span; }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
73
const span* operator->() const { return &m_span; }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
75
void operator ++ ()
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
122
const self_type& operator = (const self_type&);
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
151
const self_type& operator = (const self_type&);
src/servers/app/drawing/PatternHandler.h
52
Pattern& operator=(const Pattern& from)
src/servers/app/drawing/PatternHandler.h
55
Pattern& operator=(const int64 &from)
src/servers/app/drawing/PatternHandler.h
58
Pattern& operator=(const pattern &from)
src/servers/app/drawing/PatternHandler.h
61
bool operator==(const Pattern& other) const
src/servers/app/drawing/PatternHandler.h
64
bool operator==(const pattern& other) const
src/servers/app/font/FontCacheEntry.h
141
const FontCacheEntry& operator=(const FontCacheEntry&);
src/servers/app/font/FontEngine.h
126
const FontEngine& operator=(const FontEngine&);
src/servers/app/font/FontManager.h
95
bool operator==(const FontKey& other) const
src/servers/launch/Job.h
108
Job& operator=(const Job& other);
src/servers/package/FSUtils.h
182
operator const BString&() const
src/servers/package/FSUtils.h
187
operator const char*() const
src/servers/registrar/AppInfoList.h
105
inline Iterator &operator=(const Iterator &it)
src/servers/registrar/AppInfoList.h
113
inline Iterator &operator++()
src/servers/registrar/AppInfoList.h
119
inline Iterator operator++(int)
src/servers/registrar/AppInfoList.h
124
inline Iterator &operator--()
src/servers/registrar/AppInfoList.h
130
inline Iterator operator--(int)
src/servers/registrar/AppInfoList.h
135
inline bool operator==(const Iterator &it) const
src/servers/registrar/AppInfoList.h
140
inline bool operator!=(const Iterator &it) const
src/servers/registrar/AppInfoList.h
145
inline RosterAppInfo *operator*() const
src/servers/registrar/RosterSettingsCharStream.h
71
RosterSettingsCharStream& operator=(const RosterSettingsCharStream &ref);
src/system/kernel/scheduler/RunQueue.h
172
RUN_QUEUE_CLASS_NAME::ConstIterator::operator=(const ConstIterator& other)
src/system/kernel/scheduler/RunQueue.h
41
inline Link* operator()(Element* element) const;
src/system/kernel/scheduler/RunQueue.h
50
inline Link* operator()(Element* element) const;
src/system/kernel/scheduler/RunQueue.h
67
inline ConstIterator& operator=(const ConstIterator& other);
src/system/kernel/scheduler/scheduler_thread.h
139
virtual void operator()(ThreadData* thread) = 0;
src/system/kernel/vm/VMKernelArea.h
100
inline Link* operator()(VMKernelAddressRange* range) const
src/system/kernel/vm/VMKernelArea.h
105
inline const Link* operator()(const VMKernelAddressRange* range) const
src/system/libroot/posix/malloc/hoard2/block.h
45
operator=(const block & b)
src/system/libroot/posix/malloc/hoard2/heap.h
151
const hoardHeap & operator=(const hoardHeap &);
src/system/libroot/posix/malloc/hoard2/heapstats.h
38
inline const heapStats & operator=(const heapStats & p);
src/system/libroot/posix/malloc/hoard2/processheap.h
136
const processHeap & operator=(const processHeap &);
src/system/libroot/posix/malloc/hoard2/superblock.h
119
const superblock & operator=(const superblock &);
src/system/libroot/posix/malloc/hoard2/threadheap.h
54
const threadHeap &operator=(const threadHeap &);
src/system/runtime_loader/utility.h
39
T& operator[](size_t idx) { return fData[idx]; }
src/system/runtime_loader/utility.h
40
const T& operator[](size_t idx) const { return fData[idx]; }
src/tests/kits/app/bmessage/MessageBPointItemTest.h
68
std::ostream& operator<<(std::ostream& os, const BPoint& point)
src/tests/kits/app/bmessage/MessageBRectItemTest.h
68
std::ostream& operator<<(std::ostream& os, const BRect& rect)
src/tests/kits/app/bmessage/MessageBoolItemTest.h
47
ArrayType& operator=(const ArrayType& rhs)
src/tests/kits/app/bmessage/MessageBoolItemTest.h
55
bool& operator[](int index)
src/tests/kits/app/bmessage/MessageFlattenableItemTest.h
33
bool operator==(const MyFlattenableType& mft) const;
src/tests/kits/app/bmessage/MessageFlattenableItemTest.h
47
bool MyFlattenableType::operator==(const MyFlattenableType& mft) const
src/tests/kits/app/bmessage/MessageMessageItemTest.h
131
ArrayType& operator=(const ArrayType& rhs)
src/tests/kits/app/bmessage/MessageMessageItemTest.h
139
BMessage& operator[](int index)
src/tests/kits/app/broster/LaunchTesterHelper.h
18
virtual status_t operator()(const char *type, BList *messages, int32 argc,
src/tests/kits/app/broster/LaunchTesterHelper.h
45
status_t operator()(LaunchCaller &caller, const char *type, team_id *team);
src/tests/kits/app/broster/LaunchTesterHelper.h
46
status_t operator()(LaunchCaller &caller, const char *type,
src/tests/kits/game/chart/ChartWindow.h
132
TPoint operator* (const float k) const;
src/tests/kits/game/chart/ChartWindow.h
133
TPoint operator- (const TPoint& v2) const;
src/tests/kits/game/chart/ChartWindow.h
134
TPoint operator+ (const TPoint& v2) const;
src/tests/kits/game/chart/ChartWindow.h
135
TPoint operator^ (const TPoint& v2) const;
src/tests/kits/game/chart/ChartWindow.h
144
TPoint operator* (const TPoint& v) const;
src/tests/kits/interface/picture/Matrix.h
148
inline BMatrix &BMatrix::operator*=(const BMatrix &matrix)
src/tests/kits/interface/picture/Matrix.h
33
BMatrix &operator*=(const BMatrix &matrix);
src/tests/kits/storage/BasicTest.h
54
operator==(const struct stat &st1, const struct stat &st2)
src/tests/servers/app/newerClipping/WindowLayer.h
47
UpdateSession& operator=(const UpdateSession& other);
src/tests/system/kernel/file_corruption/CheckSum.h
30
CheckSum& operator=(const CheckSum& other)
src/tests/system/kernel/file_corruption/CheckSum.h
36
CheckSum& operator=(const void* buffer)
src/tests/system/kernel/file_corruption/CheckSum.h
42
bool operator==(const void* buffer) const
src/tests/system/kernel/file_corruption/CheckSum.h
47
bool operator!=(const void* buffer) const
src/tools/translation/inspector/StatusCheck.h
46
const StatusCheck &operator=(status_t ret);