Searched defs:Bstr (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/com/
H A Dstring.h73 * The Bstr class hides all this handling behind a std::string-like interface
83 * Starting with VirtualBox 3.2, like Utf8Str, Bstr no longer differentiates
84 * between NULL strings and empty strings. In other words, Bstr("") and
85 * Bstr(NULL) behave the same. In both cases, Bstr allocates no memory,
89 * @note All Bstr methods ASSUMES valid UTF-16 or UTF-8 input strings.
91 * from external sources before passing them to Bstr or Utf8Str.
93 class Bstr class in namespace:com
97 Bstr() function in class:com::Bstr
101 Bstr(cons function in class:com::Bstr
106 Bstr(CBSTR that) function in class:com::Bstr
112 Bstr(const wchar_t *that) function in class:com::Bstr
119 Bstr(const RTCString &that) function in class:com::Bstr
124 Bstr(const char *that) function in class:com::Bstr
129 Bstr(const char *a_pThat, size_t a_cchMax) function in class:com::Bstr
[all...]
/vbox/src/VBox/Main/include/
H A DMatching.h135 ParsedIntervalFilter (const Bstr &aFilter) { Base::parse (Utf8Str (aFilter), this); }
137 ParsedIntervalFilter &operator= (const Bstr &aFilter)
278 ParsedBoolFilter (const Bstr &aFilter) { parse (aFilter); }
280 ParsedBoolFilter &operator= (const Bstr &aFilter)
301 void parse (const Bstr &aFilter);
319 ParsedRegexpFilter_base (const Bstr &aFilter, bool aDefIgnoreCase = false,
329 ParsedRegexpFilter_base &operator= (const Bstr &aFilter)
335 bool isMatch (const Bstr &aValue) const;
339 void parse (const Bstr &aFilter);
347 Bstr mSimpl
[all...]

Completed in 44 milliseconds