Searched refs:underlinePos (Results 1 – 2 of 2) sorted by relevance
144 size_t underlinePos = fileStr.rfind(Constants::FILE_UNDERLINE); in ProcessQuickFixDir() local145 if (underlinePos == std::string::npos) { in ProcessQuickFixDir()151 bool ret = StrToInt(fileStr.substr(underlinePos + 1), versionCode); in ProcessQuickFixDir()
643 size_t underlinePos = dataPath.rfind("/"); in GetThumbUri() local644 …if (commaPos == std::string::npos || underlinePos == std::string::npos || commaPos < underlinePos)… in GetThumbUri()649 std::string lastStr = dataPath.substr(underlinePos, commaPos - underlinePos); in GetThumbUri()