Searched refs:operator (Results 251 - 275 of 811) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntryRef.h32 NoAllocEntryRef& operator=(const entry_ref& ref);
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DEndpointInfo.h28 EndpointInfo& operator=(const EndpointInfo& info);
/haiku-fatelf/headers/cpp/
H A Dstl_rope.h77 virtual void operator()(size_t __start_pos, size_t __len,
135 sequence_buffer& operator= (sequence_buffer& __x) {
141 sequence_buffer& operator= (const sequence_buffer& __x) {
184 sequence_buffer& operator=(const value_type& __rhs)
189 sequence_buffer& operator*() { return *this; }
190 sequence_buffer& operator++() { return *this; }
191 sequence_buffer& operator++(int) { return *this; }
204 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0;
211 // template parameters for such an equality operator cannot be inferred
669 virtual void operator()(size_
[all...]
H A DPlotFile.h52 PlotFile& operator << (const int x);
53 PlotFile& operator << (const char *s);
H A Ddefalloc.h44 T* tmp = (T*)(::operator new((size_t)(size * sizeof(T))));
59 ::operator delete(buffer);
H A Dstl_pair.h53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
H A Dstl_queue.h42 friend bool operator== __STL_NULL_TMPL_ARGS (const queue&, const queue&);
43 friend bool operator< __STL_NULL_TMPL_ARGS (const queue&, const queue&);
69 operator==(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
76 operator<(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
85 operator!=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
92 operator>(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
99 operator<=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
106 operator>=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y)
/haiku-fatelf/headers/libs/alm/
H A DALMGroup.h38 ALMGroup& operator|(const ALMGroup& right);
39 ALMGroup& operator/(const ALMGroup& bottom);
/haiku-fatelf/headers/private/interface/
H A DBMCPrivate.h29 _BMCFilter_& operator=(const _BMCFilter_&);
61 _BMCMenuBar_&operator=(const _BMCMenuBar_&);
/haiku-fatelf/headers/private/userlandfs/shared/
H A DObjectTracker.h32 inline DoublyLinkedListLink<ObjectTrackable> *operator()(
38 inline const DoublyLinkedListLink<ObjectTrackable> *operator()(
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DException.h26 bool operator ==( const Type &other ) const
48 Exception& operator= (const Exception& other);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.h267 PVOID operator new( size_t Size );
268 VOID operator delete( PVOID pVoid );
H A DCMtcSync.h77 PVOID operator new( size_t Size );
78 VOID operator delete( PVOID pVoid );
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryIterator.h63 DoublyLinkedListLink<QueryIterator>* operator()(
69 const DoublyLinkedListLink<QueryIterator>* operator()(
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.h53 DoublyLinkedListLink<Entry>* operator()(Entry* entry) const
58 const DoublyLinkedListLink<Entry>* operator()(const Entry* entry) const
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DUtils.h16 inline bool operator<(const timespec& a, const timespec& b)
23 inline bool operator>(const timespec& a, const timespec& b)
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h118 Key &operator=(const Key &k)
245 bool operator==(const VKey &k) const { return (Compare(k) == 0); }
246 bool operator!=(const VKey &k) const { return (Compare(k) != 0); }
247 bool operator<(const VKey &k) const { return (Compare(k) < 0); }
248 bool operator>(const VKey &k) const { return (Compare(k) > 0); }
249 bool operator<=(const VKey &k) const { return (Compare(k) <= 0); }
250 bool operator>=(const VKey &k) const { return (Compare(k) >= 0); }
252 VKey &operator=(const VKey &k)
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfString.h42 UdfString& operator=(const array<char, length> &dString);
93 UdfString::operator=(const array<char, length> &dString)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h51 PPPInterface& operator= (const PPPInterface& copy)
54 PPPInterface& operator= (ppp_interface_id ID)
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlBinary.h88 operator const binary &() const {return *Data;}
94 bool operator==(const EbmlBinary & ElementToCompare) const;
H A DEbmlEndian.h83 inline operator const TYPE&() const { return platform_value; }
87 inline bool operator!=(const binary *buffer) const {return *((TYPE*)buffer) == platform_value;}
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxTracks.h54 operator const EbmlId &() const {return ClassInfos.GlobalId;}
65 operator const EbmlId &() const {return ClassInfos.GlobalId;}
/haiku-fatelf/src/add-ons/translators/exr/openexr/half/
H A DhalfFunction.h61 // half values by calling the the halfFunction object's operator()
112 T operator () (half x) const;
153 halfFunction<T>::operator () (half x) const
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfIO.h141 IStream & operator = (const IStream &); // not implemented
204 OStream & operator = (const OStream &); // not implemented
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DNodeKey.h78 NodeKey& operator=(
81 bool operator<(

Completed in 124 milliseconds

<<11121314151617181920>>