Home
last modified time | relevance | path

Searched defs:baseURL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp31 std::string normalizeSourceURL(const std::string& baseURL, in normalizeSourceURL()
47 std::string normalizeStyleURL(const std::string& baseURL, in normalizeStyleURL()
64 std::string normalizeSpriteURL(const std::string& baseURL, in normalizeSpriteURL()
82 std::string normalizeGlyphsURL(const std::string& baseURL, in normalizeGlyphsURL()
99 std::string normalizeTileURL(const std::string& baseURL, in normalizeTileURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp217 void DefaultFileSource::setAPIBaseURL(const std::string& baseURL) { in setAPIBaseURL()