Searched refs:CustomLayerHost (Results 1 – 6 of 6) sorted by relevance
25 class CustomLayerHost { class27 virtual ~CustomLayerHost() = default;67 std::unique_ptr<CustomLayerHost> host);
17 std::unique_ptr<CustomLayerHost> host);22 std::shared_ptr<CustomLayerHost> host;
7 std::unique_ptr<CustomLayerHost> host_) in Impl()
9 std::unique_ptr<CustomLayerHost> host) in CustomLayer()
28 std::shared_ptr<style::CustomLayerHost> host;
1389 class HostWrapper : public mbgl::style::CustomLayerHost { in addCustomLayer()