| /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_const.hpp | 21 template <class T> struct remove_const{ typedef T type; }; struct 22 template <class T> struct remove_const<T const>{ typedef T type; }; argument 25 template <class T, std::size_t N> struct remove_const<T const[N]>{ typedef T type[N]; }; struct 27 template <class T> struct remove_const<T const[]>{ typedef T type[]; }; struct 33 template <class T> using remove_const_t = typename remove_const<T>::type;
|
| H A D | has_trivial_move_constructor.hpp | 41 …fine SOLARIS_EXTRA_CHECK && is_constructible<typename remove_const<T>::type, typename remove_const…
|
| H A D | has_trivial_move_assign.hpp | 36 #define SOLARIS_EXTRA_CHECK && is_assignable<typename remove_const<T>::type&, typename remove_const…
|
| /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 | 76 typename remove_const<typename Elements::car_type>::type, 85 typedef typename remove_const<typename Elements::car_type>::type term; in operator ()() 127 typename remove_const<typename Elements::car_type>::type, 139 typename remove_const<typename Elements::car_type>::type, in operator ()() 157 typename remove_const<typename Elements::car_type>::type, 158 typename remove_const<typename Elements::cdr_type::car_type>::type, 169 typename remove_const<typename Elements::car_type>::type, in operator ()() 170 typename remove_const<typename Elements::cdr_type::car_type>::type, in operator ()()
|
| /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 | 47 typename boost::remove_const< 74 typename boost::remove_const< 84 typename boost::remove_const< 121 typename boost::remove_const< 131 typename boost::remove_const<
|
| H A D | utility.hpp | 36 typename remove_const<typename remove_reference<First>::type>::type 37 , typename remove_const<typename remove_reference<Second>::type>::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/ext/pb_ds/detail/branch_policy/ |
| H A D | branch_policy.hpp | 60 typedef typename remove_const<value_type>::type rcvalue_type; 61 typedef typename remove_const<key_type>::type rckey_type; 94 typedef typename remove_const<value_type>::type rcvalue_type;
|
| /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/ext/pb_ds/detail/branch_policy/ |
| H A D | branch_policy.hpp | 60 typedef typename remove_const<value_type>::type rcvalue_type; 61 typedef typename remove_const<key_type>::type rckey_type; 94 typedef typename remove_const<value_type>::type rcvalue_type;
|
| /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/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 63 using std::tr1::remove_const; 99 value = is_fundamental<typename remove_const<T>::type>::value 100 || is_pointer<typename remove_const<T>::type>::value
|
| /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/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 63 using std::tr1::remove_const; 99 value = is_fundamental<typename remove_const<T>::type>::value 100 || is_pointer<typename remove_const<T>::type>::value
|
| /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/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 92 typename remove_const<Value_Type>::type>::const_pointer 96 typename remove_const<Value_Type>::type>::const_pointer 221 typename remove_const<Value_Type>::type>::pointer 225 typename remove_const<Value_Type>::type>::pointer
|
| /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/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 92 typename remove_const<Value_Type>::type>::const_pointer 96 typename remove_const<Value_Type>::type>::const_pointer 221 typename remove_const<Value_Type>::type>::pointer 225 typename remove_const<Value_Type>::type>::pointer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/ |
| H A D | remove_const.hpp | 20 remove_const struct 27 remove_const<T const> struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/detail/ |
| H A D | end_impl.hpp | 32 , struct_size<typename remove_const<Seq>::type>::value 56 , struct_size<typename remove_const<Seq>::type>::value
|
| H A D | is_view_impl.hpp | 23 : struct_is_view<typename remove_const<Seq>::type>
|
| H A D | size_impl.hpp | 23 : struct_size<typename remove_const<Seq>::type>
|
| /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 | 38 range_const_iterator< typename remove_const<C>::type >, 64 range_const_iterator<typename remove_const<typename remove_reference<C>::type>::type>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/ |
| H A D | mem_fun_ptr_gen.hpp | 63 typename remove_const<typename remove_reference<Object>::type>::type 64 , typename remove_const<typename remove_reference<MemPtr>::type>::type
|
| /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 | modify.hpp | 80 typedef typename remove_const< 83 typedef typename remove_const<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/ |
| H A D | basic_iterator.hpp | 116 typename remove_const<typename It1::seq_type>::type 117 , typename remove_const<typename It2::seq_type>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | polygon_concept.hpp | 41 typedef typename boost::remove_const<PolygonType>::type polygon_type; 96 typedef typename boost::remove_const<PolygonType>::type const_polygon_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | max_interval_gap.hpp | 121 typedef typename boost::remove_const 259 typedef typename boost::remove_const in maximum_gap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/ |
| H A D | action.hpp | 166 remove_const<typename Elements::car_type>::type 170 remove_const<typename Elements::cdr_type::car_type>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray_detail.hpp | 125 ::boost::remove_const< 128 ::boost::remove_const< 140 ::boost::remove_const< 143 ::boost::remove_const<V> 404 typename ::boost::remove_const<T>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | bare_type.hpp | 34 typedef typename boost::remove_const
|