Searched refs:cloneTo (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp104 m_IID.toUtf16().cloneTo(aIID);
112 m_strComponent.cloneTo(aComponent);
120 m_strText.cloneTo(aText);
238 m_strText.cloneTo(aMessage);
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp227 mData.manufacturer.cloneTo(aManufacturer);
240 mData.product.cloneTo(aProduct);
253 mData.serialNumber.cloneTo(aSerialNumber);
266 mData.address.cloneTo(aAddress);
H A DMachineDebuggerImpl.cpp460 astrSettings.cloneTo(a_pbstrSettings);
473 bstrEmpty.cloneTo(a_pbstrSettings);
/vbox/include/VBox/com/
H A Dstring.h79 * using the #cloneTo() operation. Also, the class can adopt (take ownership
299 void cloneTo(BSTR *pstr) const function in class:com::Bstr
312 * A version of cloneTo that does not throw any out of memory exceptions, but
329 * As opposed to cloneTo(), this method doesn't create a copy of the
636 void cloneTo(char **pstr) const;
639 * A version of cloneTo that does not throw allocation errors but returns
651 void cloneTo(BSTR *pstr) const function in class:com::Utf8Str
656 bstr.cloneTo(pstr);
661 * A version of cloneTo that does not throw allocation errors but returns
H A DGuid.h370 const Guid &cloneTo(GUID *pguid) const function in class:com::Guid
387 const Guid &cloneTo(nsID **ppGuid) const function in class:com::Guid
H A Darray.h968 * safeArray.cloneTo(ComSafeArrayOutArg(aArg));
977 virtual const SafeArray &cloneTo(ComSafeArrayOut(T, aArg)) const
989 void cloneTo(SafeArray<T>& aOther) const
/vbox/src/VBox/Main/glue/
H A Dstring.cpp80 void Utf8Str::cloneTo(char **pstr) const function in class:com::Utf8Str
/vbox/src/VBox/Main/src-server/
H A DNATNetworkImpl.cpp772 m->IPv4DhcpServer.cloneTo(&dhcpip);
773 m->IPv4NetworkMask.cloneTo(&netmask);
774 m->IPv4DhcpServerLowerIp.cloneTo(&lowerip);
775 m->IPv4DhcpServerUpperIp.cloneTo(&upperip);
H A DPerformanceImpl.cpp279 tmp.cloneTo(&metricNames[i]);
853 m.name.cloneTo(aMetricName);
865 m.description.cloneTo(aDescription);
883 m.unit.cloneTo(aUnit);
H A DHostNetworkInterfaceImpl.cpp516 aIPV6Address.cloneTo(&bstr);
H A DUSBProxyService.cpp103 mLastErrorMessage.cloneTo(aError);
H A DMediumImpl.cpp2703 rc = cloneTo(aTarget, aVariant, NULL, aProgress);
2707 HRESULT Medium::cloneTo(const ComPtr<IMedium> &aTarget, function in class:Medium
H A DMachineImpl.cpp7066 HRESULT Machine::cloneTo(const ComPtr<IMachine> &aTarget, CloneMode_T aMode, const std::vector<CloneOptions_T> &aOptions, function in class:Machine
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp90 strName.cloneTo(&metricNames[0]);
H A DVBoxModBallooning.cpp249 strMetricNames.cloneTo(&metricNames[0]);
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1249 baseMetricNames[0].cloneTo(&baseMetrics[0]);
1291 baseMetricNames[0].cloneTo(&baseMetrics[0]);
1605 metricNames[0].cloneTo(&metrics[0]);
/vbox/src/VBox/Main/include/
H A DMediumImpl.h282 HRESULT cloneTo(const ComPtr<IMedium> &aTarget,
H A DMachineImpl.h1183 HRESULT cloneTo(const ComPtr<IMachine> &aTarget,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp66 metricNames.cloneTo(&retMetrics[0]);

Completed in 192 milliseconds