Home
last modified time | relevance | path

Searched refs:v_iter (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/mpl/vector/aux_/
Diterator.hpp36 struct v_iter struct
52 typedef v_iter<Vector,next_> next; argument
53 typedef v_iter<Vector,prior_> prior; argument
65 struct next< v_iter<Vector,n_> >
67 typedef v_iter<Vector,(n_ + 1)> type;
74 struct prior< v_iter<Vector,n_> >
76 typedef v_iter<Vector,(n_ - 1)> type;
84 struct advance< v_iter<Vector,n_>,Distance>
86 typedef v_iter<
97 struct distance< v_iter<Vector,n_>, v_iter<Vector,m_> >
[all …]
Dbegin_end.hpp32 typedef v_iter<Vector,0> type;
41 typedef v_iter<Vector,Vector::size::value> type;
Dvector0.hpp45 typedef v_iter<vector0<>,0> begin;
46 typedef v_iter<vector0<>,0> end;
Dnumbered.hpp73 typedef v_iter<type,0> begin; in BOOST_PP_CAT()
74 typedef v_iter<type,i_> end; in BOOST_PP_CAT()
/third_party/boost/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp30 typedef v_iter< type,0 > begin;
31 typedef v_iter< type,1 > end;
98 typedef v_iter< type,0 > begin;
99 typedef v_iter< type,2 > end;
170 typedef v_iter< type,0 > begin;
171 typedef v_iter< type,3 > end;
243 typedef v_iter< type,0 > begin;
244 typedef v_iter< type,4 > end;
321 typedef v_iter< type,0 > begin;
322 typedef v_iter< type,5 > end;
[all …]
Dvector20.hpp38 typedef v_iter< type,0 > begin;
39 typedef v_iter< type,11 > end;
137 typedef v_iter< type,0 > begin;
138 typedef v_iter< type,12 > end;
241 typedef v_iter< type,0 > begin;
242 typedef v_iter< type,13 > end;
346 typedef v_iter< type,0 > begin;
347 typedef v_iter< type,14 > end;
456 typedef v_iter< type,0 > begin;
457 typedef v_iter< type,15 > end;
[all …]
Dvector30.hpp50 typedef v_iter< type,0 > begin;
51 typedef v_iter< type,21 > end;
181 typedef v_iter< type,0 > begin;
182 typedef v_iter< type,22 > end;
317 typedef v_iter< type,0 > begin;
318 typedef v_iter< type,23 > end;
454 typedef v_iter< type,0 > begin;
455 typedef v_iter< type,24 > end;
596 typedef v_iter< type,0 > begin;
597 typedef v_iter< type,25 > end;
[all …]
Dvector40.hpp62 typedef v_iter< type,0 > begin;
63 typedef v_iter< type,31 > end;
225 typedef v_iter< type,0 > begin;
226 typedef v_iter< type,32 > end;
393 typedef v_iter< type,0 > begin;
394 typedef v_iter< type,33 > end;
562 typedef v_iter< type,0 > begin;
563 typedef v_iter< type,34 > end;
736 typedef v_iter< type,0 > begin;
737 typedef v_iter< type,35 > end;
[all …]
Dvector50.hpp74 typedef v_iter< type,0 > begin;
75 typedef v_iter< type,41 > end;
269 typedef v_iter< type,0 > begin;
270 typedef v_iter< type,42 > end;
469 typedef v_iter< type,0 > begin;
470 typedef v_iter< type,43 > end;
670 typedef v_iter< type,0 > begin;
671 typedef v_iter< type,44 > end;
876 typedef v_iter< type,0 > begin;
877 typedef v_iter< type,45 > end;
[all …]
/third_party/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp69 typedef v_iter< type,0 > begin;
70 typedef v_iter< type,1 > end;
203 typedef v_iter< type,0 > begin;
204 typedef v_iter< type,2 > end;
341 typedef v_iter< type,0 > begin;
342 typedef v_iter< type,3 > end;
480 typedef v_iter< type,0 > begin;
481 typedef v_iter< type,4 > end;
624 typedef v_iter< type,0 > begin;
625 typedef v_iter< type,5 > end;
[all …]
Dvector20.hpp38 typedef v_iter< type,0 > begin;
39 typedef v_iter< type,11 > end;
203 typedef v_iter< type,0 > begin;
204 typedef v_iter< type,12 > end;
373 typedef v_iter< type,0 > begin;
374 typedef v_iter< type,13 > end;
544 typedef v_iter< type,0 > begin;
545 typedef v_iter< type,14 > end;
720 typedef v_iter< type,0 > begin;
721 typedef v_iter< type,15 > end;
[all …]
Dvector30.hpp50 typedef v_iter< type,0 > begin;
51 typedef v_iter< type,21 > end;
247 typedef v_iter< type,0 > begin;
248 typedef v_iter< type,22 > end;
449 typedef v_iter< type,0 > begin;
450 typedef v_iter< type,23 > end;
652 typedef v_iter< type,0 > begin;
653 typedef v_iter< type,24 > end;
860 typedef v_iter< type,0 > begin;
861 typedef v_iter< type,25 > end;
[all …]
Dvector40.hpp62 typedef v_iter< type,0 > begin;
63 typedef v_iter< type,31 > end;
291 typedef v_iter< type,0 > begin;
292 typedef v_iter< type,32 > end;
525 typedef v_iter< type,0 > begin;
526 typedef v_iter< type,33 > end;
760 typedef v_iter< type,0 > begin;
761 typedef v_iter< type,34 > end;
1000 typedef v_iter< type,0 > begin;
1001 typedef v_iter< type,35 > end;
[all …]
Dvector50.hpp74 typedef v_iter< type,0 > begin;
75 typedef v_iter< type,41 > end;
335 typedef v_iter< type,0 > begin;
336 typedef v_iter< type,42 > end;
601 typedef v_iter< type,0 > begin;
602 typedef v_iter< type,43 > end;
868 typedef v_iter< type,0 > begin;
869 typedef v_iter< type,44 > end;
1140 typedef v_iter< type,0 > begin;
1141 typedef v_iter< type,45 > end;
[all …]
/third_party/boost/boost/typeof/
Dvector.hpp79 struct v_iter<V, constant<int,n> >\
82 typedef v_iter<V, constant<int,n + 1> > next;\
87 template<class V, class Increase_BOOST_TYPEOF_LIMIT_SIZE> struct v_iter; // not defined
110 … typedef v_iter<vector ## n<BOOST_PP_ENUM_PARAMS(n,P)>, boost::type_of::constant<int,0> > begin;\
Dvector50.hpp12 template<class V, class Increase_BOOST_TYPEOF_LIMIT_SIZE> struct v_iter;
13 …template<class V> struct v_iter<V, constant<int,0> > { typedef typename V::item0 type; typedef v_i… struct
14 …template<class V> struct v_iter<V, constant<int,1> > { typedef typename V::item1 type; typedef v_i… argument
15 …template<class V> struct v_iter<V, constant<int,2> > { typedef typename V::item2 type; typedef v_i… struct
16 …template<class V> struct v_iter<V, constant<int,3> > { typedef typename V::item3 type; typedef v_i… argument
17 …template<class V> struct v_iter<V, constant<int,4> > { typedef typename V::item4 type; typedef v_i… struct
18 …template<class V> struct v_iter<V, constant<int,5> > { typedef typename V::item5 type; typedef v_i… argument
19 …template<class V> struct v_iter<V, constant<int,6> > { typedef typename V::item6 type; typedef v_i… argument
20 …template<class V> struct v_iter<V, constant<int,7> > { typedef typename V::item7 type; typedef v_i… argument
21 …template<class V> struct v_iter<V, constant<int,8> > { typedef typename V::item8 type; typedef v_i… argument
[all …]
Dvector100.hpp12 template<class V, class Increase_BOOST_TYPEOF_LIMIT_SIZE> struct v_iter;
13 …template<class V> struct v_iter<V, constant<int,0> > { typedef typename V::item0 type; typedef v_i… struct
14 …template<class V> struct v_iter<V, constant<int,1> > { typedef typename V::item1 type; typedef v_i… struct
15 …template<class V> struct v_iter<V, constant<int,2> > { typedef typename V::item2 type; typedef v_i… struct
16 …template<class V> struct v_iter<V, constant<int,3> > { typedef typename V::item3 type; typedef v_i… argument
17 …template<class V> struct v_iter<V, constant<int,4> > { typedef typename V::item4 type; typedef v_i… struct
18 …template<class V> struct v_iter<V, constant<int,5> > { typedef typename V::item5 type; typedef v_i… argument
19 …template<class V> struct v_iter<V, constant<int,6> > { typedef typename V::item6 type; typedef v_i… argument
20 …template<class V> struct v_iter<V, constant<int,7> > { typedef typename V::item7 type; typedef v_i… argument
21 …template<class V> struct v_iter<V, constant<int,8> > { typedef typename V::item8 type; typedef v_i… struct
[all …]
Dvector150.hpp12 template<class V, class Increase_BOOST_TYPEOF_LIMIT_SIZE> struct v_iter;
13 …template<class V> struct v_iter<V, constant<int,0> > { typedef typename V::item0 type; typedef v_i… struct
14 …template<class V> struct v_iter<V, constant<int,1> > { typedef typename V::item1 type; typedef v_i… struct
15 …template<class V> struct v_iter<V, constant<int,2> > { typedef typename V::item2 type; typedef v_i… argument
16 …template<class V> struct v_iter<V, constant<int,3> > { typedef typename V::item3 type; typedef v_i… argument
17 …template<class V> struct v_iter<V, constant<int,4> > { typedef typename V::item4 type; typedef v_i… argument
18 …template<class V> struct v_iter<V, constant<int,5> > { typedef typename V::item5 type; typedef v_i… argument
19 …template<class V> struct v_iter<V, constant<int,6> > { typedef typename V::item6 type; typedef v_i… struct
20 …template<class V> struct v_iter<V, constant<int,7> > { typedef typename V::item7 type; typedef v_i… struct
21 …template<class V> struct v_iter<V, constant<int,8> > { typedef typename V::item8 type; typedef v_i… struct
[all …]
Dtypeof_impl.hpp120 typedef typename v_iter<fraction_type,constant<int, self_t::where> >::type type;
157 …typedef typename boost::type_of::v_iter<fraction_type,boost::type_of::constant<int,self_t::where> …
Dvector200.hpp12 template<class V, class Increase_BOOST_TYPEOF_LIMIT_SIZE> struct v_iter;
13 …template<class V> struct v_iter<V, constant<int,0> > { typedef typename V::item0 type; typedef v_i… argument
14 …template<class V> struct v_iter<V, constant<int,1> > { typedef typename V::item1 type; typedef v_i… argument
15 …template<class V> struct v_iter<V, constant<int,2> > { typedef typename V::item2 type; typedef v_i… struct
16 …template<class V> struct v_iter<V, constant<int,3> > { typedef typename V::item3 type; typedef v_i… struct
17 …template<class V> struct v_iter<V, constant<int,4> > { typedef typename V::item4 type; typedef v_i… struct
18 …template<class V> struct v_iter<V, constant<int,5> > { typedef typename V::item5 type; typedef v_i… argument
19 …template<class V> struct v_iter<V, constant<int,6> > { typedef typename V::item6 type; typedef v_i… argument
20 …template<class V> struct v_iter<V, constant<int,7> > { typedef typename V::item7 type; typedef v_i… argument
21 …template<class V> struct v_iter<V, constant<int,8> > { typedef typename V::item8 type; typedef v_i… argument
[all …]
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp268 for (typename VertexList::const_iterator v_iter = new_vertices.begin(); in add_random_vertices() local
269 v_iter != new_vertices.end(); ++v_iter) in add_random_vertices()
272 Vertex source_vertex = *v_iter; in add_random_vertices()
Dgraph_test.hpp164 typedef typename graph_traits< Graph >::vertex_iterator v_iter; in test_vertex_list_graph() typedef
165 std::pair< v_iter, v_iter > p = vertices(g); in test_vertex_list_graph()