/third_party/boost/libs/fusion/test/sequence/ |
D | flatten_view.cpp | 28 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 29 sequence_type seq(1, 2, make_vector(3, 4), 5); in main() 30 flatten_view<sequence_type> flattened(seq); in main() 37 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 38 sequence_type seq(1, 2, make_vector(3, 4), 5); in main() 39 flatten_view<sequence_type> flattened(seq); in main() 46 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 47 sequence_type seq; in main() 48 flatten_view<sequence_type> flattened(seq); in main()
|
D | transform_view.cpp | 75 typedef boost::mpl::range_c<int, 5, 9> sequence_type; in main() typedef 76 sequence_type sequence; in main() 78 typedef transform_view<sequence_type, square> xform_type; in main()
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | flatten.cpp | 28 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 29 sequence_type seq(1, 2, make_vector(3, 4), 5); in main() 35 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 36 sequence_type seq(1, 2, make_vector(3, 4), 5); in main() 47 typedef vector<int, int, vector<int, int>, int> sequence_type; in main() typedef 48 sequence_type seq; in main() 49 result_of::flatten<sequence_type>::type flat(flatten(seq)); in main()
|
D | transform.cpp | 110 typedef range_c<int, 5, 9> sequence_type; in main() typedef 111 sequence_type sequence; in main()
|
/third_party/boost/boost/fusion/view/nview/detail/ |
D | value_of_impl.hpp | 34 typedef typename Iterator::sequence_type sequence_type; typedef 38 typename sequence_type::sequence_type, index>::type type;
|
D | deref_impl.hpp | 31 typedef typename Iterator::sequence_type sequence_type; typedef 35 typename sequence_type::sequence_type, index>::type type;
|
D | value_at_impl.hpp | 29 typedef typename Sequence::sequence_type sequence_type; typedef 33 typedef typename result_of::at<sequence_type, index>::type type;
|
D | next_impl.hpp | 33 typedef typename Iterator::sequence_type sequence_type; typedef 35 typedef nview_iterator<sequence_type,
|
D | prior_impl.hpp | 33 typedef typename Iterator::sequence_type sequence_type; typedef 35 typedef nview_iterator<sequence_type,
|
D | advance_impl.hpp | 33 typedef typename Iterator::sequence_type sequence_type; typedef 35 typedef nview_iterator<sequence_type,
|
D | at_impl.hpp | 30 typedef typename Sequence::sequence_type sequence_type; typedef 34 typedef typename result_of::at<sequence_type, index>::type type;
|
/third_party/boost/boost/fusion/view/repetitive_view/detail/ |
D | begin_impl.hpp | 33 typedef typename View::sequence_type sequence_type; typedef 35 typedef repetitive_view_iterator<sequence_type, 36 typename result_of::begin<sequence_type>::type > type;
|
D | end_impl.hpp | 33 typedef typename View::sequence_type sequence_type; typedef 35 typedef repetitive_view_iterator<sequence_type, 36 typename result_of::end<sequence_type>::type > type;
|
D | next_impl.hpp | 40 typename Iterator::sequence_type, 57 typename Iterator::sequence_type,
|
/third_party/boost/boost/container/ |
D | flat_set.hpp | 109 typedef typename BOOST_CONTAINER_IMPDEF(tree_t::sequence_type) sequence_type; typedef in boost::container::flat_set 110 typedef typename sequence_type::allocator_type allocator_type; 112 typedef typename sequence_type::pointer pointer; 113 typedef typename sequence_type::const_pointer const_pointer; 114 typedef typename sequence_type::reference reference; 115 typedef typename sequence_type::const_reference const_reference; 116 typedef typename sequence_type::size_type size_type; 117 typedef typename sequence_type::difference_type difference_type; 121 typedef typename sequence_type::iterator iterator; 122 typedef typename sequence_type::const_iterator const_iterator; [all …]
|
D | flat_map.hpp | 152 typedef typename impl_tree_t::sequence_type impl_sequence_type; 179 typedef typename BOOST_CONTAINER_IMPDEF(tree_t::sequence_type) sequence_type; typedef in boost::container::flat_map 180 typedef typename sequence_type::allocator_type allocator_type; 182 typedef typename sequence_type::pointer pointer; 183 typedef typename sequence_type::const_pointer const_pointer; 184 typedef typename sequence_type::reference reference; 185 typedef typename sequence_type::const_reference const_reference; 186 typedef typename sequence_type::size_type size_type; 187 typedef typename sequence_type::difference_type difference_type; 191 typedef typename sequence_type::iterator iterator; [all …]
|
/third_party/boost/boost/fusion/view/flatten_view/ |
D | flatten_view.hpp | 37 typedef Sequence sequence_type; typedef 68 typename Sequence::sequence_type> >::type 97 typename Sequence::sequence_type> >::type 127 : result_of::empty<typename Sequence::sequence_type>
|
/third_party/boost/boost/fusion/iterator/detail/ |
D | segment_sequence.hpp | 30 typedef Sequence sequence_type; typedef 31 sequence_type sequence; 62 typedef typename Sequence::sequence_type type;
|
/third_party/boost/boost/fusion/view/nview/ |
D | nview.hpp | 105 sequence_type; typedef 109 : seq(sequence_type(transform_view_type(val, transform_type()))) in nview() 112 sequence_type seq;
|
D | nview_iterator.hpp | 41 typedef Sequence sequence_type; typedef
|
/third_party/boost/boost/fusion/view/repetitive_view/ |
D | repetitive_view.hpp | 36 typedef typename boost::remove_reference<Sequence>::type sequence_type; typedef 38 mpl::if_<traits::is_view<Sequence>, Sequence, sequence_type&>::type
|
/third_party/boost/boost/xpressive/ |
D | regex_actions.hpp | 308 typedef typename remove_reference<Sequence>::type sequence_type; typedef 311 is_const<sequence_type>::value 312 , typename sequence_type::const_reference 313 , typename sequence_type::reference 337 typedef typename remove_reference<Sequence>::type sequence_type; typedef 340 is_const<sequence_type>::value 341 , typename sequence_type::const_reference 342 , typename sequence_type::reference 366 typedef typename remove_reference<Sequence>::type sequence_type; typedef 369 is_const<sequence_type>::value [all …]
|
/third_party/boost/libs/fusion/example/extension/ |
D | triple.cpp | 47 typedef Seq sequence_type; typedef 151 typename It::sequence_type, It::index::value + 1> 164 typename It::sequence_type, It::index::value - 1> 190 typename It::sequence_type,
|
/third_party/boost/boost/fusion/adapted/struct/detail/ |
D | define_struct_inline.hpp | 206 boost::is_const<typename iterator_raw_type::sequence_type>, \ 337 typedef boost_fusion_detail_Seq sequence_type; \ 358 typename boost_fusion_detail_It::sequence_type, \ 373 typename boost_fusion_detail_It::sequence_type, \ 410 typename boost_fusion_detail_It::sequence_type, \
|
/third_party/boost/boost/spirit/home/qi/auto/ |
D | meta_create.hpp | 60 >::type sequence_type; typedef 63 sequence_type, proto::tag::shift_right, qi::domain
|