Searched defs:cloneTo (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dstring.cpp80 void Utf8Str::cloneTo(char **pstr) const function in class:com::Utf8Str
/vbox/include/VBox/com/
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 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
/vbox/src/VBox/Main/src-server/
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

Completed in 121 milliseconds