Home
last modified time | relevance | path

Searched refs:protocolLength (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 Dmapbox.cpp15 const std::size_t protocolLength = 9; variable
24 return url.compare(0, protocolLength, protocol) == 0; in isMapboxURL()