Searched refs:it1 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp365 settings::NetworkAdaptersList::const_iterator it1; local
367 for (it1 = llNetworkAdapters.begin();
368 it1 != llNetworkAdapters.end() && a < maxNetworkAdapters;
369 ++it1, ++a)
371 if (it1->fEnabled)
373 Utf8Str strMode = convertNetworkAttachmentTypeToString(it1->mode);
377 Utf8StrFmt("%RU32", (uint32_t)it1->type), // conf
379 Utf8StrFmt("slot=%RU32;type=%s", it1->ulSlot, strMode.c_str())); // extra conf
1890 for (list< pair<Utf8Str, ULONG> >::const_iterator it1 = filesList.begin(); it1 !
2076 list<STRPAIR>::const_iterator it1; local
3541 settings::NetworkAdaptersList::iterator it1; local
3990 list< ComObjPtr<VirtualSystemDescription> >::const_iterator it1; local
[all...]
H A DApplianceImplExport.cpp2313 list<STRPAIR>::const_iterator it1; local
2314 for (it1 = fileList.begin();
2315 it1 != fileList.end();
2316 ++it1, ++i)
2318 paManifestFiles[i].pszTestFile = (*it1).first.c_str();
2319 paManifestFiles[i].pszTestDigest = (*it1).second.c_str();
2354 list<STRPAIR>::const_iterator it1; local
2355 for (it1 = fileList.begin();
2356 it1 != fileList.end();
2357 ++it1)
[all...]
H A DSystemPropertiesImpl.cpp1094 for (MediumFormat::StrArray::const_iterator it1 = aFileList.begin();
1095 it1 != aFileList.end();
1096 ++it1)
1098 if ((*it1).compare(aExt, Utf8Str::CaseInsensitive) == 0)
H A DNATNetworkImpl.cpp526 settings::NATLoopbackOffsetList::iterator it1; local
527 it1 = std::find(m->maNATLoopbackOffsetList.begin(),
530 if (it1 != m->maNATLoopbackOffsetList.end())

Completed in 1468 milliseconds