Searched defs:operator (Results 51 - 75 of 149) sorted by relevance

123456

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
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; }
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp42 nsQueryInterface::operator()( const nsIID& aIID, void** answer ) const
59 nsQueryInterfaceWithError::operator()( const nsIID& aIID, void** answer ) const
H A DnsWeakReference.cpp47 nsQueryReferent::operator()( const nsIID& aIID, void** answer ) const
64 nsGetWeakReference::operator()( const nsIID&, void** aResult ) const
/vbox/src/libs/xpcom18a4/xpcom/string/public/
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...]
H A DnsTSubstringTuple.h103 operator+(const nsTAString_CharT& a, const nsTAString_CharT& b)
110 operator+(const nsTSubstringTuple_CharT& head, const nsTAString_CharT& b)
H A DnsEmbedString.h91 self_type& operator=(const self_type& aString) { Assign(aString); return *this; }
92 self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
93 self_type& operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
94 self_type& operator=(char_type aChar) { Assign(aChar); return *this; }
152 self_type& operator=(const self_type& aString) { Assign(aString); return *this; }
153 self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
154 self_type& operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
155 self_type& operator=(char_type aChar) { Assign(aChar); return *this; }
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestDeque.cpp58 virtual void* operator()(void* aObject) {
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dguiddef.h119 inline bool operator==(const GUID& guidOne, const GUID& guidOther)
123 inline bool operator!=(const GUID& guidOne, const GUID& guidOther)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dguiddef.h157 inline bool operator==(const GUID& guidOne, const GUID& guidOther)
161 inline bool operator!=(const GUID& guidOne, const GUID& guidOther)
H A Dgdiplustypes.h98 Point operator+(IN const Point& pt) const
103 Point operator-(IN const Point& pt) const
140 PointF operator+(IN const PointF& pt) const
145 PointF operator-(IN const PointF& pt) const
185 PathData& operator=(const PathData &);
227 CharacterRange& operator=(const CharacterRange& rhs)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.h34 bool operator==( const VBoxGlobalSettingsData &that ) const;
70 VBoxGlobalSettings &operator= (const VBoxGlobalSettings &that) {
71 CIShared <VBoxGlobalSettingsData>::operator= (that);
131 bool operator !() const { return !last_err.isEmpty(); }
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.h81 bool operator==(const UIDataSettingsMachineDisplay &other) const { return equal(other); }
82 bool operator!=(const UIDataSettingsMachineDisplay &other) const { return !equal(other); }
H A DUIMachineSettingsGeneral.h60 bool operator==(const UIDataSettingsMachineGeneral &other) const { return equal(other); }
62 bool operator!=(const UIDataSettingsMachineGeneral &other) const { return !equal(other); }
H A DUIMachineSettingsSF.h54 bool operator==(const UIDataSettingsSharedFolder &other) const { return equal(other); }
55 bool operator!=(const UIDataSettingsSharedFolder &other) const { return !equal(other); }
71 bool operator==(const UIDataSettingsSharedFolders& /* other */) const { return true; }
72 bool operator!=(const UIDataSettingsSharedFolders& /* other */) const { return false; }
H A DUIMachineSettingsSystem.h31 bool operator==(const UIBootItemData &other) const
93 bool operator==(const UIDataSettingsMachineSystem &other) const { return equal(other); }
94 bool operator!=(const UIDataSettingsMachineSystem &other) const { return !equal(other); }
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dguiddef.h119 inline bool operator==(const GUID& guidOne, const GUID& guidOther)
123 inline bool operator!=(const GUID& guidOne, const GUID& guidOther)
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp98 nsInputStream& nsInputStream::operator >> (char& c)
148 nsOutputStream& nsOutputStream::operator << (char c)
156 nsOutputStream& nsOutputStream::operator << (const char* s)
165 nsOutputStream& nsOutputStream::operator << (short val)
174 nsOutputStream& nsOutputStream::operator << (unsigned short val)
183 nsOutputStream& nsOutputStream::operator << (long val)
192 nsOutputStream& nsOutputStream::operator << (unsigned long val)
201 nsOutputStream& nsOutputStream::operator << (int val)
210 nsOutputStream& nsOutputStream::operator << (unsigned int val)
H A DnsFileSpecOS2.cpp218 void nsFileSpec::operator = (const nsFilePath& inPath)
224 } // nsFileSpec::operator =
234 void nsFilePath::operator = (const nsFileSpec& inSpec)
239 } // nsFilePath::operator =
479 void nsFileSpec::operator += (const char* inRelativePath)
496 } // nsFileSpec::operator +=
813 nsDirectoryIterator& nsDirectoryIterator::operator ++ ()
832 } // nsDirectoryIterator::operator ++
835 nsDirectoryIterator& nsDirectoryIterator::operator -- ()
839 } // nsDirectoryIterator::operator
[all...]
H A DnsFileSpec.cpp136 void nsSimpleCharString::operator = (const char* inString)
143 } // nsSimpleCharString::operator =
146 void nsSimpleCharString::operator = (const nsString& inString)
154 } // nsSimpleCharString::operator =
157 void nsSimpleCharString::operator = (const nsSimpleCharString& inOther)
165 } // nsSimpleCharString::operator =
168 void nsSimpleCharString::operator += (const char* inOther)
176 } // nsSimpleCharString::operator =
179 nsSimpleCharString nsSimpleCharString::operator + (const char* inOther) const
185 } // nsSimpleCharString::operator
[all...]
H A DnsFileSpecBeOS.cpp215 void nsFileSpec::operator += (const char* inRelativePath)
227 } // nsFileSpec::operator +=
515 nsDirectoryIterator& nsDirectoryIterator::operator ++ ()
540 } // nsDirectoryIterator::operator ++
543 nsDirectoryIterator& nsDirectoryIterator::operator -- ()
547 } // nsDirectoryIterator::operator --
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppDefs.h47 bool operator<(const QListWidgetItem &other) const
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.h116 void operator delete(void*) { }
120 void* operator new(size_t aSize, PLArenaPool* aArena);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsValueArray.h69 nsValueArray& operator=(const nsValueArray& other);
97 inline nsValueArrayValue operator[](nsValueArrayIndex aIndex) const {
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.h93 friend gzofstream &operator<<(gzofstream &, const gzomanip<T> &);
101 template<class T> gzofstream &operator<<(gzofstream &s, const gzomanip<T> &m)
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.h55 UIShortcutCacheItem& operator=(const UIShortcutCacheItem &other)
64 bool operator==(const UIShortcutCacheItem &other) const
86 bool operator()(const UIShortcutCacheItem &item1, const UIShortcutCacheItem &item2)

Completed in 128 milliseconds

123456