Lines Matching refs:bstrVal
28 p->bstrVal = ::SysAllocStringLen(NULL, numChars); in PropVarEm_Alloc_Bstr()
29 if (!p->bstrVal) in PropVarEm_Alloc_Bstr()
41 p->bstrVal = AllocBstrFromAscii(s); in PropVarEm_Set_Str()
42 if (p->bstrVal) in PropVarEm_Set_Str()
101 bstrVal = ::SysAllocString(lpszSrc); in operator =()
102 if (!bstrVal && lpszSrc) in operator =()
116 bstrVal = ::SysAllocStringLen(s, s.Len()); in operator =()
117 if (!bstrVal) in operator =()
133 bstrVal = ::SysAllocStringLen(s.GetRawPtr(), s.Len()); in operator =()
134 if (!bstrVal) in operator =()
158 bstrVal = AllocBstrFromAscii(s); in operator =()
159 if (!bstrVal) in operator =()
185 bstrVal = ::SysAllocStringLen(NULL, numChars); in AllocBstr()
186 if (!bstrVal) in AllocBstr()
192 return bstrVal; in AllocBstr()