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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2905 GuidList = property(_GetGuidList) variable in class:ModuleAutoGen
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp48 typedef std::list<Guid> GuidList; typedef
83 GuidList llSnapshotIds;
121 GuidList llRegistryIDs; // media registries in which this medium is listed
2103 for(GuidList::const_iterator jt = it->llSnapshotIds.begin(); jt != it->llSnapshotIds.end(); ++jt, ++j)
3538 for (GuidList::const_iterator it = m->llRegistryIDs.begin();
3608 for (GuidList::iterator it = m->llRegistryIDs.begin();
3664 for (GuidList::const_iterator it = m->llRegistryIDs.begin();
3720 GuidList llRegistryIDs;
3731 for (GuidList::const_iterator it = llRegistryIDs.begin();
3809 for (GuidList
[all...]

Completed in 103 milliseconds