Searched refs:underscorePos (Results 1 – 1 of 1) sorted by relevance
1419 std::size_t underscorePos = urlSegment.find('_'); in segmentHasPrefix() 1420 if (underscorePos == std::string::npos) in segmentHasPrefix() local 1426 std::string prefix = urlSegment.substr(0, underscorePos); in segmentHasPrefix()