Lines Matching defs:raw
87 * empty C wide string from raw().
246 * Returns a pointer to the raw member UTF-16 string. If the member string is empty,
250 CBSTR raw() const
263 * Returns a pointer to the raw member UTF-16 string. If the member string is empty,
267 BSTR raw() const
277 * Returns a non-const raw pointer that allows to modify the string directly.
278 * As opposed to raw(), this DOES return NULL if the member string is empty
303 *pstr = ::SysAllocString((const OLECHAR *)raw()); // raw() returns a pointer to "" if empty
320 *pstr = ::SysAllocString((const OLECHAR *)raw()); // raw() returns a pointer to "" if empty
513 copyFrom(that.raw());
556 copyFrom(that.raw());