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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp460 typedef std::list< HostCommand *>::iterator HostCmdListIter; typedef in namespace:guestControl
508 HostCmdListIter curItem = mHostCmdList.begin();
515 HostCmdListIter curCmd = mHostCmdList.begin();
520 HostCmdListIter Dequeue(HostCmdListIter &curItem)
534 HostCmdListIter nextItem = mHostCmdList.erase(curItem);
694 HostCmdListIter curItem = mHostCmdList.begin();
725 HostCmdListIter curCmd = mHostCmdList.begin();
746 HostCmdListIter curCmd = mHostCmdList.begin();

Completed in 49 milliseconds