Searched refs:operator (Results 1 - 25 of 811) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tools/stubgen/test/
H A DMJRString.H16 friend ostream & operator<<(ostream&, const MJRString &s);
17 friend istream & operator>>(istream&, MJRString &s);
27 const MJRString & operator=(const MJRString &right);
28 const MJRString & operator=(const char *right);
29 const MJRString & operator+=(const MJRString &right);
30 const MJRString & operator+=(const char *right);
33 int operator! () const;
34 int operator==(const MJRString &right) const;
35 int operator==(const char *right) const;
36 int operator!
[all...]
H A DRational.H10 friend ostream & operator<<(ostream &output, const Rational &r);
12 friend Rational operator+(int n, const Rational &r);
13 friend Rational operator-(int n, const Rational &r);
14 friend Rational operator*(int n, const Rational &r);
15 friend Rational operator/(int n, const Rational &r);
16 friend int operator==(int n, const Rational &r);
17 friend int operator!=(int n, const Rational &r);
18 friend int operator< (int n, const Rational &r);
19 friend int operator> (int n, const Rational &r);
20 friend int operator<
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Dkernel_cpp.h7 operator new(size_t size)
14 operator new[](size_t size)
21 operator delete(void *pointer)
28 operator delete[](void *pointer)
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A Dkernel_cpp.h7 operator new(size_t size)
14 operator new[](size_t size)
21 operator delete(void *pointer)
28 operator delete[](void *pointer)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A Dkernel-cpp.h26 inline void *operator new(size_t size, const nothrow_t&) throw()
31 inline void *operator new[](size_t size, const nothrow_t&) throw()
36 inline void operator delete(void *ptr)
41 inline void operator delete[](void *ptr)
/haiku-fatelf/headers/cpp/std/
H A Ddcomplex.h43 complex& operator+= (const complex& r) { return __doapl (this, r); }
44 complex& operator-= (const complex& r) { return __doami (this, r); }
45 complex& operator*= (const complex& r) { return __doaml (this, r); }
46 complex& operator/= (const complex& r) { return __doadv (this, r); }
59 friend inline complex operator + (const complex& x, double y)
60 { return operator+<> (x, y); }
61 friend inline complex operator + (double x, const complex& y)
62 { return operator+<> (x, y); }
63 friend inline complex operator - (const complex& x, double y)
64 { return operator
[all...]
H A Dfcomplex.h43 complex& operator+= (const complex& r) { return __doapl (this, r); }
44 complex& operator-= (const complex& r) { return __doami (this, r); }
45 complex& operator*= (const complex& r) { return __doaml (this, r); }
46 complex& operator/= (const complex& r) { return __doadv (this, r); }
59 friend inline complex operator + (const complex& x, float y)
60 { return operator+<> (x, y); }
61 friend inline complex operator + (float x, const complex& y)
62 { return operator+<> (x, y); }
63 friend inline complex operator - (const complex& x, float y)
64 { return operator
[all...]
H A Dldcomplex.h43 complex& operator+= (const complex& r) { return __doapl (this, r); }
44 complex& operator-= (const complex& r) { return __doami (this, r); }
45 complex& operator*= (const complex& r) { return __doaml (this, r); }
46 complex& operator/= (const complex& r) { return __doadv (this, r); }
59 friend inline complex operator + (const complex& x, long double y)
60 { return operator+<> (x, y); }
61 friend inline complex operator + (long double x, const complex& y)
62 { return operator+<> (x, y); }
63 friend inline complex operator - (const complex& x, long double y)
64 { return operator
[all...]
H A Dgslice_array.h42 void operator= (const valarray<_Tp>&) const;
43 void operator*= (const valarray<_Tp>&) const;
44 void operator/= (const valarray<_Tp>&) const;
45 void operator%= (const valarray<_Tp>&) const;
46 void operator+= (const valarray<_Tp>&) const;
47 void operator-= (const valarray<_Tp>&) const;
48 void operator^= (const valarray<_Tp>&) const;
49 void operator&= (const valarray<_Tp>&) const;
50 void operator|= (const valarray<_Tp>&) const;
51 void operator<<
[all...]
H A Dindirect_array.h42 void operator= (const valarray<_Tp>&) const;
43 void operator*= (const valarray<_Tp>&) const;
44 void operator/= (const valarray<_Tp>&) const;
45 void operator%= (const valarray<_Tp>&) const;
46 void operator+= (const valarray<_Tp>&) const;
47 void operator-= (const valarray<_Tp>&) const;
48 void operator^= (const valarray<_Tp>&) const;
49 void operator&= (const valarray<_Tp>&) const;
50 void operator|= (const valarray<_Tp>&) const;
51 void operator<<
[all...]
H A Dmask_array.h42 void operator= (const valarray<_T>&) const;
43 void operator*= (const valarray<_T>&) const;
44 void operator/= (const valarray<_T>&) const;
45 void operator%= (const valarray<_T>&) const;
46 void operator+= (const valarray<_T>&) const;
47 void operator-= (const valarray<_T>&) const;
48 void operator^= (const valarray<_T>&) const;
49 void operator&= (const valarray<_T>&) const;
50 void operator|= (const valarray<_T>&) const;
51 void operator<<
[all...]
H A Dslice_array.h43 void operator= (const valarray<_T>&) const;
44 void operator*= (const valarray<_T>&) const;
45 void operator/= (const valarray<_T>&) const;
46 void operator%= (const valarray<_T>&) const;
47 void operator+= (const valarray<_T>&) const;
48 void operator-= (const valarray<_T>&) const;
49 void operator^= (const valarray<_T>&) const;
50 void operator&= (const valarray<_T>&) const;
51 void operator|= (const valarray<_T>&) const;
52 void operator<<
[all...]
/haiku-fatelf/src/servers/app/
H A DAngle.h60 Angle &operator=(const Angle &from);
61 Angle &operator=(const float &from);
62 Angle &operator=(const long &from);
63 Angle &operator=(const int &from);
65 bool operator==(const Angle &from);
66 bool operator!=(const Angle &from);
67 bool operator<(const Angle &from);
68 bool operator>(const Angle &from);
69 bool operator>=(const Angle &from);
70 bool operator<
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A Dkernel_cpp.h27 operator new(size_t size) throw (std::bad_alloc)
37 operator new[](size_t size) throw (std::bad_alloc)
44 operator new(size_t size, const std::nothrow_t &) throw ()
51 operator new[](size_t size, const std::nothrow_t &) throw ()
58 operator new(size_t size, const mynothrow_t &) throw ()
65 operator new[](size_t size, const mynothrow_t &) throw ()
72 operator delete(void *ptr) throw ()
79 operator delete[](void *ptr) throw ()
H A DFixedWidthPointer.h28 operator Type*() const
33 Type& operator*() const
38 Type* operator->() const
43 Type& operator[](size_t i) const
48 FixedWidthPointer& operator=(const FixedWidthPointer& p)
54 FixedWidthPointer& operator=(Type* p)
92 operator void*() const
97 FixedWidthPointer& operator=(const FixedWidthPointer& p)
103 FixedWidthPointer& operator=(void* p)
126 operator
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw()
32 inline void *operator new[](size_t size, const nothrow_t&) throw()
37 inline void operator delete(void *ptr)
42 inline void operator delete[](void *ptr)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dcpp.h26 inline void *operator new(size_t size, const nothrow_t&) throw()
31 inline void *operator new[](size_t size, const nothrow_t&) throw()
36 inline void operator delete(void *ptr)
41 inline void operator delete[](void *ptr)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw()
32 inline void *operator new[](size_t size, const nothrow_t&) throw()
37 inline void operator delete(void *ptr)
42 inline void operator delete[](void *ptr)
/haiku-fatelf/headers/cpp/
H A Dstl_hash_fun.h51 size_t operator()(const char* __s) const { return __stl_hash_string(__s); }
56 size_t operator()(const char* __s) const { return __stl_hash_string(__s); }
60 size_t operator()(char __x) const { return __x; }
63 size_t operator()(unsigned char __x) const { return __x; }
66 size_t operator()(unsigned char __x) const { return __x; }
69 size_t operator()(short __x) const { return __x; }
72 size_t operator()(unsigned short __x) const { return __x; }
75 size_t operator()(int __x) const { return __x; }
78 size_t operator()(unsigned int __x) const { return __x; }
81 size_t operator()(lon
[all...]
H A Dstl_relops.h37 inline bool operator!=(const _Tp& __x, const _Tp& __y) {
42 inline bool operator>(const _Tp& __x, const _Tp& __y) {
47 inline bool operator<=(const _Tp& __x, const _Tp& __y) {
52 inline bool operator>=(const _Tp& __x, const _Tp& __y) {
/haiku-fatelf/headers/private/fs_shell/
H A DKPath.h41 KPath& operator=(const KPath& other);
42 KPath& operator=(const char* path);
44 bool operator==(const KPath& other) const;
45 bool operator==(const char* path) const;
46 bool operator!=(const KPath& other) const;
47 bool operator!=(const char* path) const;
/haiku-fatelf/headers/os/interface/
H A DPoint.h24 BPoint& operator=(const BPoint& other);
30 BPoint operator-() const;
31 BPoint operator+(const BPoint& other) const;
32 BPoint operator-(const BPoint& other) const;
33 BPoint& operator+=(const BPoint& other);
34 BPoint& operator-=(const BPoint& other);
36 bool operator!=(const BPoint& other) const;
37 bool operator==(const BPoint& other) const;
73 BPoint::operator=(const BPoint& other)
/haiku-fatelf/headers/private/mail/
H A DNodeMessage.h30 _IMPEXP_MAIL BNode& operator<<(BNode& n, const BMessage& m);
31 _IMPEXP_MAIL BNode& operator>>(BNode& n, BMessage& m);
32 inline const BMessage& operator>>(const BMessage& m, BNode& n){n<<m;return m;}
33 inline BMessage& operator<<( BMessage& m, BNode& n){n>>m;return m;}
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfAutoArray.h63 operator T * () {return _data;}
64 operator const T * () const {return _data;}
80 operator T * () {return _data;}
81 operator const T * () const {return _data;}
H A DImfName.h65 // Assignment operator
68 Name & operator = (const char text[]);
76 const char * operator * () const {return _text;}
91 bool operator == (const Name &x, const Name &y);
92 bool operator != (const Name &x, const Name &y);
93 bool operator < (const Name &x, const Name &y);
101 Name::operator = (const char text[])
124 operator == (const Name &x, const Name &y)
131 operator != (const Name &x, const Name &y)
138 operator < (cons
[all...]

Completed in 130 milliseconds

1234567891011>>