Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp17 void setAPIBaseURL(const std::string& t) { apiBaseURL = t; } in setAPIBaseURL() function in mbgl::OnlineFileSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp28 void setAPIBaseURL(const std::string& url) { in setAPIBaseURL() function in mbgl::DefaultFileSource::Impl
217 void DefaultFileSource::setAPIBaseURL(const std::string& baseURL) { in setAPIBaseURL() function in mbgl::DefaultFileSource