Searched refs:a_pbstr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dstring.cpp179 * @param a_pbstr The source string. The caller guarantees that this
186 void Utf8Str::copyFrom(CBSTR a_pbstr, size_t a_cwcMax) argument
188 if (a_pbstr && *a_pbstr)
190 int vrc = RTUtf16ToUtf8Ex((PCRTUTF16)a_pbstr,
203 AssertLogRelMsgFailed(("%Rrc %.*Rhxs\n", vrc, RTUtf16Len(a_pbstr) * sizeof(RTUTF16), a_pbstr));
225 * @param a_pbstr The source string.
228 HRESULT Utf8Str::copyFromEx(CBSTR a_pbstr) argument
230 if (a_pbstr
[all...]
/vbox/include/VBox/com/
H A Dstring.h720 void copyFrom(CBSTR a_pbstr, size_t a_cwcMax = RTSTR_MAX);
721 HRESULT copyFromEx(CBSTR a_pbstr);
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1113 * @param a_pbstr The output Bstr variable.
1117 DECLINLINE(HRESULT) formatRegisterValue(Bstr *a_pbstr, PCDBGFREGVAL a_pValue, DBGFREGVALTYPE a_enmType) argument
1123 *a_pbstr = szHex;

Completed in 46 milliseconds