/third_party/boost/boost/geometry/iterators/detail/point_iterator/ |
D | iterator_type.hpp | 41 struct iterator_type struct 49 struct iterator_type<Linestring, linestring_tag> struct 51 typedef typename boost::range_iterator<Linestring>::type type; 56 struct iterator_type<Ring, ring_tag> struct 58 typedef typename boost::range_iterator<Ring>::type type; 63 class iterator_type<Polygon, polygon_tag> class 89 struct iterator_type<MultiPoint, multi_point_tag> struct 91 typedef typename boost::range_iterator<MultiPoint>::type type; 96 class iterator_type<MultiLinestring, multi_linestring_tag> class 114 class iterator_type<MultiPolygon, multi_polygon_tag> class
|
/third_party/boost/boost/geometry/iterators/detail/segment_iterator/ |
D | iterator_type.hpp | 42 struct iterator_type struct 48 struct iterator_type<Linestring, linestring_tag> struct 53 > type; 58 struct iterator_type<Ring, ring_tag> struct 63 > type; 68 class iterator_type<Polygon, polygon_tag> class 103 class iterator_type<MultiLinestring, multi_linestring_tag> class 125 class iterator_type<MultiPolygon, multi_polygon_tag> class
|
/third_party/boost/boost/numeric/ublas/traits/ |
D | iterator_type.hpp | 94 struct iterator_type<VectorT, void> struct 96 typedef typename vector_traits<VectorT>::iterator type; 106 struct iterator_type<MatrixT,tag::major> struct 108 …tor_type_impl<MatrixT,tag::major,typename matrix_traits<MatrixT>::orientation_category>::type type; 118 struct iterator_type<MatrixT,tag::minor> struct 120 …tor_type_impl<MatrixT,tag::minor,typename matrix_traits<MatrixT>::orientation_category>::type type;
|
/third_party/boost/boost/gil/ |
D | metafunctions.hpp | 289 …T, typename L, bool IsPlanar=false, bool IsStep=false, bool IsMutable=true> struct iterator_type{}; struct 290 template <typename T, typename L> struct iterator_type<T,L,false,false,true > { using type = pixel<… argument 291 …emplate <typename T, typename L> struct iterator_type<T,L,false,false,false> { using type = pixel<… struct 292 … struct iterator_type<T,L,true,false,true> { using type = planar_pixel_iterator<T*,typename L::col… argument 293 … struct iterator_type<T,L,true,false,false> { using type = planar_pixel_iterator<const T*,typename… argument 294 template <typename T, typename L, bool IsPlanar, bool IsMutable> struct iterator_type<T,L,IsPlanar,… struct 295 …sing type = memory_based_step_iterator<typename iterator_type<T,L,IsPlanar,false,IsMutable>::type>;
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | multi_modify.hpp | 39 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef 51 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef
|
/third_party/boost/boost/spirit/home/x3/support/ast/ |
D | position_tagged.hpp | 30 typedef typename Container::value_type iterator_type; typedef in boost::spirit::x3::position_cache 62 … void annotate(AST& /* ast */, iterator_type /* first */, iterator_type /* last */, mpl::false_) in annotate() argument
|
/third_party/boost/libs/spirit/test/support/ |
D | regression_multi_pass_error_handler.cpp | 28 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef 47 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | iterator_selector.hpp | 33 typedef geometry::segment_iterator<Geometry> iterator_type; typedef 49 typedef geometry::point_iterator<MultiPoint> iterator_type; typedef
|
/third_party/boost/libs/numeric/odeint/test/ |
D | adaptive_iterator.cpp | 54 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 77 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 99 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 120 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 138 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 155 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
|
D | adaptive_time_iterator.cpp | 58 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 69 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 79 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 91 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 106 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef 122 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | envelope_multipoint.hpp | 76 >::type iterator_type; in analyze_point_coordinates() typedef 120 >::type iterator_type; in maximum_gap() typedef 157 >::type iterator_type; in get_min_max_longitudes() typedef 239 >::type iterator_type; in apply() typedef
|
/third_party/boost/boost/wave/util/ |
D | unput_queue_iterator.hpp | 57 typedef IteratorT iterator_type; typedef in boost::wave::util::unput_queue_iterator 131 typedef IteratorT iterator_type; typedef 165 iterator_type; typedef 229 typedef unput_queue_iterator<IteratorT, TokenT, ContainerT> iterator_type; typedef
|
/third_party/boost/libs/spirit/test/lex/ |
D | test_parser.hpp | 27 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef 48 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | range_in_geometry.hpp | 39 typedef geometry::point_iterator<Geometry const> iterator_type; typedef 62 typedef const point_type * iterator_type; typedef 119 typedef typename points_range<Geometry1>::iterator_type iterator_type; in range_in_geometry() typedef
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | expression.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | statement.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | function.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | expression.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | function.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | statement.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
D | statement.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | expression.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | expression.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
D | statement.cpp | 13 typedef std::string::const_iterator iterator_type; typedef
|
/third_party/boost/boost/spirit/repository/home/qi/directive/ |
D | kwd.hpp | 631 typedef typename MakeDirectiveHelper::iterator_type iterator_type; typedef 699 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef 795 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef 819 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef 842 typedef repository::qi::kwd_exact_iterator<T> iterator_type; typedef 902 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef 925 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef 949 typedef repository::qi::kwd_finite_iterator<T> iterator_type; typedef 1012 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; typedef 1038 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; typedef [all …]
|