Searched refs:queryPos (Results 1 – 1 of 1) sorted by relevance
72 const auto queryPos = str.find('?'); in URL() local73 if (queryPos == std::string::npos || hashPos < queryPos) { in URL()76 return { queryPos, (hashPos != std::string::npos ? hashPos : str.size()) - queryPos }; in URL()