| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/ |
| H A D | function.hpp | 64 typename boost::remove_reference<A0>::type> 70 typename boost::remove_reference<A0>::type, 71 typename boost::remove_reference<A1>::type> 77 typename boost::remove_reference<A0>::type, 78 typename boost::remove_reference<A1>::type, 79 typename boost::remove_reference<A2>::type> 87 typename boost::remove_reference<A0>::type, 88 typename boost::remove_reference<A1>::type, 89 typename boost::remove_reference<A2>::type, 90 typename boost::remove_reference<A3>::type> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | deep_copy.hpp | 16 …typename deep_copy_impl< typename remove_reference< typename Expr::proto_child0 >::type::proto_der… 39 …ename remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , t… 62 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 85 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 108 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 131 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 154 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 177 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 200 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam… 223 …remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
|
| H A D | funop.hpp | 77 , typename remove_reference<A0 >::type 113 , typename remove_reference<A0 >::type , typename remove_reference<A1 >::type 149 …, typename remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_re… 185 … typename remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_ref… 221 …remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 … 257 …remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 … 293 …remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 … 329 …remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 … 365 …remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/ |
| H A D | default_eval.hpp | 13 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex… 18 …remove_reference< typename proto::result_of::child_c< Expr, 1>::type >::type , Context >::type , t… 47 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex… 52 …remove_reference< typename proto::result_of::child_c< Expr, 1>::type >::type , Context >::type , t… 81 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex… 86 …remove_reference< typename proto::result_of::child_c< Expr, 1>::type >::type , Context >::type , t… 115 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex… 120 …remove_reference< typename proto::result_of::child_c< Expr, 1>::type >::type , Context >::type , t… 149 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex… 154 …remove_reference< typename proto::result_of::child_c< Expr, 1>::type >::type , Context >::type , t… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | remove_reference.hpp | 38 template <class T> struct remove_reference{ typedef typename boost::detail::remove_rvalue_ref<T>::t… struct 39 template <class T> struct remove_reference<T&>{ typedef T type; }; struct 46 template <class T> struct remove_reference<T&const>{ typedef T type; }; struct 47 template <class T> struct remove_reference<T&volatile>{ typedef T type; }; struct 48 template <class T> struct remove_reference<T&const volatile>{ typedef T type; }; struct 53 template <class T> using remove_reference_t = typename remove_reference<T>::type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | utility_core.hpp | 138 …move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type &x) BOOST_NO… in move_if_not_lvalue_reference() 153 …move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type &x) BOOST_NO… in move_if_not_lvalue_reference() 206 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() 212 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() 213 { return static_cast<typename ::boost::move_detail::remove_reference<T>::type &&>(t); } in move() 248 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::remove_reference<T>::type& t) BO… in forward() 252 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::remove_reference<T>::type&& t) B… in forward() 283 …INE T&& move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type& t) … in move_if_not_lvalue_reference() 287 …INE T&& move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type&& t)… in move_if_not_lvalue_reference()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/ |
| H A D | segmented_iterator_range.hpp | 103 typename remove_reference< 106 typename remove_reference< 126 typename remove_reference< 129 typename remove_reference< 177 typename remove_reference< 192 typename remove_reference< 251 typename remove_reference< 254 typename remove_reference< 271 typename remove_reference< 274 typename remove_reference< [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/ |
| H A D | iterator.hpp | 48 typename boost::remove_reference<InputIter1>::type 75 typename boost::remove_reference<ForwardIterator>::type 85 typename boost::remove_reference<ForwardIterator>::type 122 typename boost::remove_reference<BidirectionalIterator>::type 132 typename boost::remove_reference<BidirectionalIterator>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | meta_utils.hpp | 90 struct remove_reference struct 96 struct remove_reference<T&> struct 104 struct remove_reference<T&&> struct 112 struct remove_reference< rv<T> > struct 118 struct remove_reference< rv<T> &> struct 124 struct remove_reference< const rv<T> &> struct 147 typedef typename remove_reference<T>::type* type; 191 typedef typename remove_reference<T>::type t_unreferenced;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/ |
| H A D | iterator.hpp | 63 is_const<typename remove_reference<C>::type>::value, 64 range_const_iterator<typename remove_const<typename remove_reference<C>::type>::type>, 65 range_mutable_iterator<typename remove_reference<C>::type>
|
| H A D | mutable_iterator.hpp | 42 BOOST_DEDUCED_TYPENAME remove_reference<C>::type> 70 BOOST_DEDUCED_TYPENAME remove_reference<C>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | meta_compiler.hpp | 77 typename remove_reference<Modifiers>::type>::result_type 102 typename remove_reference<Modifiers>::type>::result_type 129 typename remove_reference<Modifiers>::type 159 typename remove_reference<Modifiers>::type
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | move.h | 76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in _GLIBCXX_VISIBILITY() 87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept in _GLIBCXX_VISIBILITY() 100 constexpr typename std::remove_reference<_Tp>::type&& in _GLIBCXX_VISIBILITY() 102 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | move.h | 76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in _GLIBCXX_VISIBILITY() 87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept in _GLIBCXX_VISIBILITY() 100 constexpr typename std::remove_reference<_Tp>::type&& in _GLIBCXX_VISIBILITY() 102 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/ |
| H A D | has_binary_operator.hpp | 202 typedef typename ::boost::remove_reference<Lhs>::type Lhs_noref; 203 typedef typename ::boost::remove_reference<Rhs>::type Rhs_noref; 206 …typedef typename ::boost::remove_cv< typename ::boost::remove_reference< typename ::boost::remove_… 207 …typedef typename ::boost::remove_cv< typename ::boost::remove_reference< typename ::boost::remove_…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/ |
| H A D | zip_view.hpp | 63 typedef typename remove_reference<Seq>::type SeqClass; 88 typedef typename remove_reference<Lhs>::type lhs; 89 typedef typename remove_reference<Rhs>::type rhs;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | fold.hpp | 93 typename remove_reference< 100 typename remove_reference< 155 typename remove_reference< 162 typename remove_reference<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | ring_type.hpp | 159 typedef typename boost::remove_reference 169 typedef typename boost::remove_reference 179 typedef typename boost::remove_reference
|
| H A D | mutable_range.hpp | 39 typedef typename boost::remove_reference<Range>::type& type; 66 typename boost::remove_reference<Range>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/ |
| H A D | vector.hpp | 106 typename remove_reference<Sequence>::type 163 is_base_of<store, typename remove_reference<U>::type> 200 , typename Sequence_ = typename remove_reference<Sequence>::type 296 is_base_of<vector, typename remove_reference<U>::type>... 309 , typename Sequence_ = typename remove_reference<Sequence>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/ |
| H A D | unique_resource.hpp | 88 unique_resource<R, typename std::remove_reference<D>::type> 90 return unique_resource<R, typename std::remove_reference<D>::type>( in make_unique_resource() 91 std::move(r), std::forward<typename std::remove_reference<D>::type>(d), in make_unique_resource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/ |
| H A D | scoped_environment.hpp | 78 typename remove_reference< \ 112 typename remove_reference< 137 typename remove_reference<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/ |
| H A D | segmented_size.hpp | 33 typename remove_reference< 39 , mpl::plus<mpl::_1, segmented_size<remove_reference<mpl::_2> > >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/fusion/ |
| H A D | push_front.hpp | 35 typename boost::add_const<typename boost::remove_reference<Seq>::type>::type 36 , typename boost::remove_const<typename boost::remove_reference<T>::type>::type
|
| H A D | push_back.hpp | 35 typename boost::add_const<typename boost::remove_reference<Seq>::type>::type 36 , typename boost::remove_const<typename boost::remove_reference<T>::type>::type
|