Searched refs:tmpIdx (Results 1 – 2 of 2) sorted by relevance
114 auto tmpIdx = uri.find('/', index); in GetParamsFromUriTest() local115 if (tmpIdx == string::npos) { in GetParamsFromUriTest()120 StrToInt(uri.substr(index, tmpIdx - index), width); in GetParamsFromUriTest()122 StrToInt(uri.substr(tmpIdx + 1), height); in GetParamsFromUriTest()
601 auto tmpIdx = uri.find('/', index); in GetParamsFromUri() local602 if (tmpIdx == string::npos) { in GetParamsFromUri()607 StrToInt(uri.substr(index, tmpIdx - index), width); in GetParamsFromUri()609 StrToInt(uri.substr(tmpIdx + 1), height); in GetParamsFromUri()