| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | iterator_categories.hpp | 79 is_convertible<Cat,std::random_access_iterator_tag> 82 is_convertible<Cat,std::bidirectional_iterator_tag> 85 is_convertible<Cat,std::forward_iterator_tag> 88 is_convertible<Cat,std::input_iterator_tag> 91 is_convertible<Cat,std::output_iterator_tag> 109 is_convertible<Cat,incrementable_traversal_tag> 148 is_convertible<Traversal,random_access_traversal_tag> 151 is_convertible<Traversal,bidirectional_traversal_tag> 154 is_convertible<Traversal,forward_traversal_tag> 157 is_convertible<Traversal,single_pass_traversal_tag> [all …]
|
| H A D | iterator_adaptor.hpp | 50 struct is_convertible<use_default,To> struct 124 , is_convertible<From, To> 135 is_convertible<From, To> 214 BOOST_STATIC_ASSERT((is_convertible<Tr1, Tr2>::value)); in iterator_adaptor_assert_traversal()
|
| H A D | interoperable.hpp | 40 is_convertible< A, B > 41 , is_convertible< B, A > >
|
| H A D | iterator_facade.hpp | 66 …public boost::is_convertible< typename iterator_category_to_traversal< CategoryOrTraversal >::type… 240 is_convertible< 260 : is_convertible< 288 is_convertible< 301 is_convertible< 425 is_convertible<I2,I1> 874 # define BOOST_ITERATOR_CONVERTIBLE(a,b) is_convertible<a,b>()
|
| H A D | minimum_category.hpp | 71 ::boost::is_convertible<T1,T2>::value 72 , ::boost::is_convertible<T2,T1>::value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/detail/ |
| H A D | facade_iterator_category.hpp | 88 , is_convertible<Traversal,forward_traversal_tag> 91 is_convertible<Traversal,random_access_traversal_tag> 94 is_convertible<Traversal,bidirectional_traversal_tag> 101 is_convertible<Traversal, single_pass_traversal_tag> 104 , is_convertible<Reference, ValueParam> 117 is_convertible<T,std::input_iterator_tag> 118 , is_convertible<T,std::output_iterator_tag> 125 : is_convertible<T,incrementable_traversal_tag> 142 is_convertible<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | dispatch.hpp | 30 is_convertible<Category, Tag1>, Tag1, 31 is_convertible<Category, Tag2>, Tag2, 32 is_convertible<Category, Tag3>, Tag3, 33 is_convertible<Category, Tag4>, Tag4, 34 is_convertible<Category, Tag5>, Tag5, 35 is_convertible<Category, Tag6>, Tag6
|
| H A D | push.hpp | 67 { BOOST_STATIC_ASSERT((!is_convertible<mode, output>::value)); \ 72 { BOOST_STATIC_ASSERT((!is_convertible<mode, input>::value)); \ 103 { BOOST_STATIC_ASSERT((!is_convertible<mode, output>::value)); \ 107 { BOOST_STATIC_ASSERT((!is_convertible<mode, input>::value)); \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | close.hpp | 133 mpl::not_< is_convertible<category, closable_tag> >, 146 is_convertible<category, two_sequence>, 147 is_convertible<category, dual_use> 204 const bool in = is_convertible<category, input>::value && in close() 205 !is_convertible<category, output>::value; in close() 217 const bool in = is_convertible<category, input>::value && in close() 218 !is_convertible<category, output>::value; in close() 226 const bool in = is_convertible<category, input>::value && in close() 227 !is_convertible<category, output>::value; in close()
|
| H A D | concepts.hpp | 41 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close() 47 BOOST_STATIC_ASSERT((is_convertible<Mode, two_sequence>::value)); in close() 78 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close() 79 BOOST_STATIC_ASSERT((!is_convertible<Mode, dual_use>::value)); in close() 87 (is_convertible<Mode, two_sequence>::value) || in close() 88 (is_convertible<Mode, dual_use>::value) in close()
|
| H A D | stream.hpp | 36 is_convertible<mode, input>, 37 is_convertible<mode, output> 40 is_convertible<mode, input>, 48 is_convertible<mode, input>, 49 is_convertible<mode, output> 52 is_convertible<mode, input>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/ |
| H A D | is_backend.hpp | 38 boost::is_convertible<V, number<B> >::value, 46 …nd_imp<true, T, U>{ static const bool value = is_convertible<U, number<T, et_on> >::value || is_co… 54 …d_imp<true, T, U>{ static const bool value = (is_convertible<T, number<U, et_on> >::value || is_co…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | indirect_streambuf.hpp | 107 bool can_read() const { return is_convertible<Mode, input>::value; } in can_read() 108 bool can_write() const { return is_convertible<Mode, output>::value; } in can_write() 110 …bool shared_buffer() const { return is_convertible<Mode, seekable>::value || is_convertible<Mode, … in shared_buffer() 134 is_convertible< 357 bool two_head = is_convertible<category, dual_seekable>::value || in seek_impl() 358 is_convertible<category, bidirectional_seekable>::value; in seek_impl() 386 if (which == BOOST_IOS::in && is_convertible<Mode, input>::value) { in close_impl() 389 if (which == BOOST_IOS::out && is_convertible<Mode, output>::value) { in close_impl() 393 if ( !is_convertible<category, dual_use>::value || in close_impl() 394 is_convertible<Mode, input>::value == (which == BOOST_IOS::in) ) in close_impl()
|
| /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 | common_type_impl.hpp | 54 boost::is_convertible<T, U>::value && !boost::is_convertible<U, T>::value, 59 boost::is_convertible<U, T>::value && !boost::is_convertible<T, U>::value,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 68 inline typename disable_if_c<is_convertible<V, T>::value >::type 76 inline typename enable_if_c<is_convertible<V, T>::value >::type 83 inline typename disable_if_c<is_convertible<V, T>::value>::type 91 inline typename enable_if_c<is_convertible<V, T>::value>::type 98 inline typename disable_if_c<is_convertible<V, T>::value>::type 106 inline typename enable_if_c<is_convertible<V, T>::value>::type 141 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v… 149 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && is_convertible<V, T>::va… 156 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value && !is_convertible<V, T>::v… 164 inline typename enable_if_c<is_convertible<V, number<T, et_on> >::value&& is_convertible<V, T>::val… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/ |
| H A D | array.hpp | 106 { BOOST_STATIC_ASSERT((!is_convertible<Mode, output>::value)); } in array_adapter() 113 { BOOST_STATIC_ASSERT((!is_convertible<Mode, output>::value)); } in array_adapter() 118 { BOOST_STATIC_ASSERT((is_convertible<Mode, input>::value)); in input_sequence() 124 { BOOST_STATIC_ASSERT((is_convertible<Mode, output>::value)); in output_sequence()
|
| /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 | 293 struct is_convertible struct 301 class is_convertible class 317 : is_convertible<T, U> 351 : enable_if< is_convertible<T, U>, R> 356 : disable_if< is_convertible<T, U>, R> 467 : is_convertible< T, ::boost::rv<T>& >
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | big_constant.hpp | 69 mpl::bool_< (is_convertible<boost::math::tools::largest_float, T>::value) && \ 74 boost::is_convertible<const char*, T>()) 81 boost::is_convertible<const char*, T>())
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 48 …(boost::is_arithmetic<V>::value || is_same<std::string, V>::value || is_convertible<V, const char*… in number() 49 && !is_convertible<typename detail::canonical<V, Backend>::type, Backend>::value in number() 60 is_convertible<typename detail::canonical<V, Backend>::type, Backend>::value in number() 72 …(boost::is_arithmetic<V>::value || is_same<std::string, V>::value || is_convertible<V, const char*… in number() 84 || !is_convertible<typename detail::canonical<V, Backend>::type, Backend>::value) in number() 106 …typename boost::enable_if_c<(boost::is_convertible<Other, Backend>::value && !detail::is_restricte… in number() 124 …&& (detail::is_restricted_conversion<Other, Backend>::value || !boost::is_convertible<Other, Backe… in number() 129 …enable_if<mpl::or_<boost::is_arithmetic<V>, is_same<std::string, V>, is_convertible<V, const char*… in number() 135 …>& v1, const number<Other, ET>& v2, typename boost::enable_if<boost::is_convertible<Other, Backend… in number() 142 …typename boost::enable_if<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator =() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/ |
| H A D | is_sequence.hpp | 35 : is_convertible<Sequence, fusion::detail::from_sequence_convertible_type> 72 : is_convertible<Sequence, fusion::detail::from_sequence_convertible_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/bits/ |
| H A D | stl_pair.h | 113 return __and_<is_convertible<const _U1&, _T1>, in _GLIBCXX_VISIBILITY() 114 is_convertible<const _U2&, _T2>>::value; in _GLIBCXX_VISIBILITY() 127 return __and_<is_convertible<_U1&&, _T1>, in _GLIBCXX_VISIBILITY() 128 is_convertible<_U2&&, _T2>>::value; in _GLIBCXX_VISIBILITY() 134 using __do_converts = __and_<is_convertible<const _U1&, _T1>, in _GLIBCXX_VISIBILITY() 135 is_convertible<_U2&&, _T2>>; in _GLIBCXX_VISIBILITY() 148 using __do_converts = __and_<is_convertible<_U1&&, _T1>, in _GLIBCXX_VISIBILITY() 149 is_convertible<const _U2&, _T2>>; in _GLIBCXX_VISIBILITY()
|
| H A D | unique_ptr.h | 74 typename = _Require<is_convertible<_Up*, _Tp*>>> in _GLIBCXX_VISIBILITY() 110 typename = _Require<is_convertible<_Up(*)[], _Tp(*)[]>>> in _GLIBCXX_VISIBILITY() 115 typename enable_if<is_convertible<_Up(*)[], _Tp(*)[]>::value>::type in _GLIBCXX_VISIBILITY() 260 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>, in _GLIBCXX_VISIBILITY() 339 is_convertible<_Ep, _Dp>>::type>> in _GLIBCXX_VISIBILITY() 349 is_convertible<_Up*, _Tp*>, is_same<_Dp, default_delete<_Tp>>>> in _GLIBCXX_VISIBILITY() 509 is_convertible<_UP_element_type(*)[], element_type(*)[]> in _GLIBCXX_VISIBILITY() 519 is_convertible< in _GLIBCXX_VISIBILITY() 602 is_convertible<_Ep, _Dp>>::type>> in _GLIBCXX_VISIBILITY() 700 is_convertible< in _GLIBCXX_VISIBILITY()
|
| /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 | stl_pair.h | 113 return __and_<is_convertible<const _U1&, _T1>, in _GLIBCXX_VISIBILITY() 114 is_convertible<const _U2&, _T2>>::value; in _GLIBCXX_VISIBILITY() 127 return __and_<is_convertible<_U1&&, _T1>, in _GLIBCXX_VISIBILITY() 128 is_convertible<_U2&&, _T2>>::value; in _GLIBCXX_VISIBILITY() 134 using __do_converts = __and_<is_convertible<const _U1&, _T1>, in _GLIBCXX_VISIBILITY() 135 is_convertible<_U2&&, _T2>>; in _GLIBCXX_VISIBILITY() 148 using __do_converts = __and_<is_convertible<_U1&&, _T1>, in _GLIBCXX_VISIBILITY() 149 is_convertible<const _U2&, _T2>>; in _GLIBCXX_VISIBILITY()
|
| H A D | unique_ptr.h | 74 typename = _Require<is_convertible<_Up*, _Tp*>>> in _GLIBCXX_VISIBILITY() 110 typename = _Require<is_convertible<_Up(*)[], _Tp(*)[]>>> in _GLIBCXX_VISIBILITY() 115 typename enable_if<is_convertible<_Up(*)[], _Tp(*)[]>::value>::type in _GLIBCXX_VISIBILITY() 260 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>, in _GLIBCXX_VISIBILITY() 339 is_convertible<_Ep, _Dp>>::type>> in _GLIBCXX_VISIBILITY() 349 is_convertible<_Up*, _Tp*>, is_same<_Dp, default_delete<_Tp>>>> in _GLIBCXX_VISIBILITY() 509 is_convertible<_UP_element_type(*)[], element_type(*)[]> in _GLIBCXX_VISIBILITY() 519 is_convertible< in _GLIBCXX_VISIBILITY() 602 is_convertible<_Ep, _Dp>>::type>> in _GLIBCXX_VISIBILITY() 700 is_convertible< in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/ |
| H A D | vector_n.hpp | 85 , typename boost::enable_if<is_convertible<U0, T0> >::type* /*dummy*/ = 0 in BOOST_PP_CAT() 223 , typename boost::enable_if<is_convertible<U0, T0> >::type* /*dummy*/ = 0 in BOOST_PP_CAT() 289 , typename boost::disable_if<is_convertible<Sequence, T0> >::type* /*dummy*/ = 0 in BOOST_PP_CAT() 309 , typename boost::disable_if<is_convertible<Sequence, T0> >::type* /*dummy*/ = 0 in BOOST_PP_CAT() 325 typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type in BOOST_PP_CAT()
|