/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsInt64.h | 104 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 D | nsTime.h | 98 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/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rctime.cpp | 52 void RCTime::operator=(const PRExplodedTime& time) 55 RCTime RCTime::operator+(const RCTime& his) 58 RCTime RCTime::operator-(const RCTime& his) 61 RCTime RCTime::operator/(PRUint64 his) 64 RCTime RCTime::operator*(PRUint64 his)
|
H A D | rctime.h | 74 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 D | rcinrval.h | 68 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 D | rccv.h | 84 void operator=(const RCCondition&); 92 inline void RCCondition::operator=(const RCCondition&) { }
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTString.cpp | 41 nsTAdoptingString_CharT::operator=( const self_type& str )
|
H A D | nsStringComparator.cpp | 56 nsCaseInsensitiveCStringComparator::operator()( const char_type* lhs, const char_type* rhs, PRUint32 aLength ) const 67 nsCaseInsensitiveCStringComparator::operator()( char lhs, char rhs ) const
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | ATokPtr.h | 53 // 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/NetworkServices/NetLib/cpp/ |
H A D | utils.h | 21 /* 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 D | ipcMessageUtils.h | 60 void operator=(const ipcMessage *ptr) { mPtr = (const T *) ptr; } 61 const T *operator->() { return mPtr; }
|
/vbox/src/VBox/Additions/haiku/SharedFolders/ |
H A D | kernel_cpp.h | 48 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/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxVersion.h | 41 VBoxVersion& operator=(const VBoxVersion &other) { m_x = other.x(); m_y = other.y(); m_z = other.z(); return *this; } 46 bool operator==(const VBoxVersion &other) const { return equal(other); } 47 bool operator!=(const VBoxVersion &other) const { return !equal(other); } 49 bool operator<(const VBoxVersion &other) const 55 bool operator>(const VBoxVersion &other) const
|
H A D | CIShared.h | 39 Data &operator=( const Data &d ) { 40 D::operator=( d ); 65 CIShared &operator=( const CIShared &that ) { 86 bool operator==( const CIShared &that ) const { 91 const D *operator->() const { return data(); } 92 bool operator!() const { return isNull(); } 193 * the overloaded operator->(), which is the equivalent of calling the data() 201 * The operator!() is overloaded for convenience and is equivalent to the 204 * The operator==() makes a comparison of two instances. 243 /** @fn CIShared::operator [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | propkeydef.h | 71 inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther) 75 inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther)
|
/vbox/include/iprt/cpp/ |
H A D | mem.h | 181 RTCMemAutoPtr &operator=(T *aPtr) 183 this->RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >::operator=(aPtr); 188 * Dereference with * operator. 190 T &operator*() 196 * Dereference with -> operator. 198 T *operator->() 204 * Accessed with the subscript operator ([]). 209 T &operator[](size_t a_i)
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/ |
H A D | tmVector.h | 119 void* operator[](PRUint32 index) {
|
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsIInterfaceRequestorUtils.cpp | 43 nsGetInterface::operator()( const nsIID& aIID, void** aInstancePtr ) const
|
H A D | nsComponentManagerUtils.cpp | 50 nsCreateInstanceByCID::operator()( const nsIID& aIID, void** aInstancePtr ) const 68 nsCreateInstanceByContractID::operator()( const nsIID& aIID, void** aInstancePtr ) const 92 nsGetServiceByCID::operator()( const nsIID& aIID, void** aInstancePtr ) const 112 nsGetServiceByContractID::operator()( const nsIID& aIID, void** aInstancePtr ) const
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsStringIterator.h | 86 // 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...] |
/vbox/include/VBox/com/ |
H A D | MultiResult.h | 76 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 D | list.h | 167 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other) 193 operator const RTCList<RTCString, RTCString*>&()
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsAutoPtr.h | 109 operator=( T* rhs ) 116 nsAutoPtr<T>& operator=( nsAutoPtr<T>& rhs ) 129 |operator T*() const|. Use |get()| _only_ to resolve 136 operator T*() const 140 is expected. It is this operator that makes an |nsAutoPtr| 143 Prefer the implicit use of this operator to calling |get()|, 159 operator->() const 161 NS_PRECONDITION(mRawPtr != 0, "You can't dereference a NULL nsAutoPtr with operator->()."); 198 operator*() const 200 NS_PRECONDITION(mRawPtr != 0, "You can't dereference a NULL nsAutoPtr with operator*() [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_memory.cpp | 62 void* operator new(size_t size) 70 void operator delete(void* ptr) 76 void* operator new[] (size_t size) 84 void operator delete[](void* ptr)
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsAudio.h | 40 bool operator==(const UIDataSettingsMachineAudio &other) const { return equal(other); } 41 bool operator!=(const UIDataSettingsMachineAudio &other) const { return !equal(other); }
|