| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | recursive_wrapper.hpp | 29 class recursive_wrapper class 41 ~recursive_wrapper(); 42 recursive_wrapper(); 44 recursive_wrapper(const recursive_wrapper& operand); 45 recursive_wrapper(const T& operand); 48 recursive_wrapper(recursive_wrapper&& operand); 49 recursive_wrapper(T&& operand); 58 recursive_wrapper& operator=(const recursive_wrapper& rhs) in operator =() 64 recursive_wrapper& operator=(const T& rhs) in operator =() 70 void swap(recursive_wrapper& operand) BOOST_NOEXCEPT in swap() [all …]
|
| H A D | recursive_wrapper_fwd.hpp | 43 template <typename T> class recursive_wrapper; 51 template <class T> struct is_constructible<recursive_wrapper<T>, T> … 52 template <class T> struct is_constructible<recursive_wrapper<T>, const T> … 53 template <class T> struct is_constructible<recursive_wrapper<T>, T&> … 54 template <class T> struct is_constructible<recursive_wrapper<T>, const T&> … 55 template <class T> struct is_constructible<recursive_wrapper<T>, recursive_wrapper<T> > … 56 template <class T> struct is_constructible<recursive_wrapper<T>, const recursive_wrapper<T… 57 template <class T> struct is_constructible<recursive_wrapper<T>, recursive_wrapper<T>& > … 58 template <class T> struct is_constructible<recursive_wrapper<T>, const recursive_wrapper<T… 60 template <class T, class U> struct is_constructible<recursive_wrapper<T>, U > … [all …]
|
| H A D | variant.hpp | 1096 internal_visit(boost::recursive_wrapper<T>& operand, long) in internal_visit() 1103 internal_visit(const boost::recursive_wrapper<T>& operand, long) in internal_visit() 1508 int internal_visit(boost::recursive_wrapper<T>& operand, long) const in internal_visit() 1514 int internal_visit(const boost::recursive_wrapper<T>& operand, long) const in internal_visit() 1576 int internal_visit(boost::recursive_wrapper<T>& operand, long) const in internal_visit() 1582 int internal_visit(const boost::recursive_wrapper<T>& operand, long) const in internal_visit()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/ |
| H A D | recursive_wrapper.hpp | 22 class recursive_wrapper class 44 recursive_wrapper() in recursive_wrapper() function in mapbox::util::recursive_wrapper 47 ~recursive_wrapper() noexcept { delete p_; } in ~recursive_wrapper() 49 recursive_wrapper(recursive_wrapper const& operand) in recursive_wrapper() function in mapbox::util::recursive_wrapper 52 recursive_wrapper(T const& operand) in recursive_wrapper() function in mapbox::util::recursive_wrapper 55 recursive_wrapper(recursive_wrapper&& operand) in recursive_wrapper() function in mapbox::util::recursive_wrapper 58 recursive_wrapper(T&& operand) in recursive_wrapper() function in mapbox::util::recursive_wrapper 61 inline recursive_wrapper& operator=(recursive_wrapper const& rhs) in operator =() 67 inline recursive_wrapper& operator=(T const& rhs) in operator =() 73 inline void swap(recursive_wrapper& operand) noexcept in swap() [all …]
|
| H A D | variant.hpp | 261 struct unwrapper<recursive_wrapper<T>> 263 static auto apply_const(recursive_wrapper<T> const& obj) in apply_const() 264 -> typename recursive_wrapper<T>::type const& in apply_const() 268 static auto apply(recursive_wrapper<T>& obj) in apply() 269 -> typename recursive_wrapper<T>::type& in apply() 661 …(detail::direct_type<recursive_wrapper<T>, Types...>::index != detail::invalid_value)>::type* = nu… 664 return type_index == detail::direct_type<recursive_wrapper<T>, Types...>::index; in is() 731 …(detail::direct_type<recursive_wrapper<T>, Types...>::index != detail::invalid_value)>::type* = nu… 734 return (*reinterpret_cast<recursive_wrapper<T>*>(&data)).get(); in get_unchecked() 740 …(detail::direct_type<recursive_wrapper<T>, Types...>::index != detail::invalid_value)>::type* = nu… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | info.hpp | 37 , recursive_wrapper<info> 38 , recursive_wrapper<std::pair<info, info> > 39 , recursive_wrapper<std::list<info> >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | feature.hpp | 36 mapbox::util::recursive_wrapper<std::vector<value>>, 37 … mapbox::util::recursive_wrapper<std::unordered_map<std::string, value>>>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | value.hpp | 28 mapbox::util::recursive_wrapper<std::vector<Value>>, 29 mapbox::util::recursive_wrapper<std::unordered_map<std::string, Value>>>;
|
| H A D | type.hpp | 90 mapbox::util::recursive_wrapper<Array>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/ |
| H A D | element_index.hpp | 29 boost::is_same<VariantElement, boost::recursive_wrapper<T> >,
|
| H A D | enable_recursive.hpp | 109 , boost::recursive_wrapper<t_>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 79 mutable optional<mapbox::util::recursive_wrapper<Transitioning<Value>>> prior;
|