Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyCom.h83 class CMyComBSTR
86 Z7_CLASS_NO_COPY(CMyComBSTR) in Z7_CLASS_NO_COPY() argument
88 CMyComBSTR(): m_str(NULL) {} in Z7_CLASS_NO_COPY()
89 ~CMyComBSTR() { ::SysFreeString(m_str); } in ~CMyComBSTR()
107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR() function
135 CMyComBSTR& operator=(LPCOLESTR src)
175 class CMyComBSTR_Wipe: public CMyComBSTR
179 CMyComBSTR_Wipe(): CMyComBSTR() {} in Z7_CLASS_NO_COPY()
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp463 CMyComBSTR name; in AddMainProps()
478 CMyComBSTR name; in AddRawProps()
987 CMyComBSTR name; in Print_OpenArchive_Props()
1004 CMyComBSTR name; in Print_OpenArchive_Props()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp2104 CMyComBSTR password;