Searched refs:normalize_arg (Results 1 – 4 of 4) sorted by relevance
| /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 | poly_function_funop.hpp | 11 typename normalize_arg<A0 >::type 29 return impl(static_cast<typename normalize_arg<A0 const &> ::reference>(a0)); in operator ()() 34 typename normalize_arg<A0 >::type , typename normalize_arg<A1 >::type 52 …return impl(static_cast<typename normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename… in operator ()() 57 …typename normalize_arg<A0 >::type , typename normalize_arg<A1 >::type , typename normalize_arg<A2 … 75 …ame normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::… in operator ()() 80 …typename normalize_arg<A0 >::type , typename normalize_arg<A1 >::type , typename normalize_arg<A2 … 98 …normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::refe… in operator ()() 103 …normalize_arg<A0 >::type , typename normalize_arg<A1 >::type , typename normalize_arg<A2 >::type ,… 121 …normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::refe… in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | poly_function.hpp | 39 struct normalize_arg struct 46 struct normalize_arg<T const> struct 53 struct normalize_arg<T &> struct 60 struct normalize_arg<T const &> struct 67 struct normalize_arg<boost::reference_wrapper<T> > struct 74 struct normalize_arg<boost::reference_wrapper<T> const> struct 81 struct normalize_arg<boost::reference_wrapper<T> &> struct 88 struct normalize_arg<boost::reference_wrapper<T> const &> struct
|
| H A D | poly_function_funop.hpp | 8 … static_cast<typename normalize_arg<BOOST_PP_CAT(A, N) const &> \ 47 , typename normalize_arg<A
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | env.hpp | 208 … typedef typename impl<typename detail::normalize_arg<T>::type>::result_type type; 212 typename impl<typename detail::normalize_arg<T &>::type>::result_type const 215 return impl<typename detail::normalize_arg<T &>::type>()( in operator ()() 216 static_cast<typename detail::normalize_arg<T &>::reference>(t) in operator ()() 221 typename impl<typename detail::normalize_arg<T const &>::type>::result_type const 224 return impl<typename detail::normalize_arg<T const &>::type>()( in operator ()() 225 static_cast<typename detail::normalize_arg<T const &>::reference>(t) in operator ()()
|