Home
last modified time | relevance | path

Searched refs:cloneRef (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp84 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dbackground_layer.hpp56 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dheatmap_layer.hpp77 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dhillshade_layer.hpp77 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Draster_layer.hpp89 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dfill_layer.hpp88 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dfill_extrusion_layer.hpp88 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dcircle_layer.hpp112 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dline_layer.hpp126 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dlayer.hpp.ejs84 std::unique_ptr<Layer> cloneRef(const std::string& id) const final;
H A Dsymbol_layer.hpp278 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 Dcustom_layer.cpp23 std::unique_ptr<Layer> CustomLayer::cloneRef(const std::string&) const { in cloneRef() function in mbgl::style::CustomLayer
H A Dbackground_layer.cpp28 std::unique_ptr<Layer> BackgroundLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::BackgroundLayer
H A Dheatmap_layer.cpp32 std::unique_ptr<Layer> HeatmapLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::HeatmapLayer
H A Dhillshade_layer.cpp28 std::unique_ptr<Layer> HillshadeLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::HillshadeLayer
H A Dfill_layer.cpp28 std::unique_ptr<Layer> FillLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::FillLayer
H A Draster_layer.cpp28 std::unique_ptr<Layer> RasterLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::RasterLayer
H A Dfill_extrusion_layer.cpp28 std::unique_ptr<Layer> FillExtrusionLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::FillExtrusionLayer
H A Dlayer.cpp.ejs45 std::unique_ptr<Layer> <%- camelize(type) %>Layer::cloneRef(const std::string& id_) const {
H A Dcircle_layer.cpp28 std::unique_ptr<Layer> CircleLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::CircleLayer
H A Dline_layer.cpp28 std::unique_ptr<Layer> LineLayer::cloneRef(const std::string& id_) const { in cloneRef() function in mbgl::style::LineLayer
H A Dsymbol_layer.cpp28 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 Dlayer.hpp127 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 Dparser.cpp263 layer = reference->cloneRef(id); in parseLayer()