Searched defs:operator (Results 101 - 125 of 149) sorted by relevance

123456

/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 DnsSpecialSystemDirectory.cpp465 void nsSpecialSystemDirectory::operator = (SystemDirectories aSystemSystemDirectory)
1128 void nsSpecialSystemDirectory::operator = (OSType folderType)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/
H A Dxptinfo.h120 nsXPTType& operator=(uint8 val)
123 nsXPTType& operator=(const nsXPTType& other)
126 operator uint8() const
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringAPI.h701 NS_HIDDEN_(self_type&) operator=(const self_type& aString) { Assign(aString); return *this; }
702 NS_HIDDEN_(self_type&) operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
703 NS_HIDDEN_(self_type&) operator=(char_type aChar) { Assign(aChar); return *this; }
724 NS_HIDDEN_(self_type&) operator+=( char_type c ) { Append(c); return *this; }
725 NS_HIDDEN_(self_type&) operator+=( const char_type* data ) { Append(data); return *this; }
726 NS_HIDDEN_(self_type&) operator+=( const self_type& readable ) { Append(readable); return *this; }
783 NS_HIDDEN_(self_type&) operator=(const self_type& aString) { Assign(aString); return *this; }
784 NS_HIDDEN_(self_type&) operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
785 NS_HIDDEN_(self_type&) operator=(char_type aChar) { Assign(aChar); return *this; }
806 NS_HIDDEN_(self_type&) operator
[all...]
/vbox/include/VBox/
H A Dtypes.h254 bool operator==(int32_t rc) const { return m_rc == rc; }
255 bool operator!=(int32_t rc) const { return m_rc != rc; }
256 bool operator<=(int32_t rc) const { return m_rc <= rc; }
257 bool operator>=(int32_t rc) const { return m_rc >= rc; }
258 bool operator<(int32_t rc) const { return m_rc < rc; }
259 bool operator>(int32_t rc) const { return m_rc > rc; }
261 bool operator==(const VBOXSTRICTRC &rRc) const { return m_rc == rRc.m_rc; }
262 bool operator!=(const VBOXSTRICTRC &rRc) const { return m_rc != rRc.m_rc; }
263 bool operator<=(const VBOXSTRICTRC &rRc) const { return m_rc <= rRc.m_rc; }
264 bool operator>
[all...]
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp515 operator*() const
521 operator++()
539 operator==(const EventMapList::iterator &aOther) const
545 operator!=(const EventMapList::iterator &aOther) const
642 RecordHolder &operator=(const RecordHolder &that)
H A DQMTranslatorImpl.cpp166 bool operator<(const HashOffset &obj) const
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAToken.h233 // MR9 THM operator =() required when heap allocated string is used with copy semantics
235 virtual ANTLRCommonNoRefCountToken& operator =(const ANTLRCommonNoRefCountToken& rhs) {
237 ////// MR15 WatCom can't hack use of operator =()
306 // MR9 THM operator =() required when heap allocated string is used with copy semantics
308 virtual ANTLRCommonToken& operator =(const ANTLRCommonToken& rhs) {
310 ////// MR15 WatCom can't hack use of operator =()
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp358 bool HostDnsMonitorProxy::operator==(PCHostDnsMonitorProxy& rhs)
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp146 bool operator<(const QTreeWidgetItem &other) const
158 return QTreeWidgetItem::operator<(other);
H A DUIGlobalSettingsNetwork.h43 bool operator==(const UIDataNetworkNAT &other) const
69 bool operator==(const UIDataNetworkHostInterface &other) const
90 bool operator==(const UIDataNetworkDHCPServer &other) const
105 bool operator==(const UIDataNetworkHost &other) const
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp69 bool operator< (const VmNameSlotKey& that) const
/vbox/include/VBox/com/
H A DErrorInfo.h221 ErrorInfo& operator=(const ErrorInfo& x)
/vbox/include/iprt/cpp/
H A Dlist.h58 * automatically. Only certain methods, like RTCList::clear or the "=" operator
68 * -# Some methods (e.g. RTCList::contains) need an equal operator.
87 * operator[]. This operator always return a reference to make it possible to
89 * changed when using the value as reference returned by this operator.
457 RTCListBase<T, ITYPE, MT> &operator=(const RTCListBase<T, ITYPE, MT>& other)
619 T &operator[](size_t i)
780 RTCListBase<T, ITYPE, MT> &operator<<(const T &val)
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp441 const RTCString operator+(const RTCString &a_rStr1, const RTCString &a_rStr2)
448 const RTCString operator+(const RTCString &a_rStr1, const char *a_pszStr2)
455 const RTCString operator+(const char *a_psz1, const RTCString &a_rStr2)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.cpp80 void RCThread::operator=(const RCThread&)
82 PR_NOT_REACHED("Cannot call thread assignment operator");
83 } /* RCThread::operator= */
/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py42 import operator namespace
341 ("nsISupportsPRBool", "__nonzero__", operator.truth),
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.h59 nsVoidArray& operator=(const nsVoidArray& other);
95 void* operator[](PRInt32 aIndex) const { return ElementAt(aIndex); }
209 nsStringArray& operator=(const nsStringArray& other);
217 nsString* operator[](PRInt32 aIndex) const { return StringAt(aIndex); }
263 nsCStringArray& operator=(const nsCStringArray& other);
278 nsCString* operator[](PRInt32 aIndex) const { return CStringAt(aIndex); }
343 nsSmallVoidArray& operator=(nsSmallVoidArray& other);
344 void* operator[](PRInt32 aIndex) const { return ElementAt(aIndex); }
H A DnsSupportsArray.cpp116 nsQueryElementAt::operator()( const nsIID& aIID, void** aResult ) const
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp817 ComPtrBase &operator= (const ComPtrBase &that)
823 ComPtrBase &operator= (C *that_p)
842 bool operator! () const { return isNull(); }
844 bool operator< (C* that_p) const { return p < that_p; }
845 bool operator== (C* that_p) const { return p == that_p; }
860 operator C* () const { return p; }
863 * Dereferences the instance (redirects the -> operator to the managed
866 NoAddRefRelease <C> *operator-> () const
939 ComPtr &operator= (const ComPtr &that)
941 Base::operator
[all...]
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h888 D *operator->() const {
894 bool operator!() const { return isNull(); }
1017 * pointer stored in the backup area using the assignment operator.
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h43 NoDiffsCache& operator=(const NoDiffsCache &other)
103 UIMedium& operator=(const UIMedium &other);
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp52 bool operator== (const Lease& lhs, const Lease& rhs)
58 bool operator!= (const Lease& lhs, const Lease& rhs)
64 bool operator< (const Lease& lhs, const Lease& rhs)
1256 bool Client::operator== (const RTMAC& mac) const
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp67 bool operator< (const QTreeWidgetItem &aOther) const
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp234 CategoryNode::operator new(size_t aSize, PLArenaPool* aArena)

Completed in 187 milliseconds

123456