Home
last modified time | relevance | path

Searched refs:if_c (Results 1 – 25 of 257) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dcommon.hpp82 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
85 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
88 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
91 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
94 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
97 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
100 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
103 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
106 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
110 … typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::is_void<char_array_t>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dbitscan.hpp83 typedef typename mpl::if_c< in find_lsb()
87 typename mpl::if_c< in find_lsb()
103 typedef typename mpl::if_c< in find_msb()
107 typename mpl::if_c< in find_msb()
183 typedef typename mpl::if_c< in find_lsb()
186 typename mpl::if_c< in find_lsb()
189 typename mpl::if_c< in find_lsb()
202 typedef typename mpl::if_c< in find_msb()
205 typename mpl::if_c< in find_msb()
208 typename mpl::if_c< in find_msb()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dexplicit_conversion.hpp24 typedef typename mpl::if_c <
26 typename mpl::if_c <
28 typename mpl::if_c<
36 typename mpl::if_c<
38 typename mpl::if_c<
44 typename mpl::if_c<
H A Dis_restricted_conversion.hpp20 typedef typename mpl::if_c<
36 typedef typename mpl::if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp93 struct stream_char_common: public boost::mpl::if_c<
100 struct stream_char_common< Char* >: public boost::mpl::if_c<
107 struct stream_char_common< const Char* >: public boost::mpl::if_c<
114 struct stream_char_common< boost::iterator_range< Char* > >: public boost::mpl::if_c<
121 struct stream_char_common< boost::iterator_range< const Char* > >: public boost::mpl::if_c<
140 struct stream_char_common< boost::array< Char, N > >: public boost::mpl::if_c<
147 struct stream_char_common< boost::array< const Char, N > >: public boost::mpl::if_c<
155 struct stream_char_common< std::array<Char, N > >: public boost::mpl::if_c<
162 struct stream_char_common< std::array< const Char, N > >: public boost::mpl::if_c<
206 typedef BOOST_DEDUCED_TYPENAME boost::mpl::if_c<
[all …]
H A Dconverter_numeric.hpp95 typedef BOOST_DEDUCED_TYPENAME boost::mpl::if_c< in noexcept_numeric_convert()
156 typedef BOOST_DEDUCED_TYPENAME boost::mpl::if_c< in try_convert()
H A Dwidest_char.hpp30 typedef BOOST_DEDUCED_TYPENAME boost::mpl::if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcpp_int_config.hpp31 typedef typename mpl::if_c<
34 typename mpl::if_c<
37 typename mpl::if_c<
49 typedef typename mpl::if_c<
52 typename mpl::if_c<
55 typename mpl::if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dif.hpp34 struct if_c struct
43 struct if_c<false,T1,T2> struct
59 typedef if_c<
106 struct if_c
H A Deval_if.hpp59 typedef typename if_c<C,F1,F2>::type f_;
62 : if_c<C,F1,F2>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dpromote_integral.hpp100 typedef typename boost::mpl::if_c
187 typedef typename boost::mpl::if_c
232 typedef typename boost::mpl::if_c
236 typename boost::mpl::if_c
287 typedef typename boost::mpl::if_c
H A Dselect_most_precise.hpp144 typedef typename boost::mpl::if_c
154 typename boost::mpl::if_c
H A Dadd_const_if_c.hpp43 typedef typename boost::mpl::if_c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dpoly_function.hpp41 typedef typename mpl::if_c<is_noncopyable<T>::value, T &, T>::type type;
48 typedef typename mpl::if_c<is_noncopyable<T>::value, T const &, T>::type type;
55 typedef typename mpl::if_c<is_noncopyable<T>::value, T &, T>::type type;
62 typedef typename mpl::if_c<is_noncopyable<T>::value, T const &, T>::type type;
H A Ddecltype.hpp53 … : boost::mpl::if_c< \
114 typename mpl::if_c<
126 typename mpl::if_c<
138 typename mpl::if_c<
150 typename mpl::if_c<
380 : mpl::if_c<is_function<T>::value, T *, U>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dnormalized_view.hpp50 boost::mpl::if_c
68 boost::mpl::if_c
83 boost::mpl::if_c
/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_core.hpp34 struct if_c struct
40 struct if_c<false,T1,T2> struct
49 struct if_ : if_c<0 != T1::value, T2, T3>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/
H A Dinner_range_type.hpp38 typedef typename boost::mpl::if_c
50 typedef typename boost::mpl::if_c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dlargest_int.hpp47 : if_c<
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
H A Dnumeric_op.hpp82 : if_c<
87 : if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp119 , typename mpl::if_c<no_attribute, unused_type
132 typedef typename mpl::if_c<
157 , typename mpl::if_c<no_attribute, unused_type
170 typedef typename mpl::if_c<
273 , typename mpl::if_c<no_attribute, unused_type
341 , typename mpl::if_c<no_attribute, unused_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dpass_through_impl.hpp16 typename mpl::if_c<
57 typename mpl::if_c<
98 typename mpl::if_c<
139 typename mpl::if_c<
180 typename mpl::if_c<
221 typename mpl::if_c<
262 typename mpl::if_c<
303 typename mpl::if_c<
344 typename mpl::if_c<
385 typename mpl::if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Diterator.hpp116 : if_c<
156 : if_c<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Darg.hpp103 : mpl::if_c<
177 typename mpl::if_c<is_array<result_type>::value, result_type &, result_type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp48 using boost::move_detail::if_c;
103 ::boost::intrusive::detail::if_c \

1234567891011