Home
last modified time | relevance | path

Searched refs:getSourceID (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dheatmap_layer.hpp24 const std::string& getSourceID() const;
H A Dhillshade_layer.hpp23 const std::string& getSourceID() const;
H A Draster_layer.hpp23 const std::string& getSourceID() const;
H A Dfill_layer.hpp23 const std::string& getSourceID() const;
H A Dfill_extrusion_layer.hpp23 const std::string& getSourceID() const;
H A Dcircle_layer.hpp23 const std::string& getSourceID() const;
H A Dline_layer.hpp25 const std::string& getSourceID() const;
H A Dlayer.hpp.ejs40 const std::string& getSourceID() const;
H A Dsymbol_layer.hpp25 const std::string& getSourceID() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer.cpp44 const std::string& HeatmapLayer::getSourceID() const { in getSourceID() function in mbgl::style::HeatmapLayer
H A Dhillshade_layer.cpp40 const std::string& HillshadeLayer::getSourceID() const { in getSourceID() function in mbgl::style::HillshadeLayer
H A Dfill_layer.cpp40 const std::string& FillLayer::getSourceID() const { in getSourceID() function in mbgl::style::FillLayer
H A Draster_layer.cpp40 const std::string& RasterLayer::getSourceID() const { in getSourceID() function in mbgl::style::RasterLayer
H A Dfill_extrusion_layer.cpp40 const std::string& FillExtrusionLayer::getSourceID() const { in getSourceID() function in mbgl::style::FillExtrusionLayer
H A Dlayer.cpp.ejs64 const std::string& <%- camelize(type) %>Layer::getSourceID() const {
H A Dcircle_layer.cpp40 const std::string& CircleLayer::getSourceID() const { in getSourceID() function in mbgl::style::CircleLayer
H A Dline_layer.cpp41 const std::string& LineLayer::getSourceID() const { in getSourceID() function in mbgl::style::LineLayer
H A Dsymbol_layer.cpp41 const std::string& SymbolLayer::getSourceID() const { in getSourceID() function in mbgl::style::SymbolLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp158 return layer.getSourceID() == sourceId; in operator ()()