Searched refs:operator (Results 51 - 75 of 811) sorted by relevance

1234567891011>>

/haiku-fatelf/src/build/libroot/
H A DNodeRef.h34 NodeRef &operator=(const NodeRef &other)
41 bool operator==(const NodeRef &other) const
46 bool operator!=(const NodeRef &other) const
51 bool operator<(const NodeRef &other) const
/haiku-fatelf/src/tools/translation/inspector/
H A DStatusCheck.h46 const StatusCheck &operator=(status_t ret);
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Dguid.h18 inline bool operator==(const guid &other) const;
19 inline bool operator!=(const guid &other) const;
24 guid_t::operator==(const guid_t &other) const
34 guid_t::operator!=(const guid_t &other) const
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.h134 PVOID operator new( size_t Size );
135 VOID operator delete( PVOID pVoid );
143 friend BOOLEAN operator == ( CONST CChannelMask &LVal,
147 CChannelMask& operator = (CONST CChannelMask & RVal);
150 VOID operator += (CONST CChannelMask & RVal);
153 VOID operator -= (CONST CChannelMask & RVal);
156 VOID operator &= (CONST CChannelMask & RVal);
159 VOID operator |= (CONST CChannelMask & RVal);
218 PVOID operator new( size_t Size );
219 VOID operator delet
[all...]
H A DCIndigoDJ.h55 PVOID operator new( size_t Size );
56 VOID operator delete( PVOID pVoid );
/haiku-fatelf/headers/private/kernel/util/
H A DKernelUtilsOrder.h36 The < operator must be defined on the template argument type.
41 inline int operator()(const Value &a, const Value &b) const
54 The < operator must be defined on the template argument type.
59 inline int operator()(const Value &a, const Value &b) const
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DSourceLine.h47 bool operator ==( const SourceLine &other ) const;
48 bool operator !=( const SourceLine &other ) const;
/haiku-fatelf/headers/os/interface/
H A DAlignment.h32 inline bool operator==(const BAlignment& other) const;
33 inline bool operator!=(const BAlignment& other) const;
35 inline BAlignment& operator=(const BAlignment& other);
107 BAlignment::operator==(const BAlignment& other) const
114 BAlignment::operator!=(const BAlignment& other) const
121 BAlignment::operator=(const BAlignment& other)
/haiku-fatelf/headers/private/kernel/fs/
H A DKPath.h49 KPath& operator=(const KPath& other);
50 KPath& operator=(const char* path);
52 bool operator==(const KPath& other) const;
53 bool operator==(const char* path) const;
54 bool operator!=(const KPath& other) const;
55 bool operator!=(const char* path) const;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerNodeID.h36 NodeID& operator=(const NodeID& other)
43 bool operator==(const NodeID& other) const
48 bool operator!=(const NodeID& other) const
65 inline ServerNodeID& operator=(const NodeID& other);
71 ServerNodeID::operator=(const NodeID& other)
73 NodeID::operator=(other);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlSInteger.h58 EbmlSInteger & operator=(const int64 NewValue) {Value = NewValue; bValueIsSet = true; return *this;}
70 bool operator<(const EbmlSInteger & EltCmp) const {return Value < EltCmp.Value;}
72 operator int8() {return int8(Value);}
73 operator int16() {return int16(Value);}
74 operator int32() {return int32(Value);}
75 operator int64() {return Value;}
H A DEbmlUInteger.h58 EbmlUInteger & operator=(const uint64 NewValue) {Value = NewValue; bValueIsSet = true; return *this;}
70 bool operator<(const EbmlUInteger & EltCmp) const {return Value < EltCmp.Value;}
72 operator uint8() const {return uint8(Value); }
73 operator uint16() const {return uint16(Value);}
74 operator uint32() const {return uint32(Value);}
75 operator uint64() const {return Value;}
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DServerNodeID.h36 NodeID& operator=(const NodeID& other)
43 bool operator==(const NodeID& other) const
48 bool operator!=(const NodeID& other) const
65 inline ServerNodeID& operator=(const NodeID& other);
71 ServerNodeID::operator=(const NodeID& other)
73 NodeID::operator=(other);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfFrameBuffer.h172 Slice & operator [] (const char name[]);
173 const Slice & operator [] (const char name[]) const;
212 Iterator & operator ++ ();
213 Iterator operator ++ (int);
234 ConstIterator & operator ++ ();
235 ConstIterator operator ++ (int);
242 friend bool operator == (const ConstIterator &, const ConstIterator &);
243 friend bool operator != (const ConstIterator &, const ConstIterator &);
269 FrameBuffer::Iterator::operator ++ ()
277 FrameBuffer::Iterator::operator
[all...]
/haiku-fatelf/headers/cpp/std/
H A Dstd_valarray.h137 valarray<_Tp>& operator=(const valarray<_Tp>&);
138 valarray<_Tp>& operator=(const _Tp&);
139 valarray<_Tp>& operator=(const slice_array<_Tp>&);
140 valarray<_Tp>& operator=(const gslice_array<_Tp>&);
141 valarray<_Tp>& operator=(const mask_array<_Tp>&);
142 valarray<_Tp>& operator=(const indirect_array<_Tp>&);
145 operator= (const _Expr<_Dom,_Tp>&);
148 _Tp operator[](size_t) const;
149 _Tp& operator[](size_t);
151 _Expr<_SClos<_ValArray,_Tp>, _Tp> operator[](slic
[all...]
H A Dcomplext.h59 complex& operator += (const complex&);
60 complex& operator -= (const complex&);
61 complex& operator *= (const complex&);
62 complex& operator /= (const complex&);
89 complex<_FLT>::operator += (const complex<_FLT>& r)
104 complex<_FLT>::operator -= (const complex<_FLT>& r)
120 complex<_FLT>::operator *= (const complex<_FLT>& r)
127 complex<_FLT>::operator /= (const complex<_FLT>& r)
151 operator + (const complex<_FLT>& x, const complex<_FLT>& y) __attribute__ ((const));
154 operator
[all...]
/haiku-fatelf/headers/os/media/
H A DTimeCode.h75 BTimeCode& operator=(const BTimeCode& other);
76 bool operator==(const BTimeCode& other) const;
77 bool operator<(const BTimeCode& other) const;
79 BTimeCode& operator+=(const BTimeCode& other);
80 BTimeCode& operator-=(const BTimeCode& other);
82 BTimeCode operator+(const BTimeCode& other) const;
83 BTimeCode operator-(const BTimeCode& other) const;
/haiku-fatelf/headers/libs/agg/
H A Dagg_gamma_functions.h27 double operator()(double x) const { return x; }
41 double operator() (double x) const
61 double operator() (double x) const
84 double operator() (double x) const
107 double operator() (double x) const
/haiku-fatelf/headers/private/app/
H A DLooperList.h51 LooperData& operator=(const LooperData& rhs);
57 bool operator()(LooperData& Data);
62 bool operator()(LooperData& Data);
67 bool operator()(LooperData& Data);
72 bool operator()(LooperData& Data);
/haiku-fatelf/src/apps/debugger/types/
H A DSourceLocation.h27 SourceLocation& operator=(const SourceLocation& other)
34 bool operator==(const SourceLocation& other) const
39 bool operator!=(const SourceLocation& other) const
44 bool operator<(const SourceLocation& other) const
50 bool operator<=(const SourceLocation& other) const
/haiku-fatelf/src/kits/opengl/
H A DGLDispatcher.h29 BGLDispatcher & operator=(const BGLDispatcher &);
44 const _glapi_proc operator[](const char* functionName);
45 const char* operator[](uint32 offset);
82 BGLDispatcher::operator[](const char* functionName)
89 BGLDispatcher::operator[](uint32 offset)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DReferencable.h83 Type& operator*() const
88 Type* operator->() const
93 Reference& operator=(const Reference<Type>& other)
99 bool operator==(const Reference<Type>& other) const
104 bool operator!=(const Reference<Type>& other) const
/haiku-fatelf/headers/cpp/
H A Diomanip.h49 smanip<TP> operator()(TP a)
54 inline istream& operator>>(istream& i, const smanip<TP>& m);
56 inline ostream& operator<<(ostream& o, const smanip<TP>& m);
65 istream& operator>> <>(istream& i, const smanip<TP>& m);
67 ostream& operator<< <>(ostream& o, const smanip<TP>& m);
76 inline istream& operator>>(istream& i, const smanip<TP>& m)
80 inline ostream& operator<<(ostream& o, const smanip<TP>& m)
85 template istream& operator>>(istream&, const smanip<int>&);
87 template istream& operator>>(istream&, const smanip<ios::fmtflags>&);
89 template ostream& operator<<(ostrea
[all...]
H A Dmemory40 auto_ptr& operator=(auto_ptr& __a) __STL_NOTHROW {
48 auto_ptr& operator=(auto_ptr<_Tp1>& __a) __STL_NOTHROW {
57 _Tp& operator*() const __STL_NOTHROW {
60 _Tp* operator->() const __STL_NOTHROW {
92 template <class _Tp1> operator auto_ptr_ref<_Tp1>() __STL_NOTHROW
94 template <class _Tp1> operator auto_ptr<_Tp1>() __STL_NOTHROW
/haiku-fatelf/headers/build/os/storage/
H A DVolume.h43 bool operator==(const BVolume &volume) const;
44 bool operator!=(const BVolume &volume) const;
45 BVolume &operator=(const BVolume &volume);

Completed in 216 milliseconds

1234567891011>>