Searched refs:getSources (Results 1 – 6 of 6) sorted by relevance
77 std::vector<Source*> Style::getSources() { in getSources() function in mbgl::style::Style79 return impl->getSources(); in getSources()82 std::vector<const Source*> Style::getSources() const { in getSources() function in mbgl::style::Style83 return const_cast<const Impl&>(*impl).getSources(); in getSources()
58 std::vector< Source*> getSources();59 std::vector<const Source*> getSources() const;
239 std::vector<Source*> Style::Impl::getSources() { in getSources() function in mbgl::style::Style::Impl243 std::vector<const Source*> Style::Impl::getSources() const { in getSources() function in mbgl::style::Style::Impl
54 std::vector< Source*> getSources();55 std::vector<const Source*> getSources() const;
113 for (const auto& source : d_ptr->mapObj->getStyle().getSources()) { in onSourceChanged()
101 for (auto source : map.getStyle().getSources()) { in snapshot()