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

/vbox/include/VBox/com/
H A Dstring.h287 BSTR mutableRaw() { return m_bstr; } function in class:com::Bstr
689 * Calls RTPathStripTrailingSlash() without having to mess with mutableRaw().
695 * Calls RTPathStripFilename() without having to mess with mutableRaw().
701 * Calls RTPathFilename() without having to mess with mutableRaw().
707 * Calls RTPathStripSuffix() without having to mess with mutableRaw().
/vbox/include/iprt/cpp/
H A Dministring.h495 * may go nowhere. Better not use mutableRaw() at all.
497 char *mutableRaw() function in class:RTCString
503 * Clean up after using mutableRaw.
506 * buffer (e.g. after using mutableRaw() or Utf8Str::asOutParam()). Resets the

Completed in 117 milliseconds