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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp876 ProcessArguments::const_iterator itSource = aArgumentsSource.begin(); local
877 while (itSource != aArgumentsSource.end())
883 if ((*itDest).equalsIgnoreCase((*itSource)))
892 aArgumentsDest.push_back((*itSource));
894 itSource++;

Completed in 47 milliseconds