Home
last modified time | relevance | path

Searched refs:remove_reference (Results 1 – 25 of 174) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/
H A Dfunction.hpp64 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 Ddeep_copy.hpp16 …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…
62remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
85remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
108remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
131remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
154remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
177remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
200remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
223remove_reference< typename Expr::proto_child0 >::type::proto_derived_expr >::result_type , typenam…
H A Dfunop.hpp77 , 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…
221remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 …
257remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 …
293remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 …
329remove_reference<A0 >::type , typename remove_reference<A1 >::type , typename remove_reference<A2 …
365remove_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 Ddefault_eval.hpp13 …typename proto::result_of::eval< typename remove_reference< typename proto::result_of::child_c< Ex…
18remove_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…
52remove_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…
86remove_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…
120remove_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…
154remove_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 Dremove_reference.hpp38 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 Dutility_core.hpp138 …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 Dsegmented_iterator_range.hpp103 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 Diterator.hpp48 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 Dmeta_utils.hpp90 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 Diterator.hpp63 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 Dmutable_iterator.hpp42 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 Dmeta_compiler.hpp77 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 Dmove.h76 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 Dmove.h76 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 Dhas_binary_operator.hpp202 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 Dzip_view.hpp63 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 Dfold.hpp93 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 Dring_type.hpp159 typedef typename boost::remove_reference
169 typedef typename boost::remove_reference
179 typedef typename boost::remove_reference
H A Dmutable_range.hpp39 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 Dvector.hpp106 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 Dunique_resource.hpp88 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 Dscoped_environment.hpp78 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 Dsegmented_size.hpp33 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 Dpush_front.hpp35 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 Dpush_back.hpp35 typename boost::add_const<typename boost::remove_reference<Seq>::type>::type
36 , typename boost::remove_const<typename boost::remove_reference<T>::type>::type

1234567