Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/view/iterator_range/detail/
Dsegmented_iterator_range.hpp109 typename Stack::car_type::begin_type
123 typename Stack::cdr_type::car_type::begin_type
132 typename Stack::car_type::begin_type
180 typename Stack::car_type::begin_type
190 typename Stack::cdr_type::car_type::begin_type
195 typename Stack::car_type::begin_type
257 typename Stack::car_type::begin_type
277 typename Stack::car_type::begin_type
285 , typename Stack::cdr_type::car_type::begin_type
326 typename Stack::car_type::begin_type
[all …]
Dvalue_at_impl.hpp30 typedef typename Seq::begin_type begin_type; typedef
31 typedef typename result_of::advance<begin_type,N>::type pos;
Dat_impl.hpp30 typedef typename Seq::begin_type begin_type; typedef
31 typedef typename result_of::advance<begin_type,N>::type pos;
Dis_segmented_impl.hpp54 : is_segmented_iterator<typename Sequence::begin_type>
57 is_segmented_iterator<typename Sequence::begin_type>::value
Dsize_impl.hpp29 typename Seq::begin_type,
Dbegin_impl.hpp27 typedef typename Sequence::begin_type type;
Dsegments_impl.hpp33 typename Sequence::begin_type
/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_iterator.hpp51 typename It::context_type::car_type::begin_type
71 typename It::context_type::car_type::begin_type
88 : result_of::key_of<typename It::context_type::car_type::begin_type>
97 : result_of::value_of<typename It::context_type::car_type::begin_type>
106 : result_of::value_of_data<typename It::context_type::car_type::begin_type>
Dsegmented_equal_to.hpp29 typename Stack1::car_type::begin_type,
30 typename Stack2::car_type::begin_type
Dsegmented_next_impl.hpp39 typename Stack::car_type::begin_type,
58 typename Stack::car_type::begin_type
137 typename Stack::car_type::begin_type
/third_party/boost/boost/fusion/algorithm/transformation/
Dpop_back.hpp142 begin_type; typedef
149 iterator_range<begin_type, end_type>
160 typedef typename comp::begin_type begin_type; in pop_back() typedef
165 begin_type(fusion::begin(seq)) in pop_back()
/third_party/boost/boost/fusion/view/iterator_range/
Diterator_range.hpp39 typedef typename convert_iterator<First>::type begin_type; typedef
45 typedef typename traits::category_of<begin_type>::type category;
52 begin_type first;
/third_party/boost/boost/log/detail/
Dvalue_ref_visitation.hpp49 typedef typename mpl::begin< SequenceT >::type begin_type; in call() typedef
50 typedef typename mpl::advance_c< begin_type, SizeV / 2u >::type middle_type; in call()
59 typedef typename mpl::erase< SequenceT, begin_type, middle_type >::type new_sequence; in call()
/third_party/boost/boost/mpl/aux_/
Dbegin_end_impl.hpp32 struct begin_type struct
54 aux::begin_type<Sequence>, void_>::type type;
/third_party/boost/boost/fusion/sequence/intrinsic/detail/
Dsegmented_begin_impl.hpp77 typedef typename result_of::begin<Sequence>::type begin_type; typedef
79 typedef iterator_range<begin_type, end_type> pair_type;
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_action.hpp211 begin_type; typedef
217 typename terminal<begin_type>::type
231 begin_type begin; in operator ()()
/third_party/boost/libs/fusion/test/sequence/
Diterator.hpp96 typedef boost::fusion::result_of::begin<seq_type>::type begin_type; in test() typedef
98 typedef boost::fusion::result_of::next<begin_type>::type i1; in test()
/third_party/boost/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp54 typename Context::car_type::begin_type