Home
last modified time | relevance | path

Searched refs:queryPos (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Durl.cpp72 const auto queryPos = str.find('?'); in URL() local
73 if (queryPos == std::string::npos || hashPos < queryPos) { in URL()
76 return { queryPos, (hashPos != std::string::npos ? hashPos : str.size()) - queryPos }; in URL()