Home
last modified time | relevance | path

Searched refs:end_type (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/
H A Dsegmented_end_impl.hpp46 end_type; typedef
48 typedef iterator_range<end_type, end_type> pair_type;
52 static pair_type make_pair(end_type end) in make_pair()
H A Dsegmented_begin_impl.hpp78 typedef typename result_of::end<Sequence>::type end_type; typedef
79 typedef iterator_range<begin_type, end_type> pair_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp40 typename Stack::car_type::end_type
60 , typename Stack::car_type::end_type
111 typedef typename Stack::car_type::end_type end_type; typedef
112 typedef iterator_range<end_type, end_type> range_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpop_back.hpp146 end_type; typedef
149 iterator_range<begin_type, end_type>
161 typedef typename comp::end_type end_type; in pop_back() typedef
166 , end_type(fusion::end(seq)) in pop_back()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/
H A Diterator_range.hpp40 typedef typename convert_iterator<Last>::type end_type; typedef
53 end_type last;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dbegin_end_impl.hpp37 struct end_type struct
64 aux::end_type<Sequence>, void_>::type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp117 , typename Stack::cdr_type::car_type::end_type
185 , typename Stack::cdr_type::car_type::end_type
265 , typename Stack::cdr_type::car_type::end_type
331 , typename Stack::cdr_type::car_type::end_type
H A Dsize_impl.hpp30 typename Seq::end_type
H A Dend_impl.hpp27 typedef typename Sequence::end_type type;
H A Dsegments_impl.hpp34 , typename Sequence::end_type
H A Dis_segmented_impl.hpp59 , is_segmented_iterator<typename Sequence::end_type>::value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dconfig.hpp41 enum end_type { enum
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp211 typedef typename mpl::end<typename Backend::signed_types>::type end_type; typedef
212 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<…
222 typedef typename mpl::end<typename Backend::unsigned_types>::type end_type; typedef
223 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<…
233 typedef typename mpl::end<typename Backend::float_types>::type end_type; typedef
234 …typedef typename mpl::eval_if<boost::is_same<iter_type, end_type>, mpl::identity<Val>, mpl::deref<…
/OK3568_Linux_fs/kernel/include/linux/
H A Domap-dma.h174 enum end_type { enum
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-tegra.c1380 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1385 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1387 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1389 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp296 typedef typename mpl::end<Seq>::type end_type; typedef
300 ::boost::is_same<iter, end_type>::value>::type type;
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c363 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
374 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
383 if (next_type + type_size > end_type) { in btf_parse_type_sec()
399 if (next_type != end_type) { in btf_parse_type_sec()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp1195 typedef typename Exp::right_type end_type; in do_assign_function() typedef
1196 typedef typename end_type::tag_type end_tag; in do_assign_function()