Searched refs:getSource (Results 1 – 6 of 6) sorted by relevance
86 Source* Style::getSource(const std::string& id) { in getSource() function in mbgl::style::Style88 return impl->getSource(id); in getSource()91 const Source* Style::getSource(const std::string& id) const { in getSource() function in mbgl::style::Style92 return impl->getSource(id); in getSource()
60 Source* getSource(const std::string& id) const;
248 Source* Style::Impl::getSource(const std::string& id) const { in getSource() function in mbgl::style::Style::Impl
57 Source* getSource(const std::string&);58 const Source* getSource(const std::string&) const;
1323 return !!d_ptr->mapObj->getStyle().getSource(sourceID.toStdString()); in sourceExists()1337 auto source = d_ptr->mapObj->getStyle().getSource(id.toStdString()); in updateSource()1372 if (d_ptr->mapObj->getStyle().getSource(sourceIDStdString)) { in removeSource()
159 if (!style.get().impl->getSource(SourceID)) { in updateStyle()