Lines Matching refs:SnapshotMachine
109 * by the Machine, SessionMachine and all SnapshotMachine instances
206 * share it, while SnapshotMachine does not.
219 * by all SnapshotMachine instances associated with the given machine
452 * instance is not SnapshotMachine.
836 friend class SnapshotMachine;
1504 // SnapshotMachine class
1509 * SnapshotMachine shares some data with the primary Machine instance (pointed
1515 class ATL_NO_VTABLE SnapshotMachine :
1519 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(SnapshotMachine, IMachine)
1521 DECLARE_NOT_AGGREGATABLE(SnapshotMachine)
1525 BEGIN_COM_MAP(SnapshotMachine)
1529 DECLARE_EMPTY_CTOR_DTOR(SnapshotMachine)
1575 // third party methods that depend on SnapshotMachine definition
1580 ? static_cast<const SnapshotMachine*>(this)->i_getSnapshotId()