Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp77 std::vector<Source*> Style::getSources() { in getSources() function in mbgl::style::Style
82 std::vector<const Source*> Style::getSources() const { in getSources() function in mbgl::style::Style
H A Dstyle_impl.cpp239 std::vector<Source*> Style::Impl::getSources() { in getSources() function in mbgl::style::Style::Impl
243 std::vector<const Source*> Style::Impl::getSources() const { in getSources() function in mbgl::style::Style::Impl