Home
last modified time | relevance | path

Searched refs:is_convertible (Results 1 – 25 of 169) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_categories.hpp79 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 Diterator_adaptor.hpp50 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 Dinteroperable.hpp40 is_convertible< A, B >
41 , is_convertible< B, A > >
H A Diterator_facade.hpp66 …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 Dminimum_category.hpp71 ::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 Dfacade_iterator_category.hpp88 , 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 Ddispatch.hpp30 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 Dpush.hpp67 { 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 Dclose.hpp133 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 Dconcepts.hpp41 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 Dstream.hpp36 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 Dis_backend.hpp38 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 Dindirect_streambuf.hpp107 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 Dcommon_type_impl.hpp54 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 Ddefault_ops.hpp68 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 Darray.hpp106 { 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 Dmeta_utils.hpp293 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 Dbig_constant.hpp69 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 Dnumber.hpp48 …(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 Dis_sequence.hpp35 : 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 Dstl_pair.h113 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 Dunique_ptr.h74 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 Dstl_pair.h113 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 Dunique_ptr.h74 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 Dvector_n.hpp85 , 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()

1234567