Lines Matching defs:AutoInitSpan
267 * @a aResult argument of the AutoInitSpan constructor (Result::Failed by
271 * forget to set the correct success status before getting the AutoInitSpan
283 * AutoInitSpan autoInitSpan(this);
299 class AutoInitSpan
305 AutoInitSpan(VirtualBoxBase *aObj, Result aResult = Failed);
306 ~AutoInitSpan();
316 * initialization. The AutoInitSpan destructor will place the managed
323 * (partly successful) initialization. The AutoInitSpan destructor will
330 * initialization. The AutoInitSpan destructor will place the managed
342 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(AutoInitSpan)
343 DECLARE_CLS_NEW_DELETE_NOOP(AutoInitSpan)