Home
last modified time | relevance | path

Searched refs:GetRawPtr (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Common/
H A DMyString.cpp1716 return s1.Len() == s2.Len() && (s1.IsEmpty() || wcscmp(s1.GetRawPtr(), s2.GetRawPtr()) == 0); in operator ==()
1723 return wcscmp(s1.GetRawPtr(), s2) == 0; in operator ==()
1730 return wcscmp(s1, s2.GetRawPtr()) == 0; in operator ==()
H A DMyString.h883 const wchar_t *GetRawPtr() const { return _chars; } in GetRawPtr() function in UString2
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp133 bstrVal = ::SysAllocStringLen(s.GetRawPtr(), s.Len()); in operator =()
140 if (!s.GetRawPtr()) in operator =()

Completed in 6 milliseconds