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

/vbox/include/VBox/com/
H A DErrorInfo.h474 * if #forget() was called before destruction.
493 * afterwards. Does nothing if the error info was forgotten by #forget().
503 void forget() { mForgot = true; } function in class:com::ErrorInfoKeeper
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h100 : mRawPtr( aSmartPtr.forget() )
119 assign(rhs.forget());
151 forget() function in class:nsAutoPtr
520 : mRawPtr( aSmartPtr.forget() )
539 assign(rhs.forget());
571 forget() function in class:nsAutoArrayPtr

Completed in 890 milliseconds