Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DPropVariant.cpp12 BSTR AllocBstrFromAscii(const char *s) throw() in AllocBstrFromAscii() function
41 p->bstrVal = AllocBstrFromAscii(s); in PropVarEm_Set_Str()
158 bstrVal = AllocBstrFromAscii(s); in operator =()
DPropVariant.h13 BSTR AllocBstrFromAscii(const char *s) throw();
/external/lzma/CPP/7zip/Archive/
DIArchive.h528 BSTR AllocBstrFromAscii(const char *s) throw();
536 *name = NWindows::NCOM::AllocBstrFromAscii(prop.Name); return S_OK; } \