Home
last modified time | relevance | path

Searched defs:range_const_iterator (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/range/test/
Diterator_ext.cpp81 struct range_const_iterator< struct
93 typedef std::vector<boost_range_test::point>::const_iterator type;
103 struct range_const_iterator<boost_range_test::container> struct
105 typedef std::vector<boost_range_test::point>::const_iterator type;
/third_party/boost/boost/range/detail/
Dstr_types.hpp26 struct range_const_iterator<T*> struct
28 typedef const T* type;
/third_party/boost/libs/foreach/test/
Duser_defined.cpp35 struct range_const_iterator<mine::dummy> struct
37 typedef char const * type;
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_linestring.hpp88 struct range_const_iterator<all_custom_linestring<Point> > struct
90 typedef typename all_custom_linestring<Point>::custom_const_iterator_type type;
Dall_custom_ring.hpp94 struct range_const_iterator<all_custom_ring<Point> > struct
96 typedef typename all_custom_ring<Point>::custom_const_iterator_type type;
Dall_custom_container.hpp89 struct range_const_iterator<all_custom_container<Item> > struct
91 typedef typename all_custom_container<Item>::custom_const_iterator_type type;
Dwrapped_boost_array.hpp51 struct range_const_iterator<wrapped_boost_array<Point, Count> > struct
/third_party/boost/libs/range/doc/
Dexample.cpp50 struct range_const_iterator< Foo::Pair<T> > struct
57 typedef T type;
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp114 struct range_const_iterator<boost::polygon::polygon_data<CoordinateType> > struct
119 >::iterator_type type;
Dholes_proxy.hpp196 struct range_const_iterator<geometry::adapt::bp::holes_proxy<Polygon> > struct
198 typedef typename geometry::adapt::bp::holes_proxy<Polygon const>::iterator_type type;
Dring_proxy.hpp300 struct range_const_iterator<geometry::adapt::bp::ring_proxy<Polygon> > struct
302 typedef typename geometry::adapt::bp::ring_proxy<Polygon const>::iterator_type type;
/third_party/boost/boost/range/
Dconst_iterator.hpp66 struct range_const_iterator struct
/third_party/boost/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp123 struct range_const_iterator< gsl_vector* > struct
125 typedef const_gsl_vector_iterator type;
/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp175 template<> struct range_const_iterator<my_polygon> struct
177 typedef custom_iterator<my_polygon const> type;
/third_party/boost/boost/filesystem/
Ddirectory.hpp379 struct range_const_iterator<boost::filesystem::directory_iterator, void> struct
381 typedef boost::filesystem::directory_iterator type;
620 struct range_const_iterator<boost::filesystem::recursive_directory_iterator, void> struct
622 typedef boost::filesystem::recursive_directory_iterator type;
/third_party/boost/boost/xpressive/
Dsub_match.hpp454 struct range_const_iterator<xpressive::sub_match<BidiIter> > struct
456 typedef BidiIter type;