| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | custom_layer.hpp | 84 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | background_layer.hpp | 56 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | heatmap_layer.hpp | 77 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | hillshade_layer.hpp | 77 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | raster_layer.hpp | 89 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | fill_layer.hpp | 88 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | fill_extrusion_layer.hpp | 88 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | circle_layer.hpp | 112 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | line_layer.hpp | 126 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | layer.hpp.ejs | 84 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| H A D | symbol_layer.hpp | 278 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | custom_layer.cpp | 23 std::unique_ptr<Layer> CustomLayer::cloneRef(const std::string&) const { in cloneRef() function in mbgl::style::CustomLayer
|
| H A D | background_layer.cpp | 28 std::unique_ptr<Layer> BackgroundLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::BackgroundLayer
|
| H A D | heatmap_layer.cpp | 32 std::unique_ptr<Layer> HeatmapLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::HeatmapLayer
|
| H A D | hillshade_layer.cpp | 28 std::unique_ptr<Layer> HillshadeLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::HillshadeLayer
|
| H A D | fill_layer.cpp | 28 std::unique_ptr<Layer> FillLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::FillLayer
|
| H A D | raster_layer.cpp | 28 std::unique_ptr<Layer> RasterLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::RasterLayer
|
| H A D | fill_extrusion_layer.cpp | 28 std::unique_ptr<Layer> FillExtrusionLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::FillExtrusionLayer
|
| H A D | layer.cpp.ejs | 45 std::unique_ptr<Layer> <%- camelize(type) %>Layer::cloneRef(const std::string& id_) const {
|
| H A D | circle_layer.cpp | 28 std::unique_ptr<Layer> CircleLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::CircleLayer
|
| H A D | line_layer.cpp | 28 std::unique_ptr<Layer> LineLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::LineLayer
|
| H A D | symbol_layer.cpp | 28 std::unique_ptr<Layer> SymbolLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::SymbolLayer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | layer.hpp | 127 virtual std::unique_ptr<Layer> cloneRef(const std::string& id) const = 0;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 263 layer = reference->cloneRef(id); in parseLayer()
|