Searched refs:bstrSrc (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DPropVariant.h19 CPropVariant(BSTR bstrSrc);
31 CPropVariant& operator=(BSTR bstrSrc);
H A DPropVariant.cpp24 CPropVariant::CPropVariant(BSTR bstrSrc) argument
27 *this = bstrSrc;
47 CPropVariant& CPropVariant::operator=(BSTR bstrSrc) argument
49 *this = (LPCOLESTR)bstrSrc;

Completed in 52 milliseconds