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

123456

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.h594 bool operator==(const UIDataSettingsMachineStorageAttachment &other) const { return equal(other); }
595 bool operator!=(const UIDataSettingsMachineStorageAttachment &other) const { return !equal(other); }
628 bool operator==(const UIDataSettingsMachineStorageController &other) const { return equal(other); }
629 bool operator!=(const UIDataSettingsMachineStorageController &other) const { return !equal(other); }
645 bool operator==(const UIDataSettingsMachineStorage& /* other */) const { return true; }
646 bool operator!=(const UIDataSettingsMachineStorage& /* other */) const { return false; }
/vbox/include/VBox/
H A Dpci.h1105 bool operator<(const PCIBusAddress &a) const
1128 bool operator==(const PCIBusAddress &a) const
1135 bool operator!=(const PCIBusAddress &a) const
H A Dsettings.h92 * the operator== which is used by MachineConfigFile::operator==(), or otherwise
103 bool operator==(const USBDeviceFilter&u) const;
131 * the operator== which is used by MachineConfigFile::operator==(), or otherwise
153 bool operator==(const Medium &m) const;
164 * the operator== which is used by MachineConfigFile::operator==(), or otherwise
173 bool operator==(const MediaRegistry &m) const;
187 bool operator
[all...]
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h92 GuestEnvironment& operator=(const GuestEnvironmentArray &that);
94 GuestEnvironment& operator=(const GuestEnvironment &that);
438 GuestWaitEventPayload& operator=(const GuestWaitEventPayload &that)
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp218 GuestEnvironment& GuestEnvironment::operator=(const GuestEnvironmentArray &that)
224 GuestEnvironment& GuestEnvironment::operator=(const GuestEnvironment &that)
H A DConsoleImpl2.cpp233 bool operator < (const BootNic &rhs) const
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp109 bool operator==(const Property &prop)
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h31 static bool operator > (const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)
76 bool operator== (const RTMAC& mac) const;
94 bool operator== (const Lease&, const Lease&);
95 bool operator!= (const Lease&, const Lease&);
96 bool operator< (const Lease&, const Lease&);
111 friend bool operator== (const Lease&, const Lease&);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp310 nsVoidArray& nsVoidArray::operator=(const nsVoidArray& other)
735 nsStringArray::operator=(const nsStringArray& other)
738 nsVoidArray::operator=(other);
940 nsCStringArray::operator=(const nsCStringArray& other)
943 nsVoidArray::operator=(other);
1164 nsSmallVoidArray::operator=(nsSmallVoidArray& other)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h207 bool operator==(const VBoxVHWAColorKey & other) const { return mUpper == other.mUpper && mLower == other.mLower; }
208 bool operator!=(const VBoxVHWAColorKey & other) const { return !(*this == other); }
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp154 bool operator<(const QTreeWidgetItem &other) const
159 return thisValue && thatValue ? thisValue < thatValue : QTreeWidgetItem::operator<(other);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEproto.h587 CARD8 operator; member in struct:__anon2384
H A DXIEprotost.h342 xieTypArithmeticOp operator; member in struct:__anon2405
408 xieTypCompareOp operator; member in struct:__anon2410
540 CARD8 operator; member in struct:__anon2419
573 xieTypMathOp operator; member in struct:__anon2421
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1604 Document& Document::operator=(const Document &x)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp2306 EFI_VARSTORE_INFO::operator == (
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp170 nsCreateInstanceFromCategory::operator()(const nsIID& aIID, void** aInstancePtr) const
174 * nsGetServiceFromContractID::operator().
216 nsGetServiceFromCategory::operator()(const nsIID& aIID, void** aInstancePtr) const
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp95 #pragma mark [FSRef operator==]
97 bool operator==(const FSRef& lhs, const FSRef& rhs)
H A DnsLocalFileMac.cpp965 nsLocalFile& nsLocalFile::operator=(const nsLocalFile& rhs)
2503 StAEDesc& operator= (const StAEDesc&rhs); // throws OSErrs
/vbox/src/VBox/Main/xml/
H A DSettings.cpp221 bool Medium::operator==(const Medium &m) const
233 bool MediaRegistry::operator==(const MediaRegistry &m) const
1331 * Comparison operator. This gets called from MachineConfigFile::operator==,
1335 bool USBDeviceFilter::operator==(const USBDeviceFilter &u) const
1793 * Comparison operator. This gets called from MachineConfigFile::operator==,
1797 bool VRDESettings::operator==(const VRDESettings& v) const
1813 * Comparison operator. This gets called from MachineConfigFile::operator
[all...]
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp64 bool operator()(const argument_type &aThat) const
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dtypes.h120 _D3DVECTOR& operator += (const _D3DVECTOR& v);
121 _D3DVECTOR& operator -= (const _D3DVECTOR& v);
122 _D3DVECTOR& operator *= (const _D3DVECTOR& v);
123 _D3DVECTOR& operator /= (const _D3DVECTOR& v);
124 _D3DVECTOR& operator *= (D3DVALUE s);
125 _D3DVECTOR& operator /= (D3DVALUE s);
128 friend _D3DVECTOR operator + (const _D3DVECTOR& v);
129 friend _D3DVECTOR operator - (const _D3DVECTOR& v);
132 friend _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2);
133 friend _D3DVECTOR operator
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dtypes.h123 _D3DVECTOR& operator += (const _D3DVECTOR& v);
124 _D3DVECTOR& operator -= (const _D3DVECTOR& v);
125 _D3DVECTOR& operator *= (const _D3DVECTOR& v);
126 _D3DVECTOR& operator /= (const _D3DVECTOR& v);
127 _D3DVECTOR& operator *= (D3DVALUE s);
128 _D3DVECTOR& operator /= (D3DVALUE s);
131 friend _D3DVECTOR operator + (const _D3DVECTOR& v);
132 friend _D3DVECTOR operator - (const _D3DVECTOR& v);
135 friend _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2);
136 friend _D3DVECTOR operator
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h322 #define TPM_ET_OPERATOR ((UINT16) 0x000C) ///< The entity is the operator
755 BOOLEAN operator; member in struct:tdTPM_PERMANENT_FLAGS
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 1138 milliseconds

123456