Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyCom.h82 class CMyComBSTR
87 CMyComBSTR(): m_str(NULL) {} in CMyComBSTR() function
88 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function
91 CMyComBSTR(const CMyComBSTR& src) { m_str = src.MyCopy(); } in CMyComBSTR() function
101 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()
102 CMyComBSTR& operator=(const CMyComBSTR& src)
112 CMyComBSTR& operator=(LPCOLESTR src)
/external/lzma/CPP/7zip/UI/Console/
DList.cpp419 CMyComBSTR name; in AddMainProps()
434 CMyComBSTR name; in AddRawProps()
1040 CMyComBSTR name; in ListArchives()
1056 CMyComBSTR name; in ListArchives()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp273 CMyComBSTR passwordBSTR; in Decode()
D7zHandlerOut.cpp541 CMyComBSTR password; in UpdateItems()
D7zUpdate.cpp927 CMyComBSTR password; in Update()