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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp50 typedef std::list< ComObjPtr<Snapshot> > SnapshotsList; typedef
74 SnapshotsList llChildren;
165 SnapshotsList::iterator it;
256 for (SnapshotsList::const_iterator it = m->llChildren.begin();
281 SnapshotsList &llParent = m->pParent->m->llChildren;
282 for (SnapshotsList::iterator it = llParent.begin();
407 for (SnapshotsList::const_iterator it = m->llChildren.begin();
508 for (SnapshotsList::const_iterator it = m->llChildren.begin();
592 for (SnapshotsList::const_iterator it = m->llChildren.begin();
626 for (SnapshotsList
[all...]
/vbox/include/VBox/
H A Dsettings.h1158 typedef std::list<Snapshot> SnapshotsList; typedef in namespace:settings
1187 SnapshotsList llChildSnapshots;
1279 SnapshotsList llFirstSnapshot; // first snapshot or empty list if there's none

Completed in 76 milliseconds