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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp171 RTCList<RTCString> listPair = strPair.split("=", RTCString::KeepEmptyParts); local
174 if (listPair.size() <= 1)
179 while (p < listPair.size() && RT_SUCCESS(rc))
181 Utf8Str strKey = listPair.at(p++);
188 if (p < listPair.size()) /* Does the list also contain a value? */
189 strValue = listPair.at(p++);

Completed in 48 milliseconds