Home
last modified time | relevance | path

Searched defs:removeSource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp100 std::unique_ptr<Source> Style::removeSource(const std::string& sourceID) { in removeSource() function in mbgl::style::Style
H A Dstyle_impl.cpp162 std::unique_ptr<Source> Style::Impl::removeSource(const std::string& id) { in removeSource() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1368 void QMapboxGL::removeSource(const QString& id) in removeSource() function in QMapboxGL