Searched refs:lastAmpersandPos (Results 1 – 1 of 1) sorted by relevance
51 size_t lastAmpersandPos = ohmurl.rfind('&'); in ExtractVersionFromOhmurl() local53 if (lastAmpersandPos == std::string::npos) { in ExtractVersionFromOhmurl()58 versionString = ohmurl.substr(lastAmpersandPos + 1); in ExtractVersionFromOhmurl()