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

/vbox/src/VBox/Main/glue/
H A Dstring.cpp153 size_t kvSepPos = find(keyValueSeparator.c_str(), start); local
154 if (kvSepPos < pos)
156 key = substr(start, kvSepPos - start);
157 value = substr(kvSepPos + 1, pos - kvSepPos - 1);

Completed in 43 milliseconds