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

/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp284 HostUSBDeviceList ListCopy = mDevices; local
287 for (HostUSBDeviceList::iterator it = ListCopy.begin();
288 it != ListCopy.end();
341 HostUSBDeviceList ListCopy = mDevices; local
343 for (HostUSBDeviceList::iterator it = ListCopy.begin();
344 it != ListCopy.end();

Completed in 48 milliseconds