Home
last modified time | relevance | path

Searched refs:CMyComBSTR (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
DMyCom.h87 class CMyComBSTR
91 CMyComBSTR(): m_str(NULL) {} in CMyComBSTR() function
92 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function
95 CMyComBSTR(const CMyComBSTR& src) { m_str = src.MyCopy(); } in CMyComBSTR() function
105 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()
106 CMyComBSTR& operator=(const CMyComBSTR& src)
116 CMyComBSTR& operator=(LPCOLESTR src)
/external/lzma/CPP/7zip/UI/Console/
DList.cpp225 CMyComBSTR name; in Init()
517 CMyComBSTR name; in ListArchives()
537 CMyComBSTR name; in ListArchives()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp262 CMyComBSTR passwordBSTR; in Decode()
D7zHandlerOut.cpp340 CMyComBSTR password; in UpdateItems()
D7zUpdate.cpp853 CMyComBSTR password; in Update()