Home
last modified time | relevance | path

Searched refs:slashPos (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.cpp108 const auto slashPos = str.rfind('/', endPos); in Path() local
109 return { pos, slashPos == std::string::npos || slashPos < pos ? 0 : slashPos + 1 - pos }; in Path()