Home
last modified time | relevance | path

Searched refs:Mutable (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimmutable.hpp22 class Mutable { class
24 Mutable(Mutable&&) = default;
25 Mutable& operator=(Mutable&&) = default;
27 Mutable(const Mutable&) = delete;
28 Mutable& operator=(const Mutable&) = delete;
35 Mutable(std::shared_ptr<T>&& s) in Mutable() function in mbgl::Mutable
41 template <class S, class... Args> friend Mutable<S> makeMutable(Args&&...);
45 Mutable<T> makeMutable(Args&&... args) { in makeMutable()
46 return Mutable<T>(std::make_shared<T>(std::forward<Args>(args)...)); in makeMutable()
62 Immutable(Mutable<S>&& s) in Immutable()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-firewire7 Read-only. Mutable during the node device's lifetime.
26 Read-only. Mutable during the node device's lifetime.
78 Read-only. Mutable during the node device's lifetime.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_source.hpp18 Mutable<Impl> mutableImpl() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp83 Mutable<Impl> mutableImpl() const;
H A Dbackground_layer.hpp54 Mutable<Impl> mutableImpl() const;
H A Dheatmap_layer.hpp75 Mutable<Impl> mutableImpl() const;
H A Dhillshade_layer.hpp75 Mutable<Impl> mutableImpl() const;
H A Draster_layer.hpp87 Mutable<Impl> mutableImpl() const;
H A Dfill_layer.hpp86 Mutable<Impl> mutableImpl() const;
H A Dfill_extrusion_layer.hpp86 Mutable<Impl> mutableImpl() const;
H A Dcircle_layer.hpp110 Mutable<Impl> mutableImpl() const;
H A Dline_layer.hpp124 Mutable<Impl> mutableImpl() const;
H A Dlayer.hpp.ejs82 Mutable<Impl> mutableImpl() const;
H A Dsymbol_layer.hpp276 Mutable<Impl> mutableImpl() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dlight.hpp46 Mutable<Impl> mutableImpl() const;
H A Dlight.hpp.ejs33 Mutable<Impl> mutableImpl() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcustom_layer.cpp19 Mutable<CustomLayer::Impl> CustomLayer::mutableImpl() const { in mutableImpl()
H A Dbackground_layer.cpp24 Mutable<BackgroundLayer::Impl> BackgroundLayer::mutableImpl() const { in mutableImpl()
H A Dheatmap_layer.cpp28 Mutable<HeatmapLayer::Impl> HeatmapLayer::mutableImpl() const { in mutableImpl()
H A Dhillshade_layer.cpp24 Mutable<HillshadeLayer::Impl> HillshadeLayer::mutableImpl() const { in mutableImpl()
H A Dfill_layer.cpp24 Mutable<FillLayer::Impl> FillLayer::mutableImpl() const { in mutableImpl()
H A Draster_layer.cpp24 Mutable<RasterLayer::Impl> RasterLayer::mutableImpl() const { in mutableImpl()
H A Dfill_extrusion_layer.cpp24 Mutable<FillExtrusionLayer::Impl> FillExtrusionLayer::mutableImpl() const { in mutableImpl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight.cpp.ejs26 Mutable<Light::Impl> Light::mutableImpl() const {
H A Dlight.cpp23 Mutable<Light::Impl> Light::mutableImpl() const { in mutableImpl()

12