Home
last modified time | relevance | path

Searched refs:unique_any (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp41 class unique_any final class
44 unique_any() = default;
47 unique_any(const unique_any& rhs) = delete;
49 unique_any(unique_any&& rhs) : vtable(rhs.vtable) { in unique_any() function in mbgl::util::unique_any
59 typename = std::enable_if_t<!std::is_same<_Vt, unique_any>::value> >
60 unique_any(ValueType&& value) { in unique_any() function in mbgl::util::unique_any
64 ~unique_any() { in ~unique_any()
68 unique_any& operator=(unique_any&& rhs) { in operator =()
69 unique_any(std::move(rhs)).swap(*this); in operator =()
74 typename = std::enable_if_t<!std::is_same<std::decay_t<ValueType>, unique_any>::value> >
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dsource.hpp80 util::unique_any peer;
H A Dlayer.hpp135 util::unique_any peer;