/third_party/boost/boost/range/ |
D | mutable_iterator.hpp | 40 struct range_mutable_iterator struct 50 struct range_mutable_iterator< std::pair<Iterator,Iterator> > struct 52 typedef Iterator type; 60 struct range_mutable_iterator< T[sz] > struct 62 typedef T* type; 68 struct range_mutable_iterator struct
|
/third_party/boost/libs/range/test/ |
D | iterator_ext.cpp | 65 struct range_mutable_iterator< struct 77 typedef std::vector<boost_range_test::point>::iterator type; 97 struct range_mutable_iterator<boost_range_test::container> struct 99 typedef std::vector<boost_range_test::point>::iterator type;
|
/third_party/boost/boost/range/detail/ |
D | str_types.hpp | 20 struct range_mutable_iterator<T*> struct 22 typedef T* type;
|
/third_party/boost/libs/foreach/test/ |
D | user_defined.cpp | 30 struct range_mutable_iterator<mine::dummy> struct 32 typedef char * type;
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | all_custom_linestring.hpp | 82 struct range_mutable_iterator<all_custom_linestring<Point> > struct 84 typedef typename all_custom_linestring<Point>::custom_iterator_type type;
|
D | all_custom_ring.hpp | 88 struct range_mutable_iterator<all_custom_ring<Point> > struct 90 typedef typename all_custom_ring<Point>::custom_iterator_type type;
|
D | all_custom_container.hpp | 83 struct range_mutable_iterator<all_custom_container<Item> > struct 85 typedef typename all_custom_container<Item>::custom_iterator_type type;
|
D | wrapped_boost_array.hpp | 46 struct range_mutable_iterator<wrapped_boost_array<Point, Count> > struct
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | ring.hpp | 105 struct range_mutable_iterator<boost::polygon::polygon_data<CoordinateType> > struct 110 >::iterator_type type;
|
D | holes_proxy.hpp | 190 struct range_mutable_iterator<geometry::adapt::bp::holes_proxy<Polygon> > struct 192 typedef typename geometry::adapt::bp::holes_proxy<Polygon>::iterator_type type;
|
D | ring_proxy.hpp | 294 struct range_mutable_iterator<geometry::adapt::bp::ring_proxy<Polygon> > struct 296 typedef typename geometry::adapt::bp::ring_proxy<Polygon>::iterator_type type;
|
/third_party/boost/boost/numeric/odeint/external/gsl/ |
D | gsl_wrapper.hpp | 117 struct range_mutable_iterator< gsl_vector* > struct 119 typedef gsl_vector_iterator type;
|
/third_party/boost/libs/geometry/example/ |
D | c08_custom_non_std_example.cpp | 170 template<> struct range_mutable_iterator<my_polygon> struct 172 typedef custom_iterator<my_polygon> type;
|
/third_party/boost/boost/filesystem/ |
D | directory.hpp | 370 struct range_mutable_iterator<boost::filesystem::directory_iterator, void> struct 372 typedef boost::filesystem::directory_iterator type; 615 struct range_mutable_iterator<boost::filesystem::recursive_directory_iterator, void> struct 617 typedef boost::filesystem::recursive_directory_iterator type;
|
/third_party/boost/boost/xpressive/ |
D | sub_match.hpp | 446 struct range_mutable_iterator<xpressive::sub_match<BidiIter> > struct 448 typedef BidiIter type;
|
/third_party/boost/boost/coroutine/ |
D | asymmetric_coroutine.hpp | 2401 struct range_mutable_iterator< coroutines::push_coroutine< Arg >, void > struct 2402 { typedef typename coroutines::push_coroutine< Arg >::iterator type; }; 2405 struct range_mutable_iterator< coroutines::pull_coroutine< R >, void > struct 2406 { typedef typename coroutines::pull_coroutine< R >::iterator type; };
|