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

123456

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.h74 void operator=(const RCTime&);
75 void operator=(const PRExplodedTime&);
78 PRBool operator<(const RCTime&);
79 PRBool operator>(const RCTime&);
80 PRBool operator<=(const RCTime&);
81 PRBool operator>=(const RCTime&);
82 PRBool operator==(const RCTime&);
85 RCTime operator+(const RCTime&);
86 RCTime operator-(const RCTime&);
87 RCTime& operator
[all...]
H A Drcinrval.h68 void operator=(const RCInterval&);
69 void operator=(PRIntervalTime interval);
71 PRBool operator<(const RCInterval&);
72 PRBool operator>(const RCInterval&);
73 PRBool operator==(const RCInterval&);
74 PRBool operator>=(const RCInterval&);
75 PRBool operator<=(const RCInterval&);
77 RCInterval operator+(const RCInterval&);
78 RCInterval operator-(const RCInterval&);
79 RCInterval& operator
[all...]
H A Drcnetdb.h67 void operator=(const RCNetAddr&);
69 virtual PRBool operator==(const RCNetAddr&) const;
77 void operator=(const PRNetAddr*); /* construction from more primitive data */
78 operator const PRNetAddr*() const; /* extraction of underlying representation */
110 virtual const RCNetAddr* operator[](PRUintn);
118 RCHostLookup& operator=(const RCHostLookup&);
122 inline RCNetAddr::operator const PRNetAddr*() const { return &address; }
H A Drclock.h63 void operator=(const RCLock&); /* nor that */
86 void operator=(const RCEnter&);
88 void *operator new(PRSize) { return NULL; }
89 void operator delete(void*) { }
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.h204 nsInputStream& operator >> (char& ch);
207 nsInputStream& operator >> (nsInputStream& (*pf)(nsInputStream&))
226 nsInputStream& operator >> (char* buf); // TOO DANGEROUS. DON'T DEFINE.
230 nsInputStream& operator=(const nsInputStream& rhs);
273 nsOutputStream& operator << (const char* buf);
274 nsOutputStream& operator << (char ch);
275 nsOutputStream& operator << (short val);
276 nsOutputStream& operator << (unsigned short val);
277 nsOutputStream& operator << (long val);
278 nsOutputStream& operator << (unsigne
[all...]
H A DnsFileSpec.h255 void operator = (const char*);
256 void operator = (const nsString&);
257 void operator = (const nsSimpleCharString&);
259 operator const char*() const { return mData ? mData->mString : 0; }
260 operator char* ()
265 PRBool operator == (const char*);
266 PRBool operator == (const nsString&);
267 PRBool operator == (const nsSimpleCharString&);
269 void operator += (const char* inString);
270 nsSimpleCharString operator
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokPtr.h53 // 8-Apr-97 MR1 Make operator -> a const member function
56 ANTLRAbstractToken *operator-> () const { return ptr_; } // MR1
61 void operator = (const ANTLRTokenPtr & lhs); // MR1
62 void operator = (ANTLRAbstractToken *addr);
63 int operator != (const ANTLRTokenPtr &q) const // MR1 // MR11 unsigned -> int
65 int operator == (const ANTLRTokenPtr &q) const // MR1 // MR11 unsigned -> int
67 int operator == (const ANTLRAbstractToken *addr) const // MR11
69 int operator != (const ANTLRAbstractToken *addr) const // MR11
82 * Since you cannot redefine operator->() to return one of the user's
86 #define mytoken(tk) ((ANTLRToken *)(tk.operator
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dkernel_cpp.h48 operator new(size_t size) throw (std::bad_alloc)
58 operator new[](size_t size) throw (std::bad_alloc)
65 operator new(size_t size, const std::nothrow_t &) throw ()
72 operator new[](size_t size, const std::nothrow_t &) throw ()
79 operator new(size_t size, const mynothrow_t &) throw ()
86 operator new[](size_t size, const mynothrow_t &) throw ()
93 operator delete(void *ptr) throw ()
100 operator delete[](void *ptr) throw ()
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.h70 virtual void* operator()(void* anObject)=0;
234 * Deque assignment operator (PRIVATE)
239 nsDeque& operator=(const nsDeque& anOther);
283 * Standard assignment operator for dequeiterator
287 nsDequeIterator& operator=(const nsDequeIterator& aCopy);
296 PRBool operator!=(nsDequeIterator& aIter);
307 PRBool operator<(nsDequeIterator& aIter);
315 PRBool operator==(nsDequeIterator& aIter);
326 PRBool operator>=(nsDequeIterator& aIter);
329 * Pre-increment operator
[all...]
H A DnsAtomTable.h64 void* operator new(size_t size, const nsACString& aString) CPP_THROW_NEW;
66 void operator delete(void* ptr) {
67 ::operator delete(ptr);
92 void* operator new(size_t size, const nsACString& aString) CPP_THROW_NEW {
93 return AtomImpl::operator new(size, aString);
95 void* operator new(size_t size, AtomImpl* aAtom) CPP_THROW_NEW;
H A DnsInt64.h104 const nsTInt64& operator =(const nsTInt64& aObject) {
112 operator PRInt32(void) const {
121 operator PRUint32(void) const {
130 operator PRFloat64(void) const {
139 operator T() const {
146 const nsTInt64 operator -(void) {
157 nsTInt64& operator +=(const nsTInt64& aObject) {
165 nsTInt64& operator -=(const nsTInt64& aObject) {
173 nsTInt64& operator *=(const nsTInt64& aObject) {
181 nsTInt64& operator /
[all...]
H A DnsTime.h98 const nsTime& operator =(const nsTime& aTime) {
106 operator PRTime(void) const {
115 operator <(const nsTime& aTime1, const nsTime& aTime2) {
123 operator <=(const nsTime& aTime1, const nsTime& aTime2) {
131 operator >(const nsTime& aTime1, const nsTime& aTime2) {
139 operator >=(const nsTime& aTime1, const nsTime& aTime2) {
/vbox/include/VBox/com/
H A DMultiResult.h76 FWResult &operator= (HRESULT aRC)
85 operator HRESULT() const { return mRC; }
87 HRESULT *operator&() { return &mRC; }
187 MultiResult &operator= (HRESULT aRC)
189 FWResult::operator= (aRC);
193 MultiResult &operator= (const MultiResult & /* aThat */)
235 MultiResultRef &operator= (HRESULT aRC)
245 operator HRESULT() const { return mRC; }
247 HRESULT *operator&() { return &mRC; }
H A Dstring.h139 Bstr& operator=(const Bstr &that)
146 Bstr& operator=(CBSTR that)
154 Bstr& operator=(const wchar_t *that)
206 bool operator==(const Bstr &that) const { return !compare(that.m_bstr); }
207 bool operator==(CBSTR that) const { return !compare(that); }
208 bool operator==(BSTR that) const { return !compare(that); }
209 bool operator!=(const Bstr &that) const { return !!compare(that.m_bstr); }
210 bool operator!=(CBSTR that) const { return !!compare(that); }
211 bool operator!=(BSTR that) const { return !!compare(that); }
212 bool operator<(cons
[all...]
H A DGuid.h161 Guid& operator=(const Guid &that)
169 Guid& operator=(const RTUUID &guid)
179 Guid& operator=(const GUID &guid)
190 Guid& operator=(const char *str)
213 Guid& operator=(CBSTR str)
236 Guid& operator=(const Utf8Str &str)
238 return operator=(str.c_str());
241 Guid& operator=(const RTCString &str)
243 return operator=(str.c_str());
246 Guid& operator
[all...]
/vbox/src/VBox/NetworkServices/NetLib/cpp/
H A Dutils.h21 /* less operator for IPv4 addresess */
22 static bool operator <(const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)
28 static bool operator== (const RTMAC& lhs, const RTMAC& rhs)
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessageUtils.h60 void operator=(const ipcMessage *ptr) { mPtr = (const T *) ptr; }
61 const T *operator->() { return mPtr; }
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h52 operator FLOAT* ();
53 operator const FLOAT* () const;
55 D3DXVECTOR2& operator += (const D3DXVECTOR2&);
56 D3DXVECTOR2& operator -= (const D3DXVECTOR2&);
57 D3DXVECTOR2& operator *= (FLOAT);
58 D3DXVECTOR2& operator /= (FLOAT);
60 D3DXVECTOR2 operator + () const;
61 D3DXVECTOR2 operator - () const;
63 D3DXVECTOR2 operator + (const D3DXVECTOR2&) const;
64 D3DXVECTOR2 operator
[all...]
H A Dd3dvec.inl38 inline _D3DVECTOR& _D3DVECTOR::operator += (const _D3DVECTOR& v)
44 inline _D3DVECTOR& _D3DVECTOR::operator -= (const _D3DVECTOR& v)
50 inline _D3DVECTOR& _D3DVECTOR::operator *= (const _D3DVECTOR& v)
56 inline _D3DVECTOR& _D3DVECTOR::operator /= (const _D3DVECTOR& v)
62 inline _D3DVECTOR& _D3DVECTOR::operator *= (D3DVALUE s)
68 inline _D3DVECTOR& _D3DVECTOR::operator /= (D3DVALUE s)
76 inline _D3DVECTOR operator + (const _D3DVECTOR& v)
81 inline _D3DVECTOR operator - (const _D3DVECTOR& v)
88 inline _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
93 inline _D3DVECTOR operator
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h54 operator FLOAT* ();
55 operator CONST FLOAT* () const;
57 D3DXVECTOR2& operator += (CONST D3DXVECTOR2&);
58 D3DXVECTOR2& operator -= (CONST D3DXVECTOR2&);
59 D3DXVECTOR2& operator *= (FLOAT);
60 D3DXVECTOR2& operator /= (FLOAT);
62 D3DXVECTOR2 operator + () const;
63 D3DXVECTOR2 operator - () const;
65 D3DXVECTOR2 operator + (CONST D3DXVECTOR2&) const;
66 D3DXVECTOR2 operator
[all...]
H A Dd3dx9math.h51 operator FLOAT* ();
52 operator CONST FLOAT* () const;
54 D3DXVECTOR2& operator += (CONST D3DXVECTOR2&);
55 D3DXVECTOR2& operator -= (CONST D3DXVECTOR2&);
56 D3DXVECTOR2& operator *= (FLOAT);
57 D3DXVECTOR2& operator /= (FLOAT);
59 D3DXVECTOR2 operator + () const;
60 D3DXVECTOR2 operator - () const;
62 D3DXVECTOR2 operator + (CONST D3DXVECTOR2&) const;
63 D3DXVECTOR2 operator
[all...]
H A Dd3dvec.inl45 inline _D3DVECTOR& _D3DVECTOR::operator += (const _D3DVECTOR& v)
51 inline _D3DVECTOR& _D3DVECTOR::operator -= (const _D3DVECTOR& v)
57 inline _D3DVECTOR& _D3DVECTOR::operator *= (const _D3DVECTOR& v)
63 inline _D3DVECTOR& _D3DVECTOR::operator /= (const _D3DVECTOR& v)
69 inline _D3DVECTOR& _D3DVECTOR::operator *= (D3DVALUE s)
75 inline _D3DVECTOR& _D3DVECTOR::operator /= (D3DVALUE s)
83 inline _D3DVECTOR operator + (const _D3DVECTOR& v)
88 inline _D3DVECTOR operator - (const _D3DVECTOR& v)
95 inline _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
100 inline _D3DVECTOR operator
[all...]
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h86 // nsReadingIterator<CharT>& operator=( const nsReadingIterator<CharT>& ); // auto-generated copy-assignment operator OK
110 operator*() const
119 operator->() const
126 operator++()
133 operator++( int )
141 operator--()
148 operator--( int )
222 // nsWritingIterator<CharT>& operator=( const nsWritingIterator<CharT>& ); // auto-generated copy-assignment operator O
[all...]
H A DnsAString.h86 virtual int operator()( const char_type*, const char_type*, PRUint32 length ) const;
87 virtual int operator()( char_type, char_type ) const;
H A DnsTString.h99 // |operator=| does not inherit, so we must define our own
100 self_type& operator=( char_type c ) { Assign(c); return *this; }
101 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
102 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
103 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
104 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
105 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
131 char_type operator[]( index_type i ) const
481 // |operator=| does not inherit, so we must define our own
482 self_type& operator
[all...]

Completed in 1505 milliseconds

123456