HomeSort by relevance Sort by last modified time
    Searched refs:CMyComBSTR (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/Common/
MyCom.h 87 class CMyComBSTR
91 CMyComBSTR(): m_str(NULL) {}
92 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); }
93 // CMyComBSTR(int nSize) { m_str = ::SysAllocStringLen(NULL, nSize); }
94 // CMyComBSTR(int nSize, LPCOLESTR sz) { m_str = ::SysAllocStringLen(sz, nSize); }
95 CMyComBSTR(const CMyComBSTR& src) { m_str = src.MyCopy(); }
97 CMyComBSTR(REFGUID src)
105 ~CMyComBSTR() { ::SysFreeString(m_str); }
106 CMyComBSTR& operator=(const CMyComBSTR& src)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 225 CMyComBSTR name;
517 CMyComBSTR name;
537 CMyComBSTR name;
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 262 CMyComBSTR passwordBSTR;
7zHandlerOut.cpp 340 CMyComBSTR password;
7zUpdate.cpp 853 CMyComBSTR password;

Completed in 2657 milliseconds